Edit waybar

Removed Backlight percentage and added spacing between icons and text
This commit is contained in:
GaspardCulis 2023-10-19 10:08:07 +02:00
parent 55075f467c
commit 10eb5766c7

View file

@ -8,7 +8,7 @@
"height": 50,
"modules-left": ["clock","custom/weather","wlr/workspaces"],
"modules-center": ["hyprland/window"],
"modules-right": ["network", "bluetooth", "temperature","custom/power_profile","battery","backlight","pulseaudio","pulseaudio#microphone","tray"],
"modules-right": ["network", "bluetooth", "temperature","custom/power_profile","battery","pulseaudio","pulseaudio#microphone","tray"],
"hyprland/window": {
"format": "{}"
},
@ -74,7 +74,7 @@
"warning": 30,
"critical": 20
},
"format": "{icon} {capacity}%",
"format": "{icon} {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": " {capacity}%",
"format-alt": "{time} {icon}",