add wpg for theme switching

This commit is contained in:
qvalentin 2021-09-30 12:33:07 +02:00
parent 7a06470070
commit dfae762222
5 changed files with 18 additions and 16 deletions

6
.scripts/dmen Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
# Import the colors
. "${HOME}/.cache/wal/colors.sh"
dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"