From 91f20c8be5c896c52e328b9fd90fde308280428c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 9 Mar 2025 23:37:34 +1100 Subject: [PATCH] hyprlock: change futuristic style colours --- scripts/templates/hyprlock/futuristic/main.conf | 2 +- scripts/templates/hyprlock/futuristic/per-monitor.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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