Merge 7469d63f892e871b612e0559d42d4f8cfac3a7d8 into cbe88333413b9e9dc66af963339ce2e7b9eb014c

This commit is contained in:
yuriyurisuki 2018-08-09 23:35:58 +00:00 committed by GitHub
commit d0850b3999
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"