From b9e5e0436dbe78e346ab5691a81ad6a7f826962a Mon Sep 17 00:00:00 2001 From: Tobi Date: Tue, 16 Nov 2021 23:35:41 +0100 Subject: [PATCH] updated config files --- waybar/waybar.config | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/waybar/waybar.config b/waybar/waybar.config index 942bd2b..6954580 100644 --- a/waybar/waybar.config +++ b/waybar/waybar.config @@ -3,7 +3,8 @@ "height": 25, // Waybar height (to be removed for auto height) "modules-left": ["sway/workspaces"], "modules-center": ["sway/window"], - "modules-right": ["network", "cpu", "memory", "pulseaudio", "backlight","battery", "clock", "tray"], + "separator_symbol": "|" + "modules-right": ["network", "cpu", "memory", "pulseaudio", "backlight","battery", "tray", "clock"], "sway/workspaces": { "disable-scroll": true, "all-outputs": true, @@ -14,13 +15,6 @@ "default": "" } }, - "idle_inhibitor": { - "format": "{icon}", - "format-icons": { - "activated": "", - "deactivated": "" - } - }, "tray": { "spacing": 10 }, @@ -37,7 +31,7 @@ "format": "{}% " }, "backlight": { - "format": "{percent}% {icon}", + "format": "{percent}% {icon} |", "format-icons": ["", ""] }, "battery": { @@ -46,7 +40,7 @@ "warning": 30, "critical": 15 }, - "format": "{capacity}% {icon}", + "format": "{capacity}% {icon} |", "format-charging": "{capacity}% ", "format-plugged": "{capacity}% ", "format-alt": "{time} {icon}",