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
|
|
@ -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