1
0
forked from extern/nix-config

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.
This commit is contained in:
Donovan Glover 2018-10-30 16:41:10 -04:00
parent 522b92c9cd
commit 02019be0d3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
8 changed files with 4 additions and 20 deletions

View File

@ -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

View File

@ -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/

View File

@ -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/