aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-03-05 20:46:46 +0000
committerJustine Smithies <justine@smithies.me.uk>2024-03-05 20:46:46 +0000
commit260245ef36cc799288bcd6ffba077f09677f5568 (patch)
tree021bba84b14a1ca61a5b0f1abb127f1eb67fe1eb
parent4d0bb2069c4f84c1211a658cf08a662635f5902e (diff)
Hyprlock - Add new shadows
-rw-r--r--.config/hypr/hyprlock.conf56
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
}