fastfetch: stop being fancy with command

This commit is contained in:
redbeardymcgee 2024-07-12 23:28:41 -05:00
parent 1cd920f114
commit c5ca4440cd

View File

@ -96,7 +96,7 @@
type = "command"; type = "command";
key = " "; key = " ";
keyColor = "33"; keyColor = "33";
text = pkgs.writeShellScriptBin "fs-bday" # bash text = #bash
'' ''
birth_install=$(stat -c %W /) birth_install=$(stat -c %W /)
current=$(date +%s) current=$(date +%s)