mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
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
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:
parent
60e4e4f16e
commit
9f268f008b
|
@ -55,6 +55,11 @@ in {
|
||||||
on-click = ''hyprctl dispatch submap reset'';
|
on-click = ''hyprctl dispatch submap reset'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"river/mode" = {
|
||||||
|
format = "{}";
|
||||||
|
on-click = ''riverctl enter-mode normal'';
|
||||||
|
};
|
||||||
|
|
||||||
"sway/workspaces" = {
|
"sway/workspaces" = {
|
||||||
all-outputs = true;
|
all-outputs = true;
|
||||||
format = "{icon} {name}";
|
format = "{icon} {name}";
|
||||||
|
@ -82,7 +87,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
"custom/app-close" = {
|
"custom/app-close" = {
|
||||||
on-click = ''hyprctl dispatch killactive || swaymsg kill'';
|
on-click = ''hyprctl dispatch killactive || swaymsg kill || riverctl close'';
|
||||||
format = "";
|
format = "";
|
||||||
tooltip-format = "Close the focused window.";
|
tooltip-format = "Close the focused window.";
|
||||||
};
|
};
|
||||||
|
@ -334,6 +339,7 @@ in {
|
||||||
config.programs.rofi.package
|
config.programs.rofi.package
|
||||||
config.wayland.windowManager.hyprland.package
|
config.wayland.windowManager.hyprland.package
|
||||||
config.wayland.windowManager.sway.package
|
config.wayland.windowManager.sway.package
|
||||||
|
config.wayland.windowManager.river.package
|
||||||
]
|
]
|
||||||
++ (with pkgs; [
|
++ (with pkgs; [
|
||||||
blueberry
|
blueberry
|
||||||
|
|
Loading…
Reference in a new issue