fix hyprlock. Huh

This commit is contained in:
Reid 2024-04-02 21:49:23 -07:00
parent 02116e64f5
commit 42db03dd4e
2 changed files with 6 additions and 2 deletions

View file

@ -42,7 +42,7 @@ in {
position = { x = 0; y = 30; };
}
{
text = "cmd[update:1000] echo \"$(date + '%A %B %e')\"";
text = "cmd[update:1000] echo \"$(date +'%A %B %e')\"";
font_size = 14;
color = "rgb(${base05})";
font_family = config.modules.desktop.fonts.fonts.sansSerif.family;