mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-05 17:24:22 +00:00
Fix wrong path
This commit is contained in:
@@ -148,7 +148,7 @@ interface = wlo1
|
||||
interval = 3.0
|
||||
|
||||
format-connected = <label-connected>
|
||||
label-connected = " %essid%"
|
||||
label-connected = "%essid%"
|
||||
|
||||
format-disconnected =
|
||||
|
||||
@@ -222,7 +222,7 @@ click-left = ~/bin/polybar/vpn_country.sh
|
||||
|
||||
[module/updates]
|
||||
type = custom/script
|
||||
exec = ~/bin/updates.sh 2> /dev/null
|
||||
exec = ~/bin/polybar/updates.sh 2> /dev/null
|
||||
interval = 600
|
||||
format-prefix = ""
|
||||
format-underline = ${colors.alert}
|
||||
@@ -240,8 +240,8 @@ format-discharging = <label-discharging>
|
||||
format-discharging-underline = ${colors.alert}
|
||||
|
||||
label-full = ""
|
||||
label-discharging = " %percentage%"
|
||||
label-charging = " %percentage%"
|
||||
label-discharging = " %percentage%%"
|
||||
label-charging = " %percentage%%"
|
||||
|
||||
|
||||
[global/wm]
|
||||
|
||||
Reference in New Issue
Block a user