diff options
-rw-r--r-- | .config/hypr/hyprlock.conf | 56 |
1 files changed, 16 insertions, 40 deletions
diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index 41c0f46..2a1d111 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -40,32 +40,16 @@ input-field { label { text = <b>$TIME</b> - color = rgb(74, 70, 73) - font_size = 96 - font_family = GoMono Nerd Font - position = 3, -53 - halign = center - valign = top -} - -label { - text = <b>$TIME</b> color = rgb(255, 255, 255) font_size = 96 font_family = GoMono Nerd Font position = 0, -50 halign = center valign = top -} - -label { - text = cmd[update:1000] sh ~/.config/eww/scripts/date-time.sh - color = rgb(74, 70, 73) - font_size = 24 - font_family = GoMono Nerd Font - position = 3, -193 - halign = center - valign = top + shadow_passes = 2 + shadow_size = 3 + shadow_color = rgb(0,0,0) + shadow_boost = 1.2 } label { @@ -76,16 +60,10 @@ label { position = 0, -190 halign = center valign = top -} - -label { - text = Hi there, <i>$USER</i>! - color = rgb(74, 70, 73) - font_size = 32 - font_family = GoMono Nerd Font - position = 3, -3 - halign = center - valign = center + shadow_passes = 2 + shadow_size = 1 + shadow_color = rgb(0,0,0) + shadow_boost = 1.2 } label { @@ -96,16 +74,10 @@ label { position = 0, 0 halign = center valign = center -} - -label { - text = Hyprland session locked - color = rgb(74, 70, 73) - font_family = GoMono Nerd Font - font_size = 24 - position = 3, -3 - halign = center - valign = bottom + shadow_passes = 2 + shadow_size = 1 + shadow_color = rgb(0,0,0) + shadow_boost = 1.2 } label { @@ -116,4 +88,8 @@ label { position = 0, 0 halign = center valign = bottom + shadow_passes = 2 + shadow_size = 1 + shadow_color = rgb(0,0,0) + shadow_boost = 1.2 } |