From: Andre Ramnitz Date: Sat, 12 Oct 2024 17:39:58 +0000 (+0200) Subject: hypr: tweak hyprlock X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=c336bcba74b4a530d4c4d3e5b1ae9e8d1e34ee81;p=dotfiles.git hypr: tweak hyprlock --- diff --git a/dot-config/hypr/hyprlock.conf b/dot-config/hypr/hyprlock.conf index bbbc8fd1..94377eaf 100644 --- a/dot-config/hypr/hyprlock.conf +++ b/dot-config/hypr/hyprlock.conf @@ -6,9 +6,9 @@ general { } background { - monitor = - path = /home/andy/Bilder/Wallpapers/5120x1440-aerjl345234.webp # supports png, jpg, webp (no animations, though) - color = rgba(25, 20, 20, 1.0) + monitor = + # path = /home/andy/Bilder/Wallpapers/51240-aerjl345234.webp # supports png, jpg, webp (no animations, though) + color = 0xdd$base00 # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations blur_passes = 3 # 0 disables blurring @@ -25,7 +25,7 @@ image { size = 150 rounding = -1 # negative values mean circle border_size = 4 - border_color = 0xee$base05 + border_color = 0xff$base05 rotate = 0 reload_time = -1 # seconds between reloading, 0 to reload with SIGUSR2 reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F @@ -39,13 +39,13 @@ image { label { text = $TIME text_align = right - font_size = 24 + font_size = 64 font_family = IosevkaTerm Nerd Font Mono color = 0xff$base05 - position = -10, -5 - halign = right - valign = top + position = 0, 360 + halign = center + valign = center } label { @@ -55,7 +55,7 @@ label { font_family = IosevkaTerm Nerd Font Mono color = 0xff$base05 - position = -10, -40 + position = -10, -5 halign = right valign = top } @@ -67,8 +67,8 @@ label { font_family = IosevkaTerm Nerd Font Mono color = 0xff$base05 - position = -10, -64 - halign = right + position = 10, -5 + halign = left valign = top } @@ -81,7 +81,7 @@ input-field { dots_center = false dots_rounding = -1 # -1 default circle, -2 follow input-field rounding outer_color = 0xff$base00 - inner_color = 0xdd$base05 + inner_color = 0xff$base05 font_color = 0xff$base00 fade_on_empty = true fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.