From 02019be0d347e9996f6aa844231a7c68a6f35dff Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 30 Oct 2018 16:41:10 -0400 Subject: [PATCH] stow: Merge wal with bspwm Realistically, you won't need my wal config if you are not using my bspwm setup, since wal does a good job at otherwise changing most other color schemes that you may find in, e.g., a GNOME or Plasma setup. --- README.md | 1 - {wal => bspwm}/.config/wal/done.sh | 0 .../.config/wal/templates/colors.Xresources | 0 {wal => bspwm}/.config/wal/templates/dunstrc | 0 {wal => bspwm}/.config/wal/templates/termite | 0 .../.config/wal/templates/zathurarc | 0 bspwm/README.md | 4 ++++ wal/README.md | 19 ------------------- 8 files changed, 4 insertions(+), 20 deletions(-) rename {wal => bspwm}/.config/wal/done.sh (100%) rename {wal => bspwm}/.config/wal/templates/colors.Xresources (100%) rename {wal => bspwm}/.config/wal/templates/dunstrc (100%) rename {wal => bspwm}/.config/wal/templates/termite (100%) rename {wal => bspwm}/.config/wal/templates/zathurarc (100%) delete mode 100644 wal/README.md 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/