feat: hyprlock theming
This commit is contained in:
@@ -12,9 +12,10 @@
|
||||
# ┌ ┐
|
||||
# │ BACKGROUND │
|
||||
# └ ┘
|
||||
source = ./hyprlock-colors.conf
|
||||
background {
|
||||
monitor =
|
||||
path = /home/janis/NextCloud/Wallpapers/nvim/nvim-simple.png # Or screenshot
|
||||
path = $background_image # Or screenshot
|
||||
|
||||
blur_passes = 1
|
||||
}
|
||||
@@ -29,9 +30,9 @@ input-field {
|
||||
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
|
||||
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_center = false
|
||||
outer_color = rgb(92, 155, 63)
|
||||
inner_color = rgb(200, 200, 200)
|
||||
font_color = rgb(10, 10, 10)
|
||||
outer_color = $entry_border_color
|
||||
inner_color = $entry_background_color
|
||||
font_color = $entry_color
|
||||
fade_on_empty = true
|
||||
placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
|
||||
hide_input = false
|
||||
@@ -56,7 +57,7 @@ label {
|
||||
label {
|
||||
monitor =
|
||||
text = $LAYOUT
|
||||
color = rgba(200, 200, 200, 1.0)
|
||||
color = $text_color
|
||||
font_size = 12
|
||||
font_family = Comfortaa
|
||||
|
||||
@@ -68,7 +69,7 @@ label {
|
||||
label {
|
||||
monitor =
|
||||
text = $USER
|
||||
color = rgba(200, 200, 200, 1.0)
|
||||
color = $text_color
|
||||
font_size = 12
|
||||
font_family = Comfortaa
|
||||
|
||||
|
||||
Reference in New Issue
Block a user