summaryrefslogtreecommitdiff
path: root/.config/hypr
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-02-12 17:43:25 +0100
committerGitHub <noreply@github.com>2026-02-12 17:43:25 +0100
commit597460460fcb834183c668a5b0146292d435187c (patch)
tree8e05166745f59de134cc6c7551c67cc4e5c214cc /.config/hypr
parent4c7fd8b0443147ca71b09001fcc6d82747ecb60f (diff)
Update hyprlock.conf
Diffstat (limited to '.config/hypr')
-rw-r--r--.config/hypr/hyprlock.conf163
1 files changed, 121 insertions, 42 deletions
diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf
index 2e964f7..cf44c8c 100644
--- a/.config/hypr/hyprlock.conf
+++ b/.config/hypr/hyprlock.conf
@@ -1,60 +1,139 @@
-source = /home/silly/.cache/wal/colors-hyprland.conf
-
-background {
- monitor =
- path = /home/silly/.config/wallpaper/2.jpg
- color = $background
- blur_passes = 2
- contrast = 1
- brightness = 0.5
- vibrancy = 0.2
- vibrancy_darkness = 0.2
-}
+$font = JetBrainsMono Nerd Font Propo
+$main_monitor = HDMI-A-1
general {
hide_cursor = false
- ignore_empty_input = true
+ grace = 0
+ disable_loading = true
}
-input-field {
+animations {
+ enabled = true
+ bezier = linear, 1, 1, 0, 0
+ animation = fadeIn, 1, 5, linear
+ animation = fadeOut, 1, 5, linear
+ animation = inputFieldDots, 1, 2, linear
+}
+
+background {
monitor =
- size = 250, 60
- outline_thickness = 2
- dots_size = 0.2
- dots_spacing = 0.35
- dots_center = true
- outer_color = rgba(255, 255, 255, 0.6)
- inner_color = rgb(25, 25, 25)
- font_color = $foreground
+ path = /home/silly/.config/themes/chowa/wallpaper/13.jpg
+ blur_passes = 5
+ blur_size = 5
+}
+
+input-field {
+ monitor = $main_monitor
+ size = 150, 60
+ outline_thickness = 3
+
+ inner_color = rgba(0, 0, 0, 0.0)
+ outer_color = rgba(0, 0, 0, 0.0)
+
+ check_color = $red
+ fail_color = $red
+
+ font_color = rgba($textAlpha99)
fade_on_empty = false
- rounding = -1
- check_color = $color2
- fail_color = $color1
- placeholder_text = <i>password...</i>
- hide_input = false
+ rounding = 30
+
+ font_family = $font
+ placeholder_text =
+ fail_text =
+
+ dots_text_format = *
+ dots_size = 0.4
+ dots_spacing = 0.3
+
+ position = 0, 80
+ halign = center
+ valign = bottom
+}
+
+label {
+ monitor = $main_monitor
+ text = cmd[update:1] date +"%l:%M"
+ font_size = 120
+ font_family = $font black
position = 0, -200
halign = center
- valign = center
+ valign = top
+ color = rgba($textAlpha55)
}
label {
- monitor =
- text = cmd[update:1000] echo "$(date +"%A, %B %d")"
- color = $foreground
- font_size = 22
- font_family = JetBrains Mono
- position = 0, 300
+ monitor = $main_monitor
+ text = cmd[update:1] date +"%a"
+ font_size = 16
+ font_family = $font
+ position = -150, -380
halign = center
- valign = center
+ valign = top
+ color = $text
}
label {
- monitor =
- text = cmd[update:1000] echo "$(date +"%-I:%M")"
- color = $foreground
- font_size = 95
- font_family = JetBrains Mono Extrabold
- position = 0, 200
+ monitor = $main_monitor
+ text = 
+ font_size = 14
+ font_family = $font
+ position = -100, -382
+ halign = center
+ valign = top
+ color = $red
+}
+
+label {
+ monitor = $main_monitor
+ text = cmd[update:1] date +"%e"
+ font_size = 16
+ font_family = $font
+ position = -50, -380
+ halign = center
+ valign = top
+ color = $text
+}
+
+label {
+ monitor = $main_monitor
+ text = 
+ font_size = 14
+ font_family = $font
+ position = 0, -382
+ halign = center
+ valign = top
+ color = $green
+}
+
+label {
+ monitor = $main_monitor
+ text = cmd[update:1] date +"%b"
+ font_size = 16
+ font_family = $font
+ position = 50, -380
+ halign = center
+ valign = top
+ color = $text
+}
+
+label {
+ monitor = $main_monitor
+ text = 
+ font_size = 14
+ font_family = $font
+ position = 100, -382
+ halign = center
+ valign = top
+ color = $blue
+}
+
+label {
+ monitor = $main_monitor
+ text = cmd[update:1] date +"%Y"
+ font_size = 16
+ font_family = $font
+ position = 150, -380
halign = center
- valign = center
+ valign = top
+ color = $text
}