move to hyprland

This commit is contained in:
k
2025-01-10 18:10:17 -05:00
parent 799398de33
commit bba9c8494e
6 changed files with 40 additions and 30 deletions

View File

@@ -44,16 +44,16 @@
car = " ";
default = [" " " "];
};
scroll-step = 1;
on-click = "pavucontrol";
#scroll-step = 1;
#on-click = "pavucontrol";
};
backlight = {
tooltip = false;
format = " {}%";
interval = 1;
on-scroll-up = "brightnessctl s 1515";
on-scroll-down = "brightnessctl s 1";
on-scroll-up = "${pkgs.brightnessctl}/bin/brightnessctl s 5%+";
on-scroll-down = "${pkgs.brightnessctl}/bin/brightnessctl s 5%+";
};
network = {