source = $HOME/.cache/wal/colors-hyprland.conf

general {
	enable_fingerprint = true
	fingerprint_ready_message = Place your finger on the sensor
  fingerprint_present_message = Scanning finger
}

background {
	monitor = 
	path = screenshot
	blur_passes = 1
  contrast = 0.8
  brightness = 0.4
  vibrancy = 0.1
  vibrancy_darkness = 0.4
}

label {
  monitor =
  text = cmd[update:1000] echo $(date +"%H")
  color = $color5
  font_size = 180
  font_family = SF Mono Black

  position = 0, 280
  halign = center
  valign = center
}

label {
  monitor =
  text = cmd[update:1000] echo $(date +"%M")
  color = $color6
  font_size = 100
  font_family = SF Mono Black

  position = 0, 120
  halign = center
  valign = center
}

label {
  monitor =
  text = cmd[update:1000] echo $(date +"%S")
  color = $color6
  font_size = 60
  font_family = SF Mono Black

  position = 0, 20
  halign = center
  valign = center
}

label {
  monitor =
  text = $FPRINTMESSAGE
	color = $color6
  font_size = 15

  position = 0, 100
  halign = center
  valign = bottom
}

input-field {
  monitor =
  size = 250, 50
  dots_size = 0.1
  dots_spacing = 0.3
  font_color = $color6
  #fade_on_empty = true

	position = 0, 80
  halign = center
  valign = bottom
}

label {
  monitor =
  text = cmd[update:9000000] echo "$(curl -s 'wttr.in?format=%t' | tr -d '+')"
  color = $color0
  font_size = 24
  font_family = SFMono Nerd Font

  position = 0, 40
  halign = center
  valign = bottom
}