]> Freerunner's - dotfiles.git/commitdiff
waybar: tweak controls for hyprsunset
authorAndre Ramnitz <tux.rising@gmail.com>
Wed, 23 Jul 2025 04:47:32 +0000 (06:47 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Wed, 23 Jul 2025 05:04:55 +0000 (07:04 +0200)
dot-config/waybar/config.jsonc

index 72a480a278fec7feae6be3c90f8c43b824d3144b..96a1fdb4092917dbaf205259866a00b2de1ecee7 100644 (file)
   "custom/hyprsunset-temp": {
         "format": "<span size='12pt'>󰽥</span> {}K",
         "on-click": "~/.config/hypr/scripts/hyprsunset.sh temperature 4500 toggle",
-        "on-click-right": "~/.config/hypr/scripts/hyprsunset.sh temperature 6500",
+        "on-click-right": "hyprctl hyprsunset identity",
         "on-scroll-up": "~/.config/hypr/scripts/hyprsunset.sh temperature +500",
         "on-scroll-down": "~/.config/hypr/scripts/hyprsunset.sh temperature -500",
         "exec": "~/.config/hypr/scripts/hyprsunset.sh temperature",
     "custom/hyprsunset-gamma": {
         "format": "<span size='12pt'></span> {}%",
         "on-click": "~/.config/hypr/scripts/hyprsunset.sh gamma 70 toggle",
-        "on-click-right": "~/.config/hypr/scripts/hyprsunset.sh gamma 100",
+        "on-click-right": "hyprctl hyprsunset identity",
         "on-scroll-up": "~/.config/hypr/scripts/hyprsunset.sh gamma +10",
         "on-scroll-down": "~/.config/hypr/scripts/hyprsunset.sh gamma -10",
         "exec": "~/.config/hypr/scripts/hyprsunset.sh gamma",