Hinzufügen einens Lock Screens mit SUPER + L
This commit is contained in:
@@ -258,6 +258,8 @@ bind = $mainMod, J, layoutmsg, togglesplit # dwindle
|
||||
|
||||
bind = $mainMod SHIFT, B, exec, ~/.config/waybar/refrech.sh
|
||||
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
|
||||
42
.config/hypr/hyprlock.conf
Normal file
42
.config/hypr/hyprlock.conf
Normal file
@@ -0,0 +1,42 @@
|
||||
background {
|
||||
monitor =
|
||||
path = ~/Bilder/Wallpaper/WatchTowerSunset.png # <--- HIER wird das Bild geladen
|
||||
color = rgba(25, 20, 20, 1.0)
|
||||
|
||||
# OPTIONALE EFFEKTE für bessere Lesbarkeit:
|
||||
blur_passes = 2 # 0 ist aus (0-4 empfohlen)
|
||||
blur_size = 7 # Größe der Unschärfe
|
||||
noise = 0.0117 # Ein bisschen Rauschen für Look
|
||||
contrast = 0.8916 # Kontrast anpassen
|
||||
brightness = 0.8172 # Bild leicht abdunkeln
|
||||
vibrancy = 0.1696 # Farben anpassen
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
size = 250, 50
|
||||
outline_thickness = 3
|
||||
dots_size = 0.33
|
||||
dots_spacing = 0.15
|
||||
dots_center = true
|
||||
outer_color = rgb(40, 40, 40)
|
||||
inner_color = rgb(200, 200, 200)
|
||||
font_color = rgb(10, 10, 10)
|
||||
fade_on_empty = false
|
||||
placeholder_text = <i>Passwort eingeben...</i>
|
||||
hide_input = false
|
||||
position = 0, -20
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = $TIME
|
||||
color = rgba(200, 200, 200, 1.0)
|
||||
font_size = 50
|
||||
font_family = sans-serif
|
||||
position = 0, 80
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
Reference in New Issue
Block a user