diff options
| author | Don Williams <don.e.williams@gmail.com> | 2025-10-05 15:08:38 -0400 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2025-10-05 15:08:38 -0400 |
| commit | d200f9134d5e6bbc558b8acaea64229ba7b420cb (patch) | |
| tree | 3745a23305f7f9ea281caf0f14c689efdb126ac7 /config/waybar/ModulesCustom | |
| parent | 4b2fb9ebeb2abaeb52f24ed4889801b36cbb2ba9 (diff) | |
feat(hyprsunset): add libnotify messages on toggle; use plain glyph text; ensure nightlight button is visible in [TOP] Default Laptop; set escape=false for custom/nightlight
Diffstat (limited to 'config/waybar/ModulesCustom')
| -rw-r--r-- | config/waybar/ModulesCustom | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index 1f4afa20..512ff751 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -112,7 +112,8 @@ "format": "{}", "on-click": "$HOME/.config/hypr/scripts/Hyprsunset.sh toggle", "tooltip": true, - "tooltip-format": "Night light toggle" + "tooltip-format": "Night light toggle", + "escape": false }, "custom/lock": { |
