diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-06 10:22:46 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-06 10:22:46 +0530 |
commit | a00464fe0919a78f181737400261fd61e19ea241 (patch) | |
tree | 2c85d5e2e00480f87bab9f6ee9cbf79303bc4d1d | |
parent | 93c04f779a1ce6487bbf5610238ff9d66b44ab19 (diff) |
added a dmenu script
-rwxr-xr-x | scripts/run_dmenu | 2 |
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" |