forked from Shinonome/dots-hyprland
update hyprlock: perfect dot spacing
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
$text_color = rgba({{ $onBackground }}FF)
|
$text_color = rgba({{ $onBackground }}FF)
|
||||||
$entry_background_color = rgba({{ $background }}FF)
|
$entry_background_color = rgba({{ $background }}11)
|
||||||
$entry_border_color = rgba({{ $outline }}44)
|
$entry_border_color = rgba({{ $outline }}44)
|
||||||
$entry_color = rgba({{ $onSurfaceVariant }}FF)
|
$entry_color = rgba({{ $onSurfaceVariant }}FF)
|
||||||
$font_family = Gabarito
|
$font_family = Gabarito
|
||||||
@@ -7,12 +7,14 @@ $font_family_clock = Gabarito
|
|||||||
$font_material_symbols = Material Symbols Rounded
|
$font_material_symbols = Material Symbols Rounded
|
||||||
|
|
||||||
background {
|
background {
|
||||||
color = rgba({{ $background }}FF)
|
color = rgba({{ $background }}F8)
|
||||||
}
|
}
|
||||||
input-field {
|
input-field {
|
||||||
monitor =
|
monitor =
|
||||||
size = 200, 50
|
size = 300, 50
|
||||||
outline_thickness = 1
|
outline_thickness = 1
|
||||||
|
dots_size = 0.2
|
||||||
|
dots_spacing = 0.86
|
||||||
outer_color = $entry_border_color
|
outer_color = $entry_border_color
|
||||||
inner_color = $entry_background_color
|
inner_color = $entry_background_color
|
||||||
font_color = $entry_color
|
font_color = $entry_color
|
||||||
@@ -36,7 +38,7 @@ label { # Clock
|
|||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
monitor =
|
monitor =
|
||||||
text = hi $USER
|
text = hi $USER !!!
|
||||||
color = $text_color
|
color = $text_color
|
||||||
font_size = 20
|
font_size = 20
|
||||||
font_family = $font_family
|
font_family = $font_family
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
$text_color = rgba(eae0e4FF)
|
$text_color = rgba(eae0e4FF)
|
||||||
$entry_background_color = rgba(120F11FF)
|
$entry_background_color = rgba(120F1111)
|
||||||
$entry_border_color = rgba(9a8d9544)
|
$entry_border_color = rgba(9a8d9544)
|
||||||
$entry_color = rgba(d1c2cbFF)
|
$entry_color = rgba(d1c2cbFF)
|
||||||
$font_family = Gabarito
|
$font_family = Gabarito
|
||||||
@@ -7,12 +7,14 @@ $font_family_clock = Gabarito
|
|||||||
$font_material_symbols = Material Symbols Rounded
|
$font_material_symbols = Material Symbols Rounded
|
||||||
|
|
||||||
background {
|
background {
|
||||||
color = rgba(120F11BB)
|
color = rgba(120F11F8)
|
||||||
}
|
}
|
||||||
input-field {
|
input-field {
|
||||||
monitor =
|
monitor =
|
||||||
size = 200, 50
|
size = 300, 50
|
||||||
outline_thickness = 1
|
outline_thickness = 1
|
||||||
|
dots_size = 0.2
|
||||||
|
dots_spacing = 0.86
|
||||||
outer_color = $entry_border_color
|
outer_color = $entry_border_color
|
||||||
inner_color = $entry_background_color
|
inner_color = $entry_background_color
|
||||||
font_color = $entry_color
|
font_color = $entry_color
|
||||||
@@ -36,7 +38,7 @@ label { # Clock
|
|||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
monitor =
|
monitor =
|
||||||
text = hi $USER
|
text = hi $USER !!!
|
||||||
color = $text_color
|
color = $text_color
|
||||||
font_size = 20
|
font_size = 20
|
||||||
font_family = $font_family
|
font_family = $font_family
|
||||||
|
|||||||
Reference in New Issue
Block a user