Configure for .stowrc
This commit is contained in:
parent
e58bb4c0a0
commit
1091129506
132 changed files with 4 additions and 18 deletions
19
slackware/home/bin/scripts/dmenu_run_top
Executable file
19
slackware/home/bin/scripts/dmenu_run_top
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
#!
|
||||
|
||||
# bg's need # in front
|
||||
|
||||
# start flavours
|
||||
norm_fg="#C0C5CE"
|
||||
norm_bg="#1B2B34"
|
||||
sel_fg="#1B2B34"
|
||||
sel_bg="#99C794"
|
||||
# end flavours
|
||||
|
||||
dmenu_run \
|
||||
-i \
|
||||
-fn BitstreamVeraSansMono:size=11 \
|
||||
-l 15 \
|
||||
-nf "$norm_fg" \
|
||||
-nb "$norm_bg" \
|
||||
-sf "$sel_fg" \
|
||||
-sb "$sel_bg"
|
||||
Loading…
Add table
Add a link
Reference in a new issue