Add dmenu_run_top flavours profile

This commit is contained in:
Ian Keane 2022-06-25 18:25:25 -04:00
parent 464b8e4c7b
commit f184df96d1
5 changed files with 38 additions and 1 deletions

View file

@ -0,0 +1,19 @@
#!
# bg's need # in front
# start flavours
norm_fg="#232629"
norm_bg="#f8f8f2"
sel_fg="#f8f8f2"
sel_bg="#388e3c"
# end flavours
dmenu_run \
-i \
-fn BitstreamVeraSansMono:size=11 \
-l 15 \
-nf "$norm_fg" \
-nb "$norm_bg" \
-sf "$sel_fg" \
-sb "$sel_bg"

View file

@ -56,3 +56,11 @@ rewrite = false
start = "-- start flavours"
end = "-- end flavours"
hook = "echo 'loaded'"
[[items]]
file = "~/.local/bin/dmenu_run_top"
template = "dmenu_run_top"
rewrite = false
start = "# start flavours"
end = "# end flavours"
hook = ""

View file

@ -0,0 +1,3 @@
default:
extension: .dunstrc
output: themes

View file

@ -0,0 +1,4 @@
norm_fg="#{{base05-hex}}"
norm_bg="#{{base00-hex}}"
sel_fg="#{{base00-hex}}"
sel_bg="#{{base0B-hex}}"

View file

@ -150,8 +150,11 @@ super + {Left,Down,Up,Right}
# super + d
# dmenu_run -l 15 -i
# super + d
# dmenu_run -l 15 -i
super + d
dmenu_run -l 15 -i
dmenu_run_top
super + w
bspc config window_gap 0