This commit is contained in:
josh
2018-08-24 21:43:38 +03:00
parent 641da4c1b4
commit 6d7cd2f827
49 changed files with 1299 additions and 0 deletions

6
dotfiles/.scripts/dmen_run.sh Executable file
View File

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