From e28f524b05fcc494db6d169bc8c809e14092210d Mon Sep 17 00:00:00 2001 From: The_miro Date: Fri, 25 Apr 2025 01:06:27 +0200 Subject: [PATCH] hyprlock now is how i like it - but this time fr --- desktopenvs/hyprland/hypr/hyprlock.conf | 32 ++++++++----------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/desktopenvs/hyprland/hypr/hyprlock.conf b/desktopenvs/hyprland/hypr/hyprlock.conf index 88c60b1..a868d6a 100644 --- a/desktopenvs/hyprland/hypr/hyprlock.conf +++ b/desktopenvs/hyprland/hypr/hyprlock.conf @@ -33,16 +33,14 @@ input-field { hide_input = false placeholder_text = Password... - position = 0, 220 + position = 0, 20% halign = center valign = bottom # Accent border & color matching EWW inner_color = rgb(1a1a1a) - outline_color = rgb(E40046) font_color = rgb(b0b4bc) font_family = Agave Nerd Font Mono - font_size = 18 } # DATE @@ -51,29 +49,18 @@ label { color = rgb(5018dd) font_size = 34 font_family = Agave Nerd Font Mono - position = 0, -150 + position = 0, 30% halign = center - valign = top -} - -# WEEK -label { - text = cmd[update:18000000] echo " "$(date +'Week %U')" " - color = rgb(E40046) - font_size = 24 - font_family = Agave Nerd Font Mono - position = 0, -250 - halign = center - valign = top + valign = center } # TIME label { text = cmd[update:1000] echo " $(date +"%H:%M:%S") " - color = rgb(b0b4bc) + color = rgb(E40046) font_size = 94 font_family = Agave Nerd Font Mono - position = 0, 200 + position = 0, 20% halign = center valign = center } @@ -84,7 +71,7 @@ label { color = rgb(5018dd) font_size = 18 font_family = Agave Nerd Font Mono - position = 0, 100 + position = 0, 10% halign = center valign = bottom } @@ -92,8 +79,8 @@ label { # UPTIME label { text = cmd[update:60000] echo " "$(uptime -p || $Scripts/UptimeNixOS.sh)" " - color = rgb(b0b4bc) font_size = 24 + color = rgb(5018dd) font_family = Agave Nerd Font Mono position = 0, 0 halign = right @@ -103,7 +90,7 @@ label { # BATTERY label { text = cmd[update:10000] sh ~/Dotfiles/desktopenvs/hyprland/eww/scripts/batteryperc - color = rgb(E40046) + color = rgb(5018dd) font_size = 24 font_family = Agave Nerd Font Mono position = 50, 0 @@ -119,8 +106,9 @@ image { border_size = 4 border_color = rgb(5018dd) rotate = 0 - position = 0, 400 + position = 0, 40% halign = center valign = bottom } +