Browse Source

Merge pull request #372 from JaKooLit/development

alignment fix hyprlock
main v2.3.1-1
Ja.KooLit 2 years ago committed by GitHub
parent
commit
d7399e0d96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 14
      config/hypr/hyprlock.conf

14
config/hypr/hyprlock.conf

@ -52,7 +52,7 @@ label {
color = $color12
font_size = 34
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = 0, -150
position = 0, -100
halign = center
valign = top
}
@ -65,9 +65,9 @@ label {
color = rgba(255, 185, 0, .6)
font_size = 200
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = 0, 300
position = 0, -200
halign = center
valign = center
valign = top
}
# Minute-Time
@ -77,9 +77,9 @@ label {
color = rgba(255, 255, 255, .6)
font_size = 200
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = 0, 0
position = 0, -500
halign = center
valign = center
valign = top
}
# Seconds-Time
@ -90,9 +90,9 @@ label {
color = $color12
font_size = 40
font_family = JetBrains Mono Nerd Font Mono ExtraBold
position = 0, 150
position = 0, -500
halign = center
valign = center
valign = top
}
# User

Loading…
Cancel
Save