dotfiles/.scripts/dmen

7 lines
133 B
Plaintext
Raw Normal View History

2021-09-30 12:33:07 +02:00
#!/bin/sh
# Import the colors
. "${HOME}/.cache/wal/colors.sh"
dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"