diff --git a/README.md b/README.md index 859a68a0..1fb714b0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ Since my dotfiles are managed with Stow, any of your existing dotfiles will not - [systemd](/systemd) - User services, such as ssh-agent and urxvtd. - [tmux](/tmux) - A vim-like terminal multiplexer that gets out of your way. - [vim](/vim) - The settings I use for vim, also known as the best editor. -- [wal](/wal) - My additions to wal's color scheme application algorithm. - [xmodmap](/xmodmap) - Make caps lock function as ctrl and escape. ## Uninstall diff --git a/wal/.config/wal/done.sh b/bspwm/.config/wal/done.sh similarity index 100% rename from wal/.config/wal/done.sh rename to bspwm/.config/wal/done.sh diff --git a/wal/.config/wal/templates/colors.Xresources b/bspwm/.config/wal/templates/colors.Xresources similarity index 100% rename from wal/.config/wal/templates/colors.Xresources rename to bspwm/.config/wal/templates/colors.Xresources diff --git a/wal/.config/wal/templates/dunstrc b/bspwm/.config/wal/templates/dunstrc similarity index 100% rename from wal/.config/wal/templates/dunstrc rename to bspwm/.config/wal/templates/dunstrc diff --git a/wal/.config/wal/templates/termite b/bspwm/.config/wal/templates/termite similarity index 100% rename from wal/.config/wal/templates/termite rename to bspwm/.config/wal/templates/termite diff --git a/wal/.config/wal/templates/zathurarc b/bspwm/.config/wal/templates/zathurarc similarity index 100% rename from wal/.config/wal/templates/zathurarc rename to bspwm/.config/wal/templates/zathurarc diff --git a/bspwm/README.md b/bspwm/README.md index e311609c..2b990c12 100644 --- a/bspwm/README.md +++ b/bspwm/README.md @@ -24,6 +24,10 @@ make package=bspwm Either `startx` directly or use a display manager. Assuming you have the necessary dependencies installed, and assuming you configured your system properly, everything should just work. +## Note + +When you use `wal` to change the color scheme, add `-o ~/.config/wal/done.sh` to run the done script. The [fish](/fish) abbreviation `w` does this automatically for you. + [bspwm]: https://www.archlinux.org/packages/community/x86_64/bspwm/ [polybar]: https://aur.archlinux.org/packages/polybar/ [dunst]: https://www.archlinux.org/packages/community/x86_64/dunst/ diff --git a/wal/README.md b/wal/README.md deleted file mode 100644 index ef2d3773..00000000 --- a/wal/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# wal - -I use `wal` to change color schemes on demand. - -## Dependencies - -- [python-pywal][python-pywal] - A universal color scheme changer - -## Installation - -```sh -make package=wal -``` - -## Usage - -When you use `wal` to change the color scheme, add `-o ~/.config/wal/done.sh` to run the done script. - -[python-pywal]: https://www.archlinux.org/packages/community/any/python-pywal/