From ea976e50dde678a952a182900fdfc3fb2222ebc5 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:49:05 +1000 Subject: [PATCH] hyprlock: fix track title Cover art wont be fixed until qs image rework --- hypr/scripts/templates/hyprlock/round/main.conf | 2 +- hypr/scripts/templates/hyprlock/round/per-monitor.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hypr/scripts/templates/hyprlock/round/main.conf b/hypr/scripts/templates/hyprlock/round/main.conf index a1b5d3d..beb309d 100644 --- a/hypr/scripts/templates/hyprlock/round/main.conf +++ b/hypr/scripts/templates/hyprlock/round/main.conf @@ -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 diff --git a/hypr/scripts/templates/hyprlock/round/per-monitor.conf b/hypr/scripts/templates/hyprlock/round/per-monitor.conf index 0874b40..70152c4 100644 --- a/hypr/scripts/templates/hyprlock/round/per-monitor.conf +++ b/hypr/scripts/templates/hyprlock/round/per-monitor.conf @@ -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