source = hyprland.d/colors.conf background { monitor = path = screenshot blur_passes = 1 blur_size = 2 } input-field { monitor = size = 300, 42 outline_thickness = $border_size dots_center = false outer_color = $accent1 inner_color = $background1 font_color = $foreground fade_on_empty = false placeholder_text = hide_input = false rounding = -1 check_color = $disabled fail_color = $bad capslock_color = $accent2 position = 0, -50 halign = center valign = center } label { monitor = text = cmd[update:0] echo "$(date '+%A %e %b %Y')" color = $foreground font_size = 25 font_family = $font position = 0, 50 halign = center valign = center } label { monitor = text = cmd[update:1000] echo "$(date '+%H:%M:%S')" color = $foreground font_size = 25 font_family = $font position = 0, 0 halign = center valign = center }