From 260245ef36cc799288bcd6ffba077f09677f5568 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Tue, 5 Mar 2024 20:46:46 +0000 Subject: Hyprlock - Add new shadows --- .config/hypr/hyprlock.conf | 56 +++++++++++++--------------------------------- 1 file changed, 16 insertions(+), 40 deletions(-) (limited to '.config/hypr') 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 @@ -38,16 +38,6 @@ input-field { valign = center } -label { - text = $TIME - color = rgb(74, 70, 73) - font_size = 96 - font_family = GoMono Nerd Font - position = 3, -53 - halign = center - valign = top -} - label { text = $TIME color = rgb(255, 255, 255) @@ -56,16 +46,10 @@ label { 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, $USER! - 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 } -- cgit v1.2.3