dotfiles/README.md

57 lines
1.5 KiB
Markdown
Raw Normal View History

# Dotfiles
These are the configuration files I currently use for my daily driver setup of i3 etc.
2018-02-09 14:18:35 +01:00
# 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
2018-02-09 14:18:35 +01:00
# Components
* [i3-gaps](https://github.com/Airblader/i3)
* [Polybar](https://github.com/jaagr/polybar)
* [i3lock-fancy](https://github.com/guimeira/i3lock-fancy-multimonitor)
* [Rofi](https://github.com/DaveDavenport/rofi)
* [Dunst](https://github.com/dunst-project/dunst)
* [Gnome Terminal](https://github.com/GNOME/gnome-terminal)
2018-02-10 10:26:27 +01:00
## Applications
* [WeeChat](https://github.com/weechat/weechat)
* [ncmpc](https://github.com/MusicPlayerDaemon/ncmpc)
2018-02-10 10:44:02 +01:00
* [Newsbeuter](https://github.com/akrennmair/newsbeuter)
2018-02-10 10:26:27 +01:00
2018-02-09 14:18:35 +01:00
# Themes
2018-02-09 15:54:55 +01:00
## Master Branch
### GTK
[Materia-dark](https://github.com/nana-4/materia-theme)
2018-02-09 14:18:35 +01:00
2018-02-09 15:54:55 +01:00
### Icons
[Papirus](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme)
2018-02-09 14:18:35 +01:00
2018-02-09 15:54:55 +01:00
### ZSH Prompt
[Spaceship](https://github.com/denysdovhan/spaceship-prompt)
### Colors
2018-02-09 14:18:35 +01:00
Backgrounds: #263238
2018-02-09 15:54:55 +01:00
#### Polybar
2018-02-09 14:18:35 +01:00
Focused Foreground: #009688
Unfocused Foreground: #BDBDBD
Urgent Foreground: #BF360C
2018-02-10 10:04:30 +01:00
### Weechat
I'm using the theme script to theme my weechat.
I do realize that colors are a little bit off as we only have 256 colors to work with.
2018-02-09 15:54:55 +01:00
# Stow Commands
2018-02-09 15:41:00 +01:00
I use Gnu Stow to manage my dotfiles. Dotfiles from this repository can be used by issuing:
~~~
2018-02-09 15:39:37 +01:00
stow -t ~ i3
stow -t ~ dunst
stow -t ~ polybar
stow -t ~ rofi
2018-02-09 15:46:50 +01:00
stow -t ~ gtk
2018-02-09 15:54:55 +01:00
stow -t ~ zsh
2018-02-10 10:26:27 +01:00
2018-02-10 10:04:30 +01:00
stow -t ~ weechat
2018-02-10 10:26:27 +01:00
stow -t ~ ncmpc
2018-02-10 10:44:02 +01:00
stow -t ~ newsbeuter
2018-02-09 15:41:00 +01:00
~~~