mirror of
https://github.com/hyprwm/hyprlock.git
synced 2026-04-25 07:30:39 +02:00
add more labels to lots_of_label_updates test
This commit is contained in:
parent
ba5222bb1d
commit
d2473bf563
1 changed files with 44 additions and 22 deletions
|
|
@ -53,6 +53,50 @@ label {
|
|||
valign=center
|
||||
}
|
||||
|
||||
label {
|
||||
text = cmd[update:200] date +'%H:%M:%S:%N'
|
||||
color = rgba(129, 162, 190, 1.0)
|
||||
font_size = 35
|
||||
font_family = Noto Sans
|
||||
|
||||
position = 150, -200
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
text = cmd[update:200] date +'%H:%M:%S:%N'
|
||||
color = rgba(129, 162, 190, 1.0)
|
||||
font_size = 35
|
||||
font_family = Noto Sans
|
||||
|
||||
position = 150, -150
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
text = cmd[update:200] date +'%H:%M:%S:%N'
|
||||
color = rgba(129, 162, 190, 1.0)
|
||||
font_size = 35
|
||||
font_family = Noto Sans
|
||||
|
||||
position = 150, -100
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
text = cmd[update:200] date +'%H:%M:%S:%N'
|
||||
color = rgba(129, 162, 190, 1.0)
|
||||
font_size = 35
|
||||
font_family = Noto Sans
|
||||
|
||||
position = 150, -50
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
text = cmd[update:200] date +'%H:%M:%S'
|
||||
color = rgba(129, 162, 190, 1.0)
|
||||
|
|
@ -174,26 +218,4 @@ label {
|
|||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
text = cmd[update:200] date +'%H:%M:%S'
|
||||
color = rgba(129, 162, 190, 1.0)
|
||||
font_size = 35
|
||||
font_family = Noto Sans
|
||||
|
||||
position = 150, 550
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
text = cmd[update:200] date +'%H:%M:%S'
|
||||
color = rgba(129, 162, 190, 1.0)
|
||||
font_size = 35
|
||||
font_family = Noto Sans
|
||||
|
||||
position = 150, 600
|
||||
halign = left
|
||||
valign = center
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue