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 = {
enable = true;
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";
down = "n";
up = "e";

View File

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