From ea92cad2717b56f95194af59f6b3bf0a57a3497d Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Fri, 19 Feb 2021 18:06:49 +0100 Subject: [PATCH] Update bar on aincrad --- files/.config/polybar/config | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/files/.config/polybar/config b/files/.config/polybar/config index 642cd72..0e6d872 100644 --- a/files/.config/polybar/config +++ b/files/.config/polybar/config @@ -69,7 +69,7 @@ modules-right = volume spotify cpu memory [bar/laptop] inherit = bar/main -modules-right = spotify cpu memory wlan volume battery +modules-right = volume spotify cpu memory wlan battery # ======================================== MODULES [module/i3] @@ -146,15 +146,15 @@ apdapter = ADP1 format-charging = label-charging = %percentage%% animation-charging-foreground = ${colors.accent} -#format-charging-underline = ${colors.yellow} +format-charging-underline = ${colors.yellow} format-discharging = label-discharging = %percentage%% -#format-discharging-underline = ${colors.accent} +format-discharging-overline = ${colors.cyan} format-full = label-full = %percentage%% -#format-full-underline = ${colors.accent} +format-full-underline = ${colors.green} ramp-capacity-foreground = ${colors.accent} ramp-capacity-0 = 󰁺 @@ -220,11 +220,12 @@ format-overline = ${colors.blue} [module/wlan] type = internal/network -interface = +interface = wlo1 interval = 3.0 format-connected = format-connected-prefix = "󰤨 " label-connected = %essid% +format-connected-overline = ${colors.magenta} format-disconnected = "󰤮 No Connection"