diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-09 23:30:22 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-09 23:30:22 +0900 |
| commit | c286515c9503f0dd54c3b7ba37bd93e1c98b8454 (patch) | |
| tree | 2b2be92dd50c93d47911a37c5caae4b2ff348d55 /config | |
| parent | fa52522d9d8564d7c069f9fd794c41b5e4e6e00f (diff) | |
updated ascii
Diffstat (limited to 'config')
| -rw-r--r-- | config/waybar/modules | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 093d1888..9955e3df 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -162,9 +162,9 @@ "align": 0, "rotate": 0, //"format": "{icon} {percent}%", - //"format-icons": ["", "", ""], + "format-icons": ["", "", "", "", "", "", ""], "format": "{icon}", - "format-icons": ["","","","","","","","","","","","","","",""], + //"format-icons": ["","","","","","","","","","","","","","",""], "tooltip-format": "backlight {percent}%", "icon-size": 10, "on-click": "", @@ -459,13 +459,12 @@ }, "custom/keyboard": { - "exec": "cat ~/.cache/kb_layout", - "interval": 1, - "format": " {}", - "on-click": "~/.config/hypr/scripts/SwitchKeyboardLayout.sh", - "tooltip": false, - }, - + "exec": "cat ~/.cache/kb_layout", + "interval": 1, + "format": " {}", + "on-click": "~/.config/hypr/scripts/SwitchKeyboardLayout.sh", + "tooltip": false, + }, "custom/light_dark": { "format": "", @@ -570,7 +569,8 @@ "align": 0.35, "rotate": 1, "format": "{icon}", - "format-icons": ["", "", ""], + //"format-icons": ["", "", ""], + "format-icons": ["","","","","","","","","","","","","","",""], "on-click": "", "on-click-middle": "", "on-click-right": "", @@ -649,7 +649,7 @@ "temperature#vertical": { "interval": 10, "tooltip": true, - "hwmon-path": ["/sys/class/hwmon/hwmon6/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], + "hwmon-path": ["/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], //"thermal-zone": 0, "critical-threshold": 80, "format-critical": "{icon}\n{temperatureC}°C", |
