From a33da514a3e7ad95531497cbe088dcd90cc00796 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 17 Aug 2023 13:42:11 +0900 Subject: [PATCH] test --- hosts/nixos-laptop/home-manager/waybar-conf.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/nixos-laptop/home-manager/waybar-conf.nix b/hosts/nixos-laptop/home-manager/waybar-conf.nix index 0c5e76de..070c8492 100644 --- a/hosts/nixos-laptop/home-manager/waybar-conf.nix +++ b/hosts/nixos-laptop/home-manager/waybar-conf.nix @@ -12,7 +12,7 @@ "layer": "top", "position": "top", "modules-left": [ - "workspaces", + "wlr/workspaces", ], "modules-center": [ "mpris" @@ -38,8 +38,8 @@ }, }, - "hyprland/workspaces": { - "disable-scroll": false + "wlr/workspaces": { + "on-click": activate }, "clock": { @@ -176,7 +176,7 @@ background-color: #e9b143; } -#workspaces button.focused { +#workspaces button.active { background-color: #3c3836; box-shadow: inset 0 -3px #f28534; }