diff options
Diffstat (limited to '.config/waybar/config.jsonc')
| -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": { |
