diff options
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'" +}, } |
