Jesper Fussing Moerk 47ea2458ad | ||
---|---|---|
dunst/.config/dunst | ||
gtk/.config/gtk-3.0 | ||
i3/.config/i3 | ||
ncmpc/.ncmpc | ||
newsbeuter/.newsbeuter | ||
polybar/.config/polybar | ||
rofi/.config/rofi | ||
urxvt | ||
weechat/.weechat/themes | ||
zsh | ||
README.md |
README.md
Dotfiles
These are the configuration files I currently use for my daily driver setup of i3 etc.
Multimonitor support
I have implemented a manual switching mechanism so that I can switch configuration if I'm at work, at home or just the laptop
Components
Applications
Themes
Master Branch
GTK
Icons
ZSH Prompt
Colors
Backgrounds: #263238
Polybar
Focused Foreground: #009688
Unfocused Foreground: #BDBDBD
Urgent Foreground: #BF360C
URxvt
I've overridden two colors in URxvt to make the theming for some apps look right
URxvt*color1: #009688
URxvt*color2: #263238
Weechat
I'm using the theme script to theme my weechat.
Stow Commands
I use Gnu Stow to manage my dotfiles. Dotfiles from this repository can be used by issuing:
stow -t ~ i3
stow -t ~ dunst
stow -t ~ polybar
stow -t ~ rofi
stow -t ~ gtk
stow -t ~ zsh
stow -t ~ urxvt
stow -t ~ weechat
stow -t ~ ncmpc
stow -t ~ newsbeuter