This commit is contained in:
LinlyBoi
2023-03-22 08:00:16 +02:00
parent c0902b570e
commit 0d185449c5
8 changed files with 52 additions and 25 deletions

View File

@@ -175,6 +175,7 @@ click-right = lxappearance &
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
[module/powermenu]
type = custom/menu
@@ -294,9 +295,20 @@ label-close-padding = 1
[module/spotify]
type = custom/script
; Default
exec = spotifyctl -q status --format '%artist%: %title%'
exec = spt playback --format '%t'
; Playing/paused show song name and artist
label = %output%
format = <label>
format-prefix =
format-prefix-background = ${color.green}
format-prefix-padding = 1
format-overline = ${color.background}
format-underline = ${color.background}
; Available tokens:
; %output%
; Default: %output%
label = %output%
label-background = ${color.background-alt}
label-padding = 1
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_