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 | |
| 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')
| -rw-r--r-- | config/waybar/ModulesCustom | 3 | ||||
| -rw-r--r-- | config/waybar/configs/[TOP] Default Laptop | 1 |
2 files changed, 3 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": { diff --git a/config/waybar/configs/[TOP] Default Laptop b/config/waybar/configs/[TOP] Default Laptop index b9722b89..0b264c6b 100644 --- a/config/waybar/configs/[TOP] Default Laptop +++ b/config/waybar/configs/[TOP] Default Laptop @@ -54,6 +54,7 @@ "custom/separator#line", "group/audio", "custom/separator#dot-line", + "custom/nightlight", "group/status", ], }
\ No newline at end of file |
