all repos

dotfiles @ a71c011b545ba8cac957bb2357bc85f372e9af38

i use rach linux btw
2 files changed, 68 insertions(+), 2 deletions(-)
hypr: setup idle and lock
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-06-13 15:12:57 +0300
Parent: f44cdfe
A config/hypr/hypridle.conf
···
                
                1
                +general {

              
                
                2
                +    lock_cmd = "hyprlock"

              
                
                3
                +}

              
                
                4
                +

              
                
                5
                +listener {

              
                
                6
                +    timeout = 300

              
                
                7
                +    on-timeout = "brillo -O; brillo -u 500000 -S 10"

              
                
                8
                +    on-resume = "brillo -I -u 250000"

              
                
                9
                +}

              
M config/hypr/hyprlock.conf
···
                1
                
                -bezier = linear, 1, 1, 0, 0

              
                2
                
                -animation = fade, 1, 1.8, linear

              
                
                1
                +general {

              
                
                2
                +    immediate_render = true

              
                
                3
                +    hide_cursor = false

              
                
                4
                +}

              
                
                5
                +

              
                
                6
                +background {

              
                
                7
                +    monitor =

              
                
                8
                +    blur_passes = 3

              
                
                9
                +    blur_size = 12

              
                
                10
                +    noise = 0.1

              
                
                11
                +    contrast = 1.3

              
                
                12
                +    brightness = 0.2

              
                
                13
                +    vibrancy = 0.5

              
                
                14
                +    vibrancy_darkness = 0.3

              
                
                15
                +}

              
                
                16
                +

              
                
                17
                +label {

              
                
                18
                +    monitor =

              
                
                19
                +    text = cmd[update:1000] echo "<span font-weight='light' >$(date +'%H %M %S')</span>"

              
                
                20
                +    font_size = 300

              
                
                21
                +    font_family = "Adwaita Sans Thin"

              
                
                22
                +

              
                
                23
                +    color = rgba(7aa2f7aa)

              
                
                24
                +    position = 0%, 2%

              
                
                25
                +

              
                
                26
                +    halign = center

              
                
                27
                +    valign = center

              
                
                28
                +

              
                
                29
                +    shadow_color = rgba(5, 7, 5, 0.1)

              
                
                30
                +    shadow_size = 20

              
                
                31
                +    shadow_passes = 2

              
                
                32
                +    shadow_boost = 0.3

              
                
                33
                +}

              
                
                34
                +

              
                
                35
                +

              
                
                36
                +input-field {

              
                
                37
                +    monitor =

              
                
                38
                +    size = 300, 50

              
                
                39
                +    valign = "bottom"

              
                
                40
                +    position = 0%, 10%

              
                
                41
                +

              
                
                42
                +    outline_thickness = 1

              
                
                43
                +

              
                
                44
                +    font_color = rgb(211, 213, 202)

              
                
                45
                +    outer_color = rgba(29, 38, 33, 0.6)

              
                
                46
                +    inner_color = rgba(15, 18, 15, 0.1)

              
                
                47
                +    check_color = rgba(141, 186, 100, 0.5)

              
                
                48
                +    fail_color = rgba(229, 90, 79, 0.5)

              
                
                49
                +

              
                
                50
                +    placeholder_text = "Enter Password";

              
                
                51
                +

              
                
                52
                +    dots_spacing = 0.2

              
                
                53
                +    dots_center = true

              
                
                54
                +    # dots_fade_time = 100

              
                
                55
                +

              
                
                56
                +    shadow_color = rgba(5, 7, 5, 0.1)

              
                
                57
                +    shadow_size = 7

              
                
                58
                +    shadow_passes = 2

              
                
                59
                +}