Sway : Color the launcher.
This commit is contained in:
parent
c5475cf0c8
commit
9da37745fe
|
@ -1,6 +1,6 @@
|
||||||
set $bg #282828
|
set $bg #282828
|
||||||
set $bg_2 #504945
|
set $bg_2 #504945
|
||||||
set $fg #ebdbb2
|
set $fg #000000
|
||||||
set $fg_1 #FBF1C7
|
set $fg_1 #FBF1C7
|
||||||
set $fg_2 #D5C4A1
|
set $fg_2 #D5C4A1
|
||||||
set $red #cc241d
|
set $red #cc241d
|
||||||
|
@ -18,4 +18,4 @@ client.focused $yellow $yellow $fg $yellow $yellow
|
||||||
client.focused_inactive $bg_2 #5F676A $fg #484E50 #5F676A
|
client.focused_inactive $bg_2 #5F676A $fg #484E50 #5F676A
|
||||||
client.unfocused $bg_2 #282828 #888888 #292D2E #222222
|
client.unfocused $bg_2 #282828 #888888 #292D2E #222222
|
||||||
client.urgent #2F343A #CC241D $fg_1 #CC241D #CC241D
|
client.urgent #2F343A #CC241D $fg_1 #CC241D #CC241D
|
||||||
client.placeholder #1D2021 #0C0C0C $fg #000000 #0C0C0C
|
client.placeholder #1D2021 #0C0C0C $fg #000000 #0C0C0C
|
|
@ -1,4 +1,4 @@
|
||||||
# Application launcher.
|
# Application launcher.
|
||||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||||
# on the original workspace that the command was run on.
|
# on the original workspace that the command was run on.
|
||||||
set $menu dmenu_path | wmenu | xargs swaymsg exec --
|
set $menu dmenu_path | wmenu -S d79921 -s 000000 | xargs swaymsg exec --
|
||||||
|
|
Loading…
Reference in a new issue