summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewy1 <ewy0@protonmail.com>2025-01-13 23:18:53 +0100
committerewy1 <ewy0@protonmail.com>2025-01-13 23:18:53 +0100
commit0007bd61f85b47146333fc7b095b8903c838bed9 (patch)
tree7aebd4b1b5e2e022327f314cf30a50491cadc6f6
parent2b3cd782b3a94ff458418c4d8b5eeb3dca0a1bc9 (diff)
put icons always in the same place
-rw-r--r--.config/waybar/config.jsonc14
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": {