Browse Source

hyprlock updated

pull/368/head
JaKooLit 2 years ago
parent
commit
a860243dce
  1. 10
      config/hypr/hyprlock.conf

10
config/hypr/hyprlock.conf

@ -65,24 +65,24 @@ label {
color = rgba(255, 185, 0, .6)
font_size = 200
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = 0, 140
position = 0, 300
halign = center
valign = center
}
# Minute-Tine
# Minute-Time
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%M")"
color = rgba(255, 255, 255, .6)
font_size = 200
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = 0, -160
position = 0, 0
halign = center
valign = center
}
# Minute-Tine
# Seconds-Time
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%S")"
@ -90,7 +90,7 @@ label {
color = $color12
font_size = 40
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = 0, 120
position = 0, 150
halign = center
valign = center
}

Loading…
Cancel
Save