diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-30 01:58:25 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-30 01:58:25 +0900 |
| commit | 9f7677f89b34aa8fe0e61aa4c84ae556b66dd05a (patch) | |
| tree | ee1f67e36279dd9caf7942abb15b0667f037665a /config/waybar | |
| parent | 5b73316eb5ce8c07596dd8834b6e18b1e56f9427 (diff) | |
Restart of Rainbow Borders fixed :)
Diffstat (limited to 'config/waybar')
| -rw-r--r-- | config/waybar/configs/Peony [Bottom] | 11 | ||||
| -rw-r--r-- | config/waybar/configs/Peony [TOP] | 17 |
2 files changed, 2 insertions, 26 deletions
diff --git a/config/waybar/configs/Peony [Bottom] b/config/waybar/configs/Peony [Bottom] index 0caa4eaa..159cf34c 100644 --- a/config/waybar/configs/Peony [Bottom] +++ b/config/waybar/configs/Peony [Bottom] @@ -28,7 +28,7 @@ "custom/separator#line", "backlight#peony", "custom/separator#line", - "temperature#peony", + "temperature", "custom/separator#line", "battery#peony", "network#peony"], @@ -59,15 +59,6 @@ "format": "{percent}% {icon}", "format-icons": ["", "", "", "", "", "", "", "", ""], }, - -"temperature#peony": { - // "thermal-zone": 2, - "hwmon-path": ["/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], - "critical-threshold": 80, - // "format-critical": "{temperatureC}°C ", - "format": "{temperatureC}°C " - -}, "network#peony": { "format": "{ifname}", diff --git a/config/waybar/configs/Peony [TOP] b/config/waybar/configs/Peony [TOP] index ade9f2c9..c9e5fce3 100644 --- a/config/waybar/configs/Peony [TOP] +++ b/config/waybar/configs/Peony [TOP] @@ -28,7 +28,7 @@ "custom/separator#line", "backlight#peony", "custom/separator#line", - "temperature#peony", + "temperature", "custom/separator#line", "battery#peony", "network#peony"], @@ -53,22 +53,7 @@ "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", "format-icons": ["", "", "", ""], }, - -"backlight#peony": { - "device": "intel_backlight", - "format": "{percent}% {icon}", - "format-icons": ["", "", "", "", "", "", "", "", ""], -}, -"temperature#peony": { - // "thermal-zone": 2, - "hwmon-path": ["/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], - "critical-threshold": 80, - // "format-critical": "{temperatureC}°C ", - "format": "{temperatureC}°C " - -}, - "network#peony": { "format": "{ifname}", "format-wifi": "{icon}", |
