Update bar on aincrad

This commit is contained in:
Marco Thomas
2021-02-19 18:06:49 +01:00
parent e657b69dc9
commit ea92cad271

View File

@@ -69,7 +69,7 @@ modules-right = volume spotify cpu memory
[bar/laptop] [bar/laptop]
inherit = bar/main inherit = bar/main
modules-right = spotify cpu memory wlan volume battery modules-right = volume spotify cpu memory wlan battery
# ======================================== MODULES # ======================================== MODULES
[module/i3] [module/i3]
@@ -146,15 +146,15 @@ apdapter = ADP1
format-charging = <animation-charging> <label-charging> format-charging = <animation-charging> <label-charging>
label-charging = %percentage%% label-charging = %percentage%%
animation-charging-foreground = ${colors.accent} animation-charging-foreground = ${colors.accent}
#format-charging-underline = ${colors.yellow} format-charging-underline = ${colors.yellow}
format-discharging = <ramp-capacity> <label-discharging> format-discharging = <ramp-capacity> <label-discharging>
label-discharging = %percentage%% label-discharging = %percentage%%
#format-discharging-underline = ${colors.accent} format-discharging-overline = ${colors.cyan}
format-full = <ramp-capacity> <label-full> format-full = <ramp-capacity> <label-full>
label-full = %percentage%% label-full = %percentage%%
#format-full-underline = ${colors.accent} format-full-underline = ${colors.green}
ramp-capacity-foreground = ${colors.accent} ramp-capacity-foreground = ${colors.accent}
ramp-capacity-0 = 󰁺 ramp-capacity-0 = 󰁺
@@ -220,11 +220,12 @@ format-overline = ${colors.blue}
[module/wlan] [module/wlan]
type = internal/network type = internal/network
interface = interface = wlo1
interval = 3.0 interval = 3.0
format-connected = <label-connected> format-connected = <label-connected>
format-connected-prefix = "󰤨 " format-connected-prefix = "󰤨 "
label-connected = %essid% label-connected = %essid%
format-connected-overline = ${colors.magenta}
format-disconnected = "󰤮 No Connection" format-disconnected = "󰤮 No Connection"