This commit is contained in:
josh
2018-08-26 12:57:57 +03:00
parent 283a41e39a
commit 5c1d7a61c0
70 changed files with 322 additions and 1335 deletions

6
.scripts/dmenu.sh Executable file
View File

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