Jesper Fussing Moerk 565339e58f | ||
---|---|---|
dunst/.config/dunst | ||
i3/.config/i3 | ||
polybar/.config/polybar | ||
rofi/.config/rofi | ||
README.md |
README.md
i3 Dotfiles
This is my configuration of the i3-gaps windows manager.
Multimonitor support
I have implemented a manual switching mechanism so that I can switch configuration depending on I'm at work, at home or just the laptop
Components
Themes
GTK: Materia-dark
Icons: Papirus
Defined in ~/.config/gtk-3.0/settings.ini or by lxappearance application.
Colors
Backgrounds: #263238
Polybar
Focused Foreground: #009688
Unfocused Foreground: #BDBDBD
Urgent Foreground: #BF360C
Other Settings
Gnome Terminal
Padding in the gnome terminals is done by adding:
vte-terminal {
padding: 10px;
}
in ~/.config/gtk-3.0/gtk.css
Shell
I use ZSH with the latest Spaceship prompt
Stow
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