# _ _ _ # | |__ _ _ _ __ _ __| | ___ ___| | __ # | '_ \| | | | '_ \| '__| |/ _ \ / __| |/ / # | | | | |_| | |_) | | | | (_) | (__| < # |_| |_|\__, | .__/|_| |_|\___/ \___|_|\_\ # |___/|_| # source = ~/dotfiles/theme/hyprland-color.conf background { monitor = path = $HOME/.cache/used_wallpaper # only png supported for now #color = rgba(0,0,0,0) blur_passes = 3 blur_size = 14 noise = 0.1 } input-field { monitor = size = 400, 70 outline_thickness = 3 dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8 dots_spacing = 0.4 # Scale of dots' absolute size, 0.0 - 1.0 dots_center = true dots_rounding = -1 # -1 default circle, -2 follow input-field rounding outer_color = $blue inner_color = $surface2 font_color = $blue fade_on_empty = true fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered. placeholder_text = Input Password... # Text rendered in the input box when it's empty. hide_input = false rounding = -1 # -1 means complete rounding (circle/oval) check_color = rgb(250, 179, 135) fail_color = rgb(243, 139, 168) # if authentication failed, changes outer_color and fail message color fail_text = $FAIL ($ATTEMPTS) # can be set to empty invert_numlock = false # change color if numlock is off swap_font_color = false # see below position = 0, -20 halign = center valign = center } label { monitor = text = cmd[update:1000] echo -e "$(~/dotfiles/hypr/scripts/battery_on_lock.sh)" color = rgb(137, 180, 250) font_size = 32 font_family = Fira Code NF halign = right valign = bottom position = -100, 10 } label { monitor = text = cmd[update:1000] echo "$TIME" color = rgba(205, 214, 244, 1.0) font_size = 55 font_family = Fira Semibold position = -100, 50 halign = right valign = bottom shadow_passes = 5 shadow_size = 10 } label { monitor = text = $USER color = rgba(205, 214, 244, 1.0) font_size = 32 font_family = Fira Semibold position = -100, 170 halign = right valign = bottom shadow_passes = 5 shadow_size = 10 } image { monitor = path = $HOME/.cache/square_wallpaper.png size = 300 # lesser side if not 1:1 ratio rounding = -1 # negative values mean circle border_size = 4 border_color = rgb(137, 180, 250) rotate = 0 # degrees, counter-clockwise reload_time = -1 # seconds between reloading, 0 to reload with SIGUSR2 # reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F position = 0, 250 halign = center valign = center }