diff --git a/scripts/templates/hyprlock/futuristic/main.conf b/scripts/templates/hyprlock/futuristic/main.conf index bfaee4b..5f036fc 100644 --- a/scripts/templates/hyprlock/futuristic/main.conf +++ b/scripts/templates/hyprlock/futuristic/main.conf @@ -28,7 +28,7 @@ input-field { dots_size = 0.225 dots_spacing = 0.5 dots_text_format = * - inner_color = rgba($primary45) + inner_color = rgba($tertiary45) font_color = rgb($text) check_color = rgb($sky) fail_color = rgb($error) diff --git a/scripts/templates/hyprlock/futuristic/per-monitor.conf b/scripts/templates/hyprlock/futuristic/per-monitor.conf index 65e9714..4c58316 100644 --- a/scripts/templates/hyprlock/futuristic/per-monitor.conf +++ b/scripts/templates/hyprlock/futuristic/per-monitor.conf @@ -3,7 +3,7 @@ label { # CPU info monitor = {{ $name }} text = cmd[update:5000] printf '%s°C :CPU Temp\n%s%% :CPU Load' "$($get_cpu_temp)" "$($get_cpu_load)" - color = rgb($secondary) + color = rgb($tertiary) font_size = 14 font_family = $font_family_extras text_align = right @@ -20,7 +20,7 @@ label { # CPU info label { # Media playing monitor = {{ $name }} text = cmd[update:1000] $get_media - color = rgb($secondary) + color = rgb($tertiary) font_size = 14 font_family = $font_family_extras text_align = left