summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-08-16 22:44:45 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2024-08-16 22:44:45 +0200
commit21311806407ac301702996a4658c1dee2bf5f80e (patch)
treebd00318d641bcf83c341351f50f6b8869f3ad4b2 /accounts/gkleen@sif
parent12793fd839de4353df35690faaadbdf9c43f29f6 (diff)
downloadnixos-21311806407ac301702996a4658c1dee2bf5f80e.tar
nixos-21311806407ac301702996a4658c1dee2bf5f80e.tar.gz
nixos-21311806407ac301702996a4658c1dee2bf5f80e.tar.bz2
nixos-21311806407ac301702996a4658c1dee2bf5f80e.tar.xz
nixos-21311806407ac301702996a4658c1dee2bf5f80e.zip
...
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/default.nix4
-rw-r--r--accounts/gkleen@sif/hyprland.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 4913b244..47d2212b 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -427,8 +427,8 @@ in {
427 icon-size = iconSize; 427 icon-size = iconSize;
428 tooltip-format = "{percent}%"; 428 tooltip-format = "{percent}%";
429 format-icons = ["&#xf00da;" "&#xf00db;" "&#xf00dc;" "&#xf00dd;" "&#xf00de;" "&#xf00df;" "&#xf00e0;"]; 429 format-icons = ["&#xf00da;" "&#xf00db;" "&#xf00dc;" "&#xf00dd;" "&#xf00de;" "&#xf00df;" "&#xf00e0;"];
430 on-scroll-up = "lightctl -d up"; 430 on-scroll-up = "lightctl -d -e4 -n1 up";
431 on-scroll-down = "lightctl -d down"; 431 on-scroll-down = "lightctl -d -e4 -n1 down";
432 }; 432 };
433 wireplumber = { 433 wireplumber = {
434 format = "<span font=\"Symbols Nerd Font Mono\" size=\"90%\">{icon}</span>"; 434 format = "<span font=\"Symbols Nerd Font Mono\" size=\"90%\">{icon}</span>";
diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix
index 0c7f19cb..23cbc972 100644
--- a/accounts/gkleen@sif/hyprland.nix
+++ b/accounts/gkleen@sif/hyprland.nix
@@ -178,8 +178,8 @@ in {
178 178
179 "$mainMod ALT, E, exec, emacsclient -c" 179 "$mainMod ALT, E, exec, emacsclient -c"
180 180
181 ", XF86MonBrightnessUp, exec, lightctl -d up" 181 ", XF86MonBrightnessUp, exec, lightctl -d -e4 -n1 up"
182 ", XF86MonBrightnessDown, exec, lightctl -d down" 182 ", XF86MonBrightnessDown, exec, lightctl -d -e4 -n1 down"
183 ", XF86AudioRaiseVolume, exec, volumectl -d -u up" 183 ", XF86AudioRaiseVolume, exec, volumectl -d -u up"
184 ", XF86AudioLowerVolume, exec, volumectl -d -u down" 184 ", XF86AudioLowerVolume, exec, volumectl -d -u down"
185 ", XF86AudioMute, exec, volumectl -d toggle-mute" 185 ", XF86AudioMute, exec, volumectl -d toggle-mute"