diff --git a/config/hypr/config/keybindings/other.conf b/config/hypr/config/keybindings/other.conf index 22c4518..5f1181f 100644 --- a/config/hypr/config/keybindings/other.conf +++ b/config/hypr/config/keybindings/other.conf @@ -23,7 +23,7 @@ bind = $mainMod, XF86AudioLowerVolume, exec, playerctl -p cider,OCbwoy3_s_iPhone # Screen locker and logout keybinds bind = CTRL ALT, DELETE, exec, wlogout -bind = CTRL SUPER ALT, L, exec, hyprlock +bind = SUPER SHIFT, L, exec, hyprlock # Group Stuff, complicated stuff. Enable if you dare! # bind = SUPER, M, togglegroup diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index d69df30..b8f59df 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -5,26 +5,52 @@ general { no_fade_out = true } +background { + blur_size = 3 + blur_passes = 1 +} + input-field { monitor = rounding = 0 size = 800, 100 outline_thickness = 4 - dots_size = 1 + dots_size = 0.5 dots_rounding = 0 dots_spacing = 0.2 dots_center = true fade_on_empty = false - placeholder_text = [ LOGIN ] + placeholder_text = LOGIN hide_input = false - fail_text = [ FAILED ] + fail_text = Wrong password! position = 0, 0 dots_fade_time = 0 dots_text_format = 0 halign = center valign = center - font_family = Monaspace Neon + font_family = Geist Mono outer_color = rgba(0, 0, 0, 0) inner_color = rgba(0, 0, 0, 0) font_color = rgb(255, 0, 0) } + +label { + text = cmd[update:1000] if [[ $ATTEMPTS -gt 0 ]]; then echo "Password hint: Favourite Regretevator character"; else echo "$TIME - $LAYOUT"; fi + font_family = Geist + color = rgb(255, 0, 0) + position = 10, -10 + halign = center + font_size = 12 + valign = top +} + +label { + text = cmd[update:1000] playerctl metadata -sf "{{artist}} - {{title}}
{{album}}" + font_family = Geist + color = rgb(255, 0, 0) + position = 10, -10 + halign = left + font_size = 12 + valign = top +} +