aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr/hyprlock.conf
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-10-19 13:42:30 +0530
committerkrolxon <krolyxon@tutanota.com>2025-10-19 13:42:30 +0530
commit830aedef682508df018f64d3364b630409864479 (patch)
treeeda433016edd9217908ea88ef014b5ea4daa9e10 /.config/hypr/hyprlock.conf
parentb17a3d98f755b0d2dcf5035d79ce771b4ecd258e (diff)
pywal: waybar, hyprland, cava, fuzzel, foot
Diffstat (limited to '.config/hypr/hyprlock.conf')
-rw-r--r--.config/hypr/hyprlock.conf124
1 files changed, 42 insertions, 82 deletions
diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf
index 5fe9fa3..aedfce1 100644
--- a/.config/hypr/hyprlock.conf
+++ b/.config/hypr/hyprlock.conf
@@ -1,100 +1,60 @@
-source = $HOME/.config/hypr/mocha.conf
+# -- pywal colors --
+source = $HOME/.cache/wal/colors-hyprland.conf
-$accent = $mauve
-$accentAlpha = $mauveAlpha
-$font = Fira Code
-
-# GENERAL
general {
- hide_cursor = true
+ hide_cursor = true
+ no_fade_in = false
+ grace = 0
+ disable_loading_bar = true
}
-# BACKGROUND
+
background {
monitor =
- path = $HOME/.config/background
blur_passes = 0
- color = $base
+ color = $background
}
-# LAYOUT
+# -- time --
label {
- monitor =
- text = Layout: $LAYOUT
- color = $text
- font_size = 25
- font_family = $font
- position = 30, -30
- halign = left
- valign = top
+ monitor =
+ text = cmd[update:1000] echo "$(date +"%H:%M")"
+ color = $color7
+ font_size = 80
+ font_family = Fira Code ExtraBold
+ position = 0, 100
+ halign = center
+ valign = center
}
-# TIME
-label {
- monitor =
- text = $TIME
- color = $text
- font_size = 90
- font_family = $font
- position = -30, 0
- halign = right
- valign = top
-}
-# DATE
+# -- greeting --
label {
- monitor =
- text = cmd[update:43200000] date +"%A, %d %B %Y"
- color = $text
- font_size = 25
- font_family = $font
- position = -30, -150
- halign = right
- valign = top
+ monitor =
+ text = Hello $USER :3
+ color = $color7
+ font_size = 20
+ font_family = Fira Code
+ position = 0, 0
+ halign = center
+ valign = center
}
-# FINGERPRINT
-{
- monitor = "";
- text = "$FPRINTPROMPT";
- color = "$text";
- font_size = 14;
- font_family = $font;
- position = "0, -107";
- halign = "center";
- valign = "center";
-}
-
-# USER AVATAR
-image {
- monitor =
- path = $HOME/.face
- size = 100
- border_color = $accent
- position = 0, 75
- halign = center
- valign = center
-}
-
-# INPUT FIELD
+# -- password input --
input-field {
- monitor =
- size = 300, 60
- outline_thickness = 4
- dots_size = 0.2
- dots_spacing = 0.2
- dots_center = true
- outer_color = $accent
- inner_color = $surface0
- font_color = $text
- fade_on_empty = false
- placeholder_text = <span foreground="##$textAlpha"><i>󰌾 Logged in as </i><span foreground="##$accentAlpha">$USER</span></span>
- hide_input = false
- check_color = $accent
- fail_color = $red
- fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
- capslock_color = $yellow
- position = 0, -47
- halign = center
- valign = center
+ monitor =
+ size = 230, 40
+ outline_thickness = 0
+ dots_size = 0.2
+ dots_spacing = 0.4
+ dots_center = true
+ inner_color = $color1
+ font_color = $color7
+ fade_on_empty = false
+ placeholder_text = <span foreground='white'><i>Unlock the mystery</i></span>
+ fail_color = $color7
+ hide_input = false
+ position = 0, -50
+ halign = center
+ valign = center
}