diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-06 10:21:25 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-06 10:21:25 +0530 |
commit | 93c04f779a1ce6487bbf5610238ff9d66b44ab19 (patch) | |
tree | 967b4c10402d31851213129705a67054510ddf88 /scripts/run_dmenu | |
parent | d26cef6d9ac6b4882753c9385ec08202bb3e358a (diff) |
added a folder for custom scripts
Diffstat (limited to 'scripts/run_dmenu')
-rwxr-xr-x | scripts/run_dmenu | 3 |
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" |