hyprlock: change futuristic style colours
This commit is contained in:
parent
035df7c037
commit
91f20c8be5
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue