My Dotfiles
Go to file
Jesper Fussing Moerk 565339e58f Fixed code block in README 2018-02-09 15:41:00 +01:00
dunst/.config/dunst Initial stow commit 2018-02-09 14:18:35 +01:00
i3/.config/i3 Updated README 2018-02-09 15:39:37 +01:00
polybar/.config/polybar Initial stow commit 2018-02-09 14:18:35 +01:00
rofi/.config/rofi Initial stow commit 2018-02-09 14:18:35 +01:00
README.md Fixed code block in README 2018-02-09 15:41:00 +01:00

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