waybar: improved river support
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-09-15 10:13:40 -04:00
parent 60e4e4f16e
commit 9f268f008b

View file

@ -55,6 +55,11 @@ in {
on-click = ''hyprctl dispatch submap reset'';
};
"river/mode" = {
format = "{}";
on-click = ''riverctl enter-mode normal'';
};
"sway/workspaces" = {
all-outputs = true;
format = "{icon} {name}";
@ -82,7 +87,7 @@ in {
};
"custom/app-close" = {
on-click = ''hyprctl dispatch killactive || swaymsg kill'';
on-click = ''hyprctl dispatch killactive || swaymsg kill || riverctl close'';
format = "󰅗";
tooltip-format = "Close the focused window.";
};
@ -334,6 +339,7 @@ in {
config.programs.rofi.package
config.wayland.windowManager.hyprland.package
config.wayland.windowManager.sway.package
config.wayland.windowManager.river.package
]
++ (with pkgs; [
blueberry