From 830aedef682508df018f64d3364b630409864479 Mon Sep 17 00:00:00 2001 From: krolxon Date: Sun, 19 Oct 2025 13:42:30 +0530 Subject: pywal: waybar, hyprland, cava, fuzzel, foot --- .config/hypr/hyprlock.conf | 124 +++++++++++++++------------------------------ 1 file changed, 42 insertions(+), 82 deletions(-) (limited to '.config/hypr/hyprlock.conf') 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 = 󰌾 Logged in as $USER - hide_input = false - check_color = $accent - fail_color = $red - fail_text = $FAIL ($ATTEMPTS) - 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 = Unlock the mystery + fail_color = $color7 + hide_input = false + position = 0, -50 + halign = center + valign = center } -- cgit v1.2.3