summaryrefslogtreecommitdiff
path: root/.local/bin/scripts/dmenucmd
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/scripts/dmenucmd')
-rwxr-xr-x.local/bin/scripts/dmenucmd9
1 files changed, 9 insertions, 0 deletions
diff --git a/.local/bin/scripts/dmenucmd b/.local/bin/scripts/dmenucmd
new file mode 100755
index 0000000..d205e0c
--- /dev/null
+++ b/.local/bin/scripts/dmenucmd
@@ -0,0 +1,9 @@
+#!/bin/sh
+dmenumon="0"
+dmenufont="monospace:size=15"
+col_gray1="#222222";
+col_gray2="#444444";
+col_gray3="#bbbbbb";
+col_gray4="#eeeeee";
+col_cyan="#005577";
+dmenu -l 10 -i -m $dmenumon -fn $dmenufont -nb $col_gray1 -nf $col_gray3 -sb $col_cyan -sf $col_gray4