various
This commit is contained in:
@@ -6,8 +6,8 @@ $text_color = rgba(FFFFFFFF)
|
||||
$entry_background_color = rgba(33333360)
|
||||
$entry_border_color = rgba(3B3B3B64)
|
||||
$entry_color = rgba(FFFFFFFF)
|
||||
$font_family = Rubik Light
|
||||
$font_family_clock = Rubik Light
|
||||
$font_family = Noto Sans
|
||||
$font_family_clock = Font Awesome 6 Free
|
||||
$font_material_symbols = Material Symbols Rounded
|
||||
|
||||
# workaround: https://github.com/hyprwm/hyprlock/issues/825
|
||||
@@ -33,8 +33,8 @@ input-field {
|
||||
font_color = $entry_color
|
||||
# fade_on_empty = true
|
||||
|
||||
position = 0, 20
|
||||
halign = center
|
||||
position = 100, -80
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
|
||||
@@ -45,11 +45,11 @@ label { # Clock
|
||||
shadow_size = 15
|
||||
shadow_boost = 0.5
|
||||
color = $text_color
|
||||
font_size = 65
|
||||
font_size = 100
|
||||
font_family = $font_family_clock
|
||||
|
||||
position = 0, 300
|
||||
halign = center
|
||||
position = 100, 120
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
label { # Greeting
|
||||
@@ -59,11 +59,11 @@ label { # Greeting
|
||||
shadow_size = 15
|
||||
shadow_boost = 0.5
|
||||
color = $text_color
|
||||
font_size = 20
|
||||
font_size = 24
|
||||
font_family = $font_family
|
||||
|
||||
position = 0, 240
|
||||
halign = center
|
||||
position = 100, 0
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
label { # lock icon
|
||||
@@ -75,8 +75,8 @@ label { # lock icon
|
||||
font_size = 21
|
||||
font_family = $font_material_symbols
|
||||
|
||||
position = 0, 65
|
||||
halign = center
|
||||
position = 100, 100
|
||||
halign = left
|
||||
valign = bottom
|
||||
}
|
||||
label { # "locked" text
|
||||
@@ -88,8 +88,8 @@ label { # "locked" text
|
||||
font_size = 14
|
||||
font_family = $font_family
|
||||
|
||||
position = 0, 45
|
||||
halign = center
|
||||
position = 140, 105
|
||||
halign = left
|
||||
valign = bottom
|
||||
}
|
||||
|
||||
@@ -102,7 +102,7 @@ label { # Status
|
||||
font_size = 14
|
||||
font_family = $font_family
|
||||
|
||||
position = 30, -30
|
||||
position = 100, -100
|
||||
halign = left
|
||||
valign = top
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user