Add dmenu_run_top flavours profile
This commit is contained in:
parent
464b8e4c7b
commit
f184df96d1
5 changed files with 38 additions and 1 deletions
19
dotfiles/bin/.local/bin/dmenu_run_top
Executable file
19
dotfiles/bin/.local/bin/dmenu_run_top
Executable 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"
|
||||||
|
|
@ -56,3 +56,11 @@ rewrite = false
|
||||||
start = "-- start flavours"
|
start = "-- start flavours"
|
||||||
end = "-- end flavours"
|
end = "-- end flavours"
|
||||||
hook = "echo 'loaded'"
|
hook = "echo 'loaded'"
|
||||||
|
|
||||||
|
[[items]]
|
||||||
|
file = "~/.local/bin/dmenu_run_top"
|
||||||
|
template = "dmenu_run_top"
|
||||||
|
rewrite = false
|
||||||
|
start = "# start flavours"
|
||||||
|
end = "# end flavours"
|
||||||
|
hook = ""
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
default:
|
||||||
|
extension: .dunstrc
|
||||||
|
output: themes
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
norm_fg="#{{base05-hex}}"
|
||||||
|
norm_bg="#{{base00-hex}}"
|
||||||
|
sel_fg="#{{base00-hex}}"
|
||||||
|
sel_bg="#{{base0B-hex}}"
|
||||||
|
|
@ -150,8 +150,11 @@ super + {Left,Down,Up,Right}
|
||||||
# super + d
|
# super + d
|
||||||
# dmenu_run -l 15 -i
|
# dmenu_run -l 15 -i
|
||||||
|
|
||||||
|
# super + d
|
||||||
|
# dmenu_run -l 15 -i
|
||||||
|
|
||||||
super + d
|
super + d
|
||||||
dmenu_run -l 15 -i
|
dmenu_run_top
|
||||||
|
|
||||||
super + w
|
super + w
|
||||||
bspc config window_gap 0
|
bspc config window_gap 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue