aboutsummaryrefslogtreecommitdiff
path: root/scripts/.local/bin/personal/wrapper/dmenu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/.local/bin/personal/wrapper/dmenu')
-rwxr-xr-xscripts/.local/bin/personal/wrapper/dmenu19
1 files changed, 19 insertions, 0 deletions
diff --git a/scripts/.local/bin/personal/wrapper/dmenu b/scripts/.local/bin/personal/wrapper/dmenu
new file mode 100755
index 0000000..ef03598
--- /dev/null
+++ b/scripts/.local/bin/personal/wrapper/dmenu
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+# A wrapper for dmenu to always have it spawn with certain properties
+# TODO: Get rid of this script
+
+source "$HOME/.cache/wal/colors.sh"
+
+/usr/local/bin/dmenu \
+-fn "JetBrains Mono:size=19:pixelsize=24" \
+-nb "$background" \
+-nf "$foreground" \
+-sb "$color1" \
+-sf "$background" \
+-x "10" \
+-y "10" \
+-z "2860" \
+-h "44" \
+-i
+