diff options
| author | ewy1 <ewy0@protonmail.com> | 2025-01-13 23:18:53 +0100 |
|---|---|---|
| committer | ewy1 <ewy0@protonmail.com> | 2025-01-13 23:18:53 +0100 |
| commit | 0007bd61f85b47146333fc7b095b8903c838bed9 (patch) | |
| tree | 7aebd4b1b5e2e022327f314cf30a50491cadc6f6 /.config | |
| parent | 2b3cd782b3a94ff458418c4d8b5eeb3dca0a1bc9 (diff) | |
put icons always in the same place
Diffstat (limited to '.config')
| -rw-r--r-- | .config/waybar/config.jsonc | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 05e7815..8bcb425 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -21,9 +21,19 @@ "load", "memory", "temperature", + "battery", "tray", "clock" ], + "load":{ + "format": " {}" + }, + "pulseaudio": { + "format": " {volume}%" + }, + "battery": { + "format": " {}%" + }, "sway/window": { "all-outputs": true }, @@ -84,14 +94,14 @@ "tooltip": false }, "memory": { - "format": "{}% " + "format": " {}%" }, "temperature": { // "thermal-zone": 2, // "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input", "critical-threshold": 80, // "format-critical": "{temperatureC}°C {icon}", - "format": "{temperatureC}°C {icon}", + "format": "{icon} {temperatureC}°", "format-icons": ["", "", ""] }, "network": { |
