mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-29 03:34:46 +01:00
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:
parent
522b92c9cd
commit
02019be0d3
@ -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.
|
- [systemd](/systemd) - User services, such as ssh-agent and urxvtd.
|
||||||
- [tmux](/tmux) - A vim-like terminal multiplexer that gets out of your way.
|
- [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.
|
- [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.
|
- [xmodmap](/xmodmap) - Make caps lock function as ctrl and escape.
|
||||||
|
|
||||||
## Uninstall
|
## Uninstall
|
||||||
|
@ -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.
|
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/
|
[bspwm]: https://www.archlinux.org/packages/community/x86_64/bspwm/
|
||||||
[polybar]: https://aur.archlinux.org/packages/polybar/
|
[polybar]: https://aur.archlinux.org/packages/polybar/
|
||||||
[dunst]: https://www.archlinux.org/packages/community/x86_64/dunst/
|
[dunst]: https://www.archlinux.org/packages/community/x86_64/dunst/
|
||||||
|
@ -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/
|
|
Loading…
Reference in New Issue
Block a user