mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-17 20:30:37 +01:00
20 lines
376 B
Markdown
20 lines
376 B
Markdown
|
# 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/
|