feat: adds minute counter, will be trying that out for now

This commit is contained in:
Ahwx 2025-03-26 15:44:48 +01:00
parent f7900d9ba6
commit dab2a8722b
2 changed files with 24 additions and 16 deletions

View file

@ -144,6 +144,14 @@
# '';
# };
};
"/home/${username}/.local/bin/waybar-minutes" = {
executable = true;
text = ''
#!/bin/sh
echo $(( (24 - $(date +%H)) * 60 - $(date +%M) ))
'';
};
};
home.packages = with pkgs; [
wf-recorder