From 0007bd61f85b47146333fc7b095b8903c838bed9 Mon Sep 17 00:00:00 2001 From: ewy1 Date: Mon, 13 Jan 2025 23:18:53 +0100 Subject: put icons always in the same place --- .config/waybar/config.jsonc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to '.config/waybar/config.jsonc') 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": { -- cgit v1.3