hypr: tweak logout styling again
This commit is contained in:
parent
ac3007dcdf
commit
058421e413
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
color = rgba(40, 40, 40, 0.8)
|
path = screenshot
|
||||||
|
color = rgba(40, 40, 40, 1.0)
|
||||||
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
|
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
|
||||||
blur_passes = 4 # 0 disables blurring
|
blur_passes = 4 # 0 disables blurring
|
||||||
blur_size = 2
|
blur_size = 2
|
||||||
|
@ -31,7 +32,7 @@ input-field {
|
||||||
label {
|
label {
|
||||||
monitor =
|
monitor =
|
||||||
text = Enter password
|
text = Enter password
|
||||||
color = rgba(200, 200, 200, 1.0)
|
color = rgba(235,219,178, 0.8)
|
||||||
font_size = 25
|
font_size = 25
|
||||||
font_family = PragmataPro Mono
|
font_family = PragmataPro Mono
|
||||||
position = 0, 200
|
position = 0, 200
|
||||||
|
|
Loading…
Add table
Reference in a new issue