add(hyprlock): use no animation

This commit is contained in:
kenji
2026-01-01 17:31:50 -06:00
parent 237a7996f5
commit 7bdc88389b
3 changed files with 26 additions and 17 deletions
+11 -11
View File
@@ -30,6 +30,17 @@ in {
vibrancy = 0.2
}
# Typewriter greeting (above clock)
label {
monitor = DP-1
text = cmd[update:1000] hakase-hyprlock-text-generator
color = $on_surface_variant
font_size = 120
font_family = ${clockFont} Bold
position = 0, 480
halign = center
valign = center
}
# Hours (top)
label {
@@ -105,17 +116,6 @@ in {
fail_transition = 300
}
# Typewriter greeting (above clock)
label {
monitor =
text = cmd[update:50] hakase-hyprlock-typewriter 'They do be like that, huh?'
color = $on_surface_variant
font_size = 24
font_family = ${clockFont} Bold
position = 0, 200
halign = center
valign = center
}
'';
};