diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-08-28 23:33:04 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-08-28 23:33:04 +0900 |
| commit | 489dab320101bdd6e575cdef39393d7b9fbeea48 (patch) | |
| tree | 35daad0c1a56aaeec780c7136bec4358679740f5 /config/waybar/configs | |
| parent | 43d868ce92127ddde107a5828bfd2846756c026d (diff) | |
Updated PR 417
Diffstat (limited to 'config/waybar/configs')
| -rw-r--r-- | config/waybar/configs/[TOP] Everforest (renamed from config/waybar/configs/Everforest) | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/config/waybar/configs/Everforest b/config/waybar/configs/[TOP] Everforest index 92b0ac42..7ad9c175 100644 --- a/config/waybar/configs/Everforest +++ b/config/waybar/configs/[TOP] Everforest @@ -32,11 +32,11 @@ "modules-right": [ "cpu#forest", "memory#forest", - "temperature", + "temperature#forest", "disk#forest", "custom/separator#blank_2", "backlight", - ""battery#forest"", + "battery#forest", "custom/separator#blank_2", "group/audio", ], @@ -120,5 +120,21 @@ "tooltip-format": "Ram {used:0.1f}GB/{total:0.1f}G", "on-click-right": "kitty --title btop sh -c 'btop'" }, +"temperature#forest": { + "interval": 10, + "tooltip": true, + "hwmon-path": [ + "/sys/class/hwmon/hwmon1/temp1_input", + "/sys/class/thermal/thermal_zone0/temp" + ], + //"thermal-zone": 0, + "critical-threshold": 82, + "format-critical": "Temp {icon} {temperatureC}°C", + "format": "Temp {icon} {temperatureC}°C", + "format-icons": [ + " " + ], + "on-click-right": "kitty --title nvtop sh -c 'nvtop'" +}, } |
