From a3a0000c4a529e191262f8e8878b83455700c796 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 22 Dec 2024 01:08:01 +0100 Subject: [PATCH 1/3] Add delay before starting vesktop --- home/.config/hypr/hyprland.d/exec.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.config/hypr/hyprland.d/exec.conf b/home/.config/hypr/hyprland.d/exec.conf index 1bbb9d4..e517ccb 100644 --- a/home/.config/hypr/hyprland.d/exec.conf +++ b/home/.config/hypr/hyprland.d/exec.conf @@ -4,8 +4,8 @@ exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CUR # Hyprland socket sometimes isn't yet loaded, sleep for sec exec-once = sleep 1 && systemctl --user start wayland-session.target -exec-once = vesktop -# exec-once = discord -# exec-once = webcord --start-minimized +exec-once = sleep 3 && vesktop +# exec-once = sleep 3 && discord +# exec-once = sleep 3 && webcord --start-minimized # vi: ft=hyprlang From e11b3c9dd7fb6b6a7b3f5ea8253a39b16ab03c6c Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 22 Dec 2024 01:11:53 +0100 Subject: [PATCH 2/3] hyprlock: specify the check & fail colors as hex --- home/.config/hypr/hyprlock.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.config/hypr/hyprlock.conf b/home/.config/hypr/hyprlock.conf index 3d54a53..085f112 100644 --- a/home/.config/hypr/hyprlock.conf +++ b/home/.config/hypr/hyprlock.conf @@ -32,8 +32,8 @@ input-field { inner_color = rgb(29, 31, 33) font_color = rgb(100, 100, 100) - check_color = rgb(204, 136, 34) # override outer_color while checking the pw (could take a while sometimes - pam lockouts) - fail_color = rgb(204, 34, 34) # override outer_color and fail message color if auth failed + check_color = rgba(cc8822ff) # override outer_color while checking the pw (could take a while sometimes - pam lockouts) + fail_color = rgba(cc2222ff) # override outer_color and fail message color if auth failed fail_transition = 500 # transition time in ms between normal outer_color and fail_color fail_text = # Leave this empty (amt of attempts and fail reason shown with labels) From df82f47ccb4d766e87c269be1012c37d261fbac5 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 22 Dec 2024 01:12:09 +0100 Subject: [PATCH 3/3] Set numlock & capslock colors --- home/.config/hypr/hyprlock.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/.config/hypr/hyprlock.conf b/home/.config/hypr/hyprlock.conf index 085f112..797fcc2 100644 --- a/home/.config/hypr/hyprlock.conf +++ b/home/.config/hypr/hyprlock.conf @@ -37,6 +37,11 @@ input-field { fail_transition = 500 # transition time in ms between normal outer_color and fail_color fail_text = # Leave this empty (amt of attempts and fail reason shown with labels) + invert_numlock = true # use numlock_color instead of outer color when numlock is off, not on + capslock_color = rgba(fad03cff) + numlock_color = rgba(bdba03ff) + bothlock_color = rgba(dcc520ff) + hide_input = true fade_on_empty = false placeholder_text = # Leave this empty