k-vernooy / dotfiles

An organizational repository for my dotfiles and scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k-vernooy/dotfiles

A dotfile organization repository for my current i3/Arch setup!

Desktop Image

About

Showcase & Details

Custom firefox theme & startpage

Firefox theme

Styled via userChrome.css, new tab page set with autoconfig.cfg.

Music Player

Music player

The player window is a widget built in eww, and the visualizer is an overlayed GLava window. This music player uses a custom metadata storage system. I'm still in the process of cleaning up the script and workflow for tagging music, and when it's uploaded it will be highly specific to my use-case (primarily classical music). If you're looking for something that's likely more appropriate for your setup, I'd suggest a spotify/mpris-based music player here, also using eww.

Styled Notifs

Notifications

The rounded/gradient progress bars are achieved with a custom fork at k-vernooy/dunst. The relevant changes can be found on the progress-styling branch, and building is as simple as make && sudo make install in the root directory of the repository, provided normal dunst dependencies are installed.

Notes

  • I'm using ibhagwan's picom fork, which can be installed from this repository. This is the only fork I've found to support simultaneously rounded corners and dual-kawase blur.
  • This is using Airblader's i3-gaps, not vanilla i3
  • I found that Rofi needed to be built from source in order to get the latest icon functionality working; however this is likely no longer necessary
  • There's no install script, because I'd suggest using these files as templates rather than directly copying them (simply because they weren't designed to be cross-platform). If you would like to use these files, you can try doing the following manually:
    • install /config/ to $CONFIG
    • install /home/ to $HOME
    • install /scripts/ to ~/scripts/
    • install /images/wall to ~/images/wall
    • following instructions inside each /apps/ subdir

About

An organizational repository for my dotfiles and scripts


Languages

Language:Shell 49.9%Language:CSS 17.1%Language:GLSL 11.6%Language:HTML 9.9%Language:SCSS 5.9%Language:Vim Script 2.3%Language:JavaScript 2.1%Language:Lua 1.1%