Polybar: Adjust for Framework
This commit is contained in:
parent
2dbf069962
commit
740ea734dc
@ -152,7 +152,7 @@ type = custom/script
|
||||
interval = 1
|
||||
format-prefix = " "
|
||||
format = <label>
|
||||
exec = python3 /home/rad4day/Dokumente/src/polybar-spotify/spotify_status.py -f '{artist}: {song}'
|
||||
exec = python3 /home/rad4day/Documents/src/polybar-spotify/spotify_status.py -f '{artist}: {song}'
|
||||
format-underline = #1db954
|
||||
|
||||
|
||||
@ -196,7 +196,7 @@ label = %percentage_used%%
|
||||
|
||||
[module/wlan]
|
||||
type = internal/network
|
||||
interface = wlp4s0
|
||||
interface = wlp170s0
|
||||
interval = 3.0
|
||||
|
||||
format-connected = <ramp-signal> <label-connected>
|
||||
@ -299,8 +299,8 @@ bar-volume-empty-foreground = ${colors.foreground-alt}
|
||||
|
||||
[module/battery]
|
||||
type = internal/battery
|
||||
battery = BAT0
|
||||
adapter = AC
|
||||
battery = BAT1
|
||||
adapter = ACAD
|
||||
full-at = 98
|
||||
|
||||
format-charging = <animation-charging> <label-charging>
|
||||
|
Loading…
Reference in New Issue
Block a user