66# |___/|_|
77#
88
9+ source = ~/.config/hypr/colorscheme.conf
10+
911background {
1012 monitor =
1113 path = $HOME/.config/wallpapers/wallpaper.jpg
1214 color = rgba(25, 20, 20, 1.0)
1315
1416# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
15- blur_passes = 0 # 0 disables blurring
16- blur_size = 7
17- noise = 0.0117
18- contrast = 0.8916
19- brightness = 0.8172
20- vibrancy = 0.1696
21- vibrancy_darkness = 0.0
17+ blur_size = 0
18+ blur_passes = 0
19+ noise = 0
20+ contrast = 2
21+ brightness = 1
22+ vibrancy = 0
23+ vibrancy_darkness = 0
2224}
2325
2426input-field {
2527 monitor =
2628 size = 200, 50
2729 outline_thickness = 3
2830 dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
29- dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
31+ dots_spacing = 0.20 # Scale of dots' absolute size, 0.0 - 1.0
3032 dots_center = true
3133 dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
32- outer_color = rgb(151515 )
33- inner_color = rgb(FFFFFF )
34- font_color = rgb(10, 10, 10)
34+ outer_color = rgba(0, 0, 0, 0.5 )
35+ inner_color = rgba(0, 0, 0, 0.5 )
36+ font_color = $lavender
3537 fade_on_empty = true
3638 fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
3739 placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
3840 hide_input = false
3941 rounding = -1 # -1 means complete rounding (circle/oval)
40- check_color = rgb(204, 136, 34)
41- fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
42+ check_color = $green
43+ fail_color =$red if authentication failed, changes outer_color and fail message color
4244 fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> # can be set to empty
4345 fail_transition = 300 # transition time in ms between normal outer_color and fail_color
4446 capslock_color = -1
@@ -51,14 +53,14 @@ input-field {
5153 valign = center
5254}
5355
56+ #clock
5457label {
5558 monitor =
56- #clock
5759 text = cmd[update:1000] echo "$TIME"
58- color = rgba(200, 200, 200, 1.0)
60+ color = $lavender
5961 font_size = 55
6062 font_family = Fira Semibold
61- position = 0, 0
63+ position = 32, -32
6264 halign = left
6365 valign = top
6466 shadow_passes = 5
@@ -68,12 +70,12 @@ label {
6870label {
6971 monitor =
7072 text = $USER
71- color = rgba(200, 200, 200, 1.0)
73+ color = $lavender
7274 font_size = 20
7375 font_family = Fira Semibold
74- rosition = 0, 0
75- halign = right
76- valign = top
76+ position = 32, 32
77+ halign = left
78+ valign = bottom
7779 shadow_passes = 5
7880 shadow_size = 10
7981}
0 commit comments