aboutsummaryrefslogtreecommitdiff
path: root/scripts/run_dmenu
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-11-06 10:22:46 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-11-06 10:22:46 +0530
commita00464fe0919a78f181737400261fd61e19ea241 (patch)
tree2c85d5e2e00480f87bab9f6ee9cbf79303bc4d1d /scripts/run_dmenu
parent93c04f779a1ce6487bbf5610238ff9d66b44ab19 (diff)
added a dmenu script
Diffstat (limited to 'scripts/run_dmenu')
-rwxr-xr-xscripts/run_dmenu2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/run_dmenu b/scripts/run_dmenu
index e46a553b..29683372 100755
--- a/scripts/run_dmenu
+++ b/scripts/run_dmenu
@@ -1,3 +1,5 @@
#!/bin/bash
+# this script makes my dmenu sexier
+
dmenu_run -b -fn "roboto:size=11" -p "Run: " -nb "#171520" -nf "#dddddd" -sb "#d33682" -sf "#ffffff"