$color = rgba(#1e1e2e, 1.0) $inner_color = rgba(#1e1e2e, 0.8) $outer_color = rgba(#cdd6f4, 1.0) $font_color = rgba(#cdd6f4, 1.0) $check_color = rgba(#89b4fa, 1.0) general { ignore_empty_input = true no_fade_in = true no_fade_out = true hide_cursor = false grace = 0 disable_loading_bar = false } background { monitor = color = $color path = ~/Pictures/Wallpapers/current blur_passes = 3 } animations { enabled = true } # DATE label { monitor = text = cmd[update:1000] echo "$(date +"%A, %B %d")" color = rgba(242, 243, 244, 0.75) font_size = 16 font_family = Lexend Light position = 0, 300 halign = center valign = center } # TIME label { monitor = text = cmd[update:1000] echo "$(date +"%H:%M")" color = rgba(242, 243, 244, 0.75) font_size = 150 font_family = Lexend Extrabold position = 0, 200 halign = center valign = center } # BATTERY label { monitor = text = cmd[update:1000] echo "$(~/.config/hypr/scripts/battery.sh)" font_family = lexend font_size = 14 position = -100, 100 halign = right valign = bottom } # WEATHER label { monitor = text = cmd[update:600000] echo "$(~/.config/hypr/scripts/weather.sh | jq -r .text)" font_family = lexend font_size = 14 position = -200, 100 halign = right valign = bottom } # NOW PLAYING image { monitor = path = ~/.cache/nowplaying-cover.jpg size = 250 rounding = 20 position = 0, -120 halign = center valign = center border_size = 0 reload_time = 1 } label { monitor = text = cmd[update:1000] playerctl metadata artist color = rgba(242, 243, 244, 0.8) font_size = 14 font_family = Lexend Bold position = 0, -300 halign = center valign = center } label { monitor = text = cmd[update:1000] playerctl metadata title color = rgba(242, 243, 244, 0.8) font_size = 14 font_family = Lexend position = 0, -270 halign = center valign = center } input-field { monitor = size = 300, 50 position = 0, 200 halign = center valign = bottom color = rgba(242, 243, 244, 0.75) inner_color = rgba(242, 243, 244, 0.75) outer_color = $outer_color outline_thickness = 4 font_family = Lexend font_color = $font_color placeholder_text = Enter Password check_color = $check_color fail_text = $FAIL ($ATTEMPTS) rounding = 15 shadow_passes = 0 fade_on_empty = false } auth { fingerprint:enabled = true }