hyprlock: fix track title
Cover art wont be fixed until qs image rework
This commit is contained in:
parent
57a4c0f439
commit
ea976e50dd
2 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ image { # Player cover art
|
|||
border_color = rgb($text)
|
||||
rounding = 5
|
||||
reload_time = 1
|
||||
reload_cmd = caelestia shell media cover_art
|
||||
reload_cmd = $media_cmd trackArtUrl
|
||||
|
||||
position = -140, 110
|
||||
halign = center
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ label { # Player identity
|
|||
|
||||
label { # Player track title
|
||||
monitor = {{ $name }}
|
||||
text = cmd[update:1000] $truncate_cmd-Bold 14 150 "$($media trackTitle)" || echo 'No media playing'
|
||||
text = cmd[update:1000] $truncate_cmd-Bold 14 150 "$($media_cmd trackTitle)" || echo 'No media playing'
|
||||
color = rgb($text)
|
||||
font_size = 14
|
||||
font_family = $font_family Bold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue