From 65eddb9c8269d5444aebccb8b05c27496322f497 Mon Sep 17 00:00:00 2001 From: Tobi Date: Wed, 17 Nov 2021 21:35:45 +0100 Subject: [PATCH] updated config files --- waybar/waybar.config | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/waybar/waybar.config b/waybar/waybar.config index 4676e11..6aa4980 100644 --- a/waybar/waybar.config +++ b/waybar/waybar.config @@ -3,7 +3,7 @@ "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", "tray", "clock"], + "modules-right": ["network", "cpu", "memory", "pulseaudio","battery", "tray", "clock"], "sway/workspaces": { "disable-scroll": true, "all-outputs": true, @@ -24,17 +24,13 @@ "memory": { "format": "{}% " }, - "backlight": { - "format": "{percent}% {icon} |", - "format-icons": ["", ""] - }, "battery": { "states": { "good": 80, "warning": 30, "critical": 15 }, - "format": "{capacity}% {icon} |", + "format": "{capacity}% {icon}", "format-charging": "{capacity}% ", "format-plugged": "{capacity}% ", "format-alt": "{time} {icon}",