Fix wrong path
This commit is contained in:
parent
60f7541eed
commit
258aa09f42
|
@ -148,7 +148,7 @@ interface = wlo1
|
||||||
interval = 3.0
|
interval = 3.0
|
||||||
|
|
||||||
format-connected = <label-connected>
|
format-connected = <label-connected>
|
||||||
label-connected = " %essid%"
|
label-connected = "%essid%"
|
||||||
|
|
||||||
format-disconnected =
|
format-disconnected =
|
||||||
|
|
||||||
|
@ -222,7 +222,7 @@ click-left = ~/bin/polybar/vpn_country.sh
|
||||||
|
|
||||||
[module/updates]
|
[module/updates]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
exec = ~/bin/updates.sh 2> /dev/null
|
exec = ~/bin/polybar/updates.sh 2> /dev/null
|
||||||
interval = 600
|
interval = 600
|
||||||
format-prefix = ""
|
format-prefix = ""
|
||||||
format-underline = ${colors.alert}
|
format-underline = ${colors.alert}
|
||||||
|
@ -240,8 +240,8 @@ format-discharging = <label-discharging>
|
||||||
format-discharging-underline = ${colors.alert}
|
format-discharging-underline = ${colors.alert}
|
||||||
|
|
||||||
label-full = ""
|
label-full = ""
|
||||||
label-discharging = " %percentage%"
|
label-discharging = " %percentage%%"
|
||||||
label-charging = " %percentage%"
|
label-charging = " %percentage%%"
|
||||||
|
|
||||||
|
|
||||||
[global/wm]
|
[global/wm]
|
||||||
|
|
Loading…
Reference in New Issue