aboutsummaryrefslogtreecommitdiff
path: root/scripts/run_dmenu
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-11-06 10:21:25 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-11-06 10:21:25 +0530
commit93c04f779a1ce6487bbf5610238ff9d66b44ab19 (patch)
tree967b4c10402d31851213129705a67054510ddf88 /scripts/run_dmenu
parentd26cef6d9ac6b4882753c9385ec08202bb3e358a (diff)
added a folder for custom scripts
Diffstat (limited to 'scripts/run_dmenu')
-rwxr-xr-xscripts/run_dmenu3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/run_dmenu b/scripts/run_dmenu
new file mode 100755
index 00000000..e46a553b
--- /dev/null
+++ b/scripts/run_dmenu
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+dmenu_run -b -fn "roboto:size=11" -p "Run: " -nb "#171520" -nf "#dddddd" -sb "#d33682" -sf "#ffffff"