Make dmenu use wal colors

This commit is contained in:
yuriyurisuki 2018-08-09 01:52:04 +02:00 committed by GitHub
parent 5f4e64c09b
commit 7469d63f89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.scripts/dmen Normal 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"