fix bemenu
This commit is contained in:
parent
24ccd8ac6f
commit
af8ba09ceb
@ -19,7 +19,7 @@
|
|||||||
wayland.windowManager.sway = {
|
wayland.windowManager.sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = rec {
|
config = rec {
|
||||||
menu = "${pkgs.bemenu}/bin/bemenu-run --no-exec -m -1 --hf #ffff00 --tf #888888 --nf #00ff40 --hb #424242 | xargs swaymsg exec --";
|
menu = "${pkgs.bemenu}/bin/bemenu-run -m -1 --hf '#ffff00' --tf '#888888' --nf '#00ff40' --hb '#424242' | xargs ${pkgs.sway}/bin/swaymsg exec --";
|
||||||
left = "h";
|
left = "h";
|
||||||
down = "n";
|
down = "n";
|
||||||
up = "e";
|
up = "e";
|
||||||
|
@ -144,7 +144,7 @@
|
|||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
settings = [{
|
settings = [{
|
||||||
layer = "top";
|
layer = "bottom";
|
||||||
position = "top";
|
position = "top";
|
||||||
height = 22;
|
height = 22;
|
||||||
tray = { spacing = 10; };
|
tray = { spacing = 10; };
|
||||||
|
Loading…
Reference in New Issue
Block a user