Update lockscreen
This commit is contained in:
parent
4f54cf1820
commit
842280fb34
2 changed files with 27 additions and 23 deletions
|
@ -35,7 +35,7 @@
|
||||||
$browser = firefox --new-window
|
$browser = firefox --new-window
|
||||||
$terminal = alacritty
|
$terminal = alacritty
|
||||||
$fileManager = nemo
|
$fileManager = nemo
|
||||||
$lock = hyprlock
|
$lock = hyprlock --immediate
|
||||||
$menu = ~/.config/rofi/launchers/type-2/launcher.sh
|
$menu = ~/.config/rofi/launchers/type-2/launcher.sh
|
||||||
$screenshot = hyprshot --mode region
|
$screenshot = hyprshot --mode region
|
||||||
|
|
||||||
|
@ -59,3 +59,7 @@ source = ~/.config/hypr/keybinds.conf
|
||||||
|
|
||||||
## RULES ##
|
## RULES ##
|
||||||
source = ~/.config/hypr/rules.conf
|
source = ~/.config/hypr/rules.conf
|
||||||
|
|
||||||
|
render {
|
||||||
|
|
||||||
|
}
|
|
@ -23,7 +23,7 @@ general {
|
||||||
no_fade_in = true
|
no_fade_in = true
|
||||||
no_fade_out = true
|
no_fade_out = true
|
||||||
hide_cursor = false
|
hide_cursor = false
|
||||||
grace = 0
|
grace = 10
|
||||||
disable_loading_bar = true
|
disable_loading_bar = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,27 +39,6 @@ label {
|
||||||
valign = center
|
valign = center
|
||||||
}
|
}
|
||||||
|
|
||||||
# INPUT FIELD
|
|
||||||
input-field {
|
|
||||||
monitor =
|
|
||||||
size = 250, 60
|
|
||||||
outline_thickness = 2
|
|
||||||
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
|
||||||
dots_spacing = 0.35 # Scale of dots' absolute size, 0.0 - 1.0
|
|
||||||
dots_center = true
|
|
||||||
outer_color = rgba(0, 0, 0, 0)
|
|
||||||
inner_color = rgba(0, 0, 0, 0.2)
|
|
||||||
font_color = rgba(255, 255, 255, 0)
|
|
||||||
fade_on_empty = false
|
|
||||||
rounding = -1
|
|
||||||
check_color = rgb(204, 136, 34)
|
|
||||||
placeholder_text = <i><span foreground="##cdd6f4">Input Password...</span></i>
|
|
||||||
hide_input = false
|
|
||||||
position = 0, -200
|
|
||||||
halign = center
|
|
||||||
valign = center
|
|
||||||
}
|
|
||||||
|
|
||||||
# TIME
|
# TIME
|
||||||
label {
|
label {
|
||||||
monitor =
|
monitor =
|
||||||
|
@ -70,4 +49,25 @@ label {
|
||||||
position = 0, 200
|
position = 0, 200
|
||||||
halign = center
|
halign = center
|
||||||
valign = center
|
valign = center
|
||||||
|
}
|
||||||
|
|
||||||
|
# INPUT FIELD
|
||||||
|
input-field {
|
||||||
|
monitor =
|
||||||
|
size = 250, 60
|
||||||
|
outline_thickness = 2
|
||||||
|
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
||||||
|
dots_spacing = 0.35 # Scale of dots' absolute size, 0.0 - 1.0
|
||||||
|
dots_center = true
|
||||||
|
outer_color = rgba(0, 0, 0, 0)
|
||||||
|
inner_color = rgba(0, 0, 0, 0.2)
|
||||||
|
font_color = rgba(205, 214, 244, 1)
|
||||||
|
fade_on_empty = false
|
||||||
|
rounding = -1
|
||||||
|
check_color = rgb(204, 136, 34)
|
||||||
|
placeholder_text = <i>Input Password...</i>
|
||||||
|
hide_input = false
|
||||||
|
position = 0, -200
|
||||||
|
halign = center
|
||||||
|
valign = center
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue