Sway : Update launcher colors.
This commit is contained in:
parent
b8f60313dd
commit
32be87f07d
|
@ -1,4 +1,4 @@
|
|||
# Application launcher.
|
||||
# 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.
|
||||
set $menu _dmenu_path_wrapped | wmenu -b -p 'Run:' -M d79921 -m 000000 -i -S d79921 -s 000000 -f "SF Pro Display Medium 14" | xargs swaymsg exec --
|
||||
set $menu _dmenu_path_wrapped | wmenu -b -p 'Run:' -i -f "SF Pro Display Medium 14" -M 232323 -S 232323 -N 232323 -m d79921 -s d79921 -n fbf1c7 | xargs swaymsg exec --
|
||||
|
|
Loading…
Reference in a new issue