Add binds for quick access to pywal themes
Binds mirror qutebrowser theming: sd/sD/sl/sL sdD changes to dark variants, slL to light variants. Uses gruvbox for small letters, themes mimicking pencil/one for large letters.
This commit is contained in:
parent
ba46f3ba74
commit
5c433ca99e
1 changed files with 8 additions and 0 deletions
8
.config/shell/rc.d/alias-pywal.sh
Normal file
8
.config/shell/rc.d/alias-pywal.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
if type wal >/dev/null 2>&1; then
|
||||
alias sd="wal --theme gruvbox" # grubbox dark
|
||||
alias sD="wal --theme vscode" # pencil-like dark theme
|
||||
alias sl="wal --theme base16-gruvbox-medium -l" # pencil-like light theme
|
||||
alias sL="wal --theme 3024 -l" # pencil-like light theme
|
||||
fi
|
Loading…
Reference in a new issue