feat(hyprlock): update

This commit is contained in:
2026-02-25 02:07:48 +01:00
parent 74dda82f24
commit 4454b0bb03
3 changed files with 27 additions and 17 deletions

View File

@@ -85,22 +85,22 @@ image {
label {
monitor =
text = cmd[update:1000] playerctl metadata artist
text = cmd[update:1000] playerctl metadata title || jq -r '.[0].q' ~/.cache/quote.json
color = rgba(242, 243, 244, 0.8)
font_size = 14
font_family = Lexend Bold
position = 0, -300
font_size = 14
font_family = Lexend
position = 0, -270
halign = center
valign = center
}
label {
monitor =
text = cmd[update:1000] playerctl metadata title
text = cmd[update:1000] playerctl metadata artist || jq -r '.[0].a' ~/.cache/quote.json
color = rgba(242, 243, 244, 0.8)
font_size = 14
font_family = Lexend
position = 0, -270
font_size = 14
font_family = Lexend Bold
position = 0, -300
halign = center
valign = center
}