diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-05 23:21:33 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-05 23:21:33 +0900 |
| commit | 4dcde3fd2617d934b86ac7e261a3fc2de42599f3 (patch) | |
| tree | 142180c776a2ece53670950f2e2b664c8e0ffaf9 /config/waybar | |
| parent | 9ab2c32a504aacbe597fa6acd523a77967a6ed10 (diff) | |
small update
Diffstat (limited to 'config/waybar')
| -rw-r--r-- | config/waybar/configs/config-default | 8 | ||||
| -rw-r--r-- | config/waybar/modules | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/config/waybar/configs/config-default b/config/waybar/configs/config-default index 4cc3955c..4567d761 100644 --- a/config/waybar/configs/config-default +++ b/config/waybar/configs/config-default @@ -47,10 +47,10 @@ //"network", //"custom/separator#dot-line", //"cava", - //"battery", - //"custom/separator#dot-line", - //"backlight", - //"custom/separator#dot-line", + "battery", + "custom/separator#dot-line", + "backlight", + "custom/separator#dot-line", "pulseaudio", "custom/separator#dot-line", //"wireplumber", diff --git a/config/waybar/modules b/config/waybar/modules index 7de38d0a..6617ed34 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -265,7 +265,7 @@ "interval": 10, "tooltip": false, //"hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input", - "thermal-zone": 2, + "thermal-zone": 0, "critical-threshold": 82, "format-critical": "{temperatureC}°C {icon}", "format": "{temperatureC}°C {icon}", @@ -460,8 +460,8 @@ "temperature#vertical": { "interval": 10, "tooltip": true, - "hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", - //"thermal-zone": 0, + //"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", + "thermal-zone": 0, "critical-threshold": 80, "format-critical": "{icon}\n{temperatureC}°C", "format": " {icon}", |
