hyprlock: change futuristic style colours

This commit is contained in:
2 * r + 2 * t 2025-03-09 23:37:34 +11:00
parent 035df7c037
commit 91f20c8be5
2 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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