aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/hypr/hyprlock.conf99
1 files changed, 49 insertions, 50 deletions
diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf
index b67bba51..5aa66adc 100644
--- a/config/hypr/hyprlock.conf
+++ b/config/hypr/hyprlock.conf
@@ -37,52 +37,52 @@ label {
monitor =
text = cmd[update:18000000] echo "<b> "$(date +'%A, %-d %B')" </b>"
color = $color13
- font_size = 18
+ font_size = 64
font_family = Victor Mono Bold Italic
- position = 0, -120
+ position = 0, -80
halign = center
valign = center
}
-# Hour-Time
+# Hour-Time (single horizontal time like 1080p variant)
label {
monitor =
- text = cmd[update:1000] echo "$(date +"%H")"
-# text = cmd[update:1000] echo "$(date +"%I")" #AM/PM
+# text = cmd[update:1000] echo "$(date +"%H:%M")" # 24h option
+ text = cmd[update:1000] echo "$(date +"%I:%M %p")" # AM/PM
#color = rgba(255, 185, 0, .8)
- color = $color13
- font_size = 240
+ color = $color8
+ font_size = 173
font_family = JetBrainsMono Nerd Font ExtraBold
- position = 0, -100
+ position = 0, -333
halign = center
valign = top
}
-# Minute-Time
-label {
- monitor =
- text = cmd[update:1000] echo "$(date +"%M")"
- #color = rgba(15, 10, 222, .8)
- color = $color12
- font_size = 240
- font_family = JetBrainsMono Nerd Font ExtraBold
- position = 0, -450
- halign = center
- valign = top
-}
+# Minute-Time (disabled; kept for reference)
+# label {
+# monitor =
+# text = cmd[update:1000] echo "$(date +"%M")"
+# #color = rgba(15, 10, 222, .8)
+# color = $color12
+# font_size = 240
+# font_family = JetBrainsMono Nerd Font ExtraBold
+# position = 0, -450
+# halign = center
+# valign = top
+# }
-# Seconds-Time
-label {
- monitor =
- text = cmd[update:1000] echo "$(date +"%S")"
-# text = cmd[update:1000] echo "$(date +"%S %p")" #AM/PM
- color = $color11
- font_size = 50
- font_family = JetBrainsMono Nerd Font ExtraBold
- position = 0, -450
- halign = center
- valign = top
-}
+# Seconds-Time (disabled; kept for reference)
+# label {
+# monitor =
+# text = cmd[update:1000] echo "$(date +"%S")"
+# # text = cmd[update:1000] echo "$(date +"%S %p")" #AM/PM
+# color = $color11
+# font_size = 50
+# font_family = JetBrainsMono Nerd Font ExtraBold
+# position = 0, -450
+# halign = center
+# valign = top
+# }
# Put a picture of choice here. Default is the current wallpaper
#image {
@@ -103,10 +103,10 @@ label {
label {
monitor =
text =  $USER
- color = $color13
- font_size = 24
+ color = $color9
+ font_size = 48
font_family = Victor Mono Bold Oblique
- position = 0, 280
+ position = 0, 366
halign = center
valign = bottom
}
@@ -114,33 +114,32 @@ label {
# INPUT FIELD
input-field {
monitor =
- size = 300, 60
+ size = 306, 93
outline_thickness = 2
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
dots_center = true
- outer_color = $color11
+ outer_color = $color8
inner_color = rgba(255, 255, 255, 0.1)
+ capslock_color = rgb(255,255,255)
font_color = $color13
- capslock_color = rgb(255,255,255)
fade_on_empty = false
font_family = Victor Mono Bold Oblique
placeholder_text = <i><span foreground="##ffffff99">🔒 Type Password</span></i>
hide_input = false
- position = 0, 120
+ position = 0, 133
halign = center
valign = bottom
}
-
# Keyboard LAYOUT
label {
monitor =
text = $LAYOUT
- color = $color13
- font_size = 12
+ color = $color8
+ font_size = 19
font_family = Victor Mono Bold Oblique
- position = 0, 80
+ position = 0, 93
halign = center
valign = bottom
}
@@ -149,8 +148,8 @@ label {
label {
monitor =
text = cmd[update:60000] echo "<b> "$(uptime -p || $Scripts/UptimeNixOS.sh)" </b>"
- color = $color13
- font_size = 18
+ color = $color8
+ font_size = 32
font_family = Victor Mono Bold Oblique
position = 0, 0
halign = right
@@ -161,10 +160,10 @@ label {
label {
monitor =
text = cmd[update:1000] echo "<b> "$($Scripts/Battery.sh)" </b>"
- color = $color13
- font_size = 18
+ color = $color8
+ font_size = 21
font_family = Victor Mono Bold Oblique
- position = 0, 30
+ position = 0, 40
halign = right
valign = bottom
}
@@ -175,8 +174,8 @@ label {
label {
monitor =
text = cmd[update:3600000] [ -f "$HOME/.cache/.weather_cache" ] && cat "$HOME/.cache/.weather_cache"
- color = $color13
- font_size = 18
+ color = $color8
+ font_size = 19
font_family = Victor Mono Bold Oblique
position = 50, 0
halign = left
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage