mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds minute counter, will be trying that out for now
This commit is contained in:
parent
f7900d9ba6
commit
dab2a8722b
2 changed files with 24 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue