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