From bdb198deb38172d4c979c21da6d2cfc3a1ea7b1c Mon Sep 17 00:00:00 2001 From: Luna Simons Date: Fri, 29 Dec 2023 13:42:58 +0100 Subject: [PATCH] refactor: added window tile, removed scroll actions --- homes/common/desktop/wayland/waybar/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/homes/common/desktop/wayland/waybar/default.nix b/homes/common/desktop/wayland/waybar/default.nix index d327b26..61de98a 100644 --- a/homes/common/desktop/wayland/waybar/default.nix +++ b/homes/common/desktop/wayland/waybar/default.nix @@ -47,7 +47,7 @@ in { layer = "top"; position = "top"; output = builtins.map (m: m.name) (builtins.filter (m: !m.noBar) config.monitors); - modules-left = ["hyprland/workspaces"]; + modules-left = ["hyprland/workspaces" "hyprland/window"]; modules-center = ["custom/player"]; modules-right = ["tray" "cpu" "memory" "backlight" "pulseaudio" "network" "battery" "clock"]; @@ -58,8 +58,6 @@ in { "hyprland/workspaces" = { all-outputs = true; - on-scroll-up = "hyprctl dispatch workspace e-1"; - on-scroll-down = "hyprctl dispatch workspace e+1"; format = "{icon}"; format-icons = { "1" = "󰎤";