fix bemenu

This commit is contained in:
Kabbone 2022-11-01 16:18:24 +01:00
parent 24ccd8ac6f
commit af8ba09ceb
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -144,7 +144,7 @@
} }
''; '';
settings = [{ settings = [{
layer = "top"; layer = "bottom";
position = "top"; position = "top";
height = 22; height = 22;
tray = { spacing = 10; }; tray = { spacing = 10; };