From d42479b0de7d3a22a69604d852be4fb15228e75c Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Mon, 2 Dec 2024 23:41:25 +0000 Subject: [PATCH] changed backlight module back to a slider again, still won't work unfortunately but I keep confusing it with my battery percentage. can fix the issue with it not working by running it on hyprland start rather than as a systemd unit, but swaync doesnt let you do that and I would rather have it all be consistent --- home-manager/waybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/waybar.nix b/home-manager/waybar.nix index 941cc47..d2fad3e 100644 --- a/home-manager/waybar.nix +++ b/home-manager/waybar.nix @@ -26,7 +26,7 @@ ]; modules-right = [ "pulseaudio/slider" - "backlight" + "backlight/slider" "battery" "tray" ];