Gen 317: removed deprecated terminal/command counter from splash.sh

This commit is contained in:
pagedMov
2024-10-11 00:34:28 -04:00
parent 6794360987
commit 88523add75
2 changed files with 3 additions and 5 deletions

6
flake.lock generated
View File

@@ -919,11 +919,11 @@
]
},
"locked": {
"lastModified": 1728533825,
"narHash": "sha256-3+Sz3NWHQZWLsIr4B/Q2CSmZmpQyk/tE7rTB6urzjZI=",
"lastModified": 1728620224,
"narHash": "sha256-YfiNICuQO/+HheUQ9P9ijFOzQpiC7YmotA0W28fbRbE=",
"owner": "gerg-l",
"repo": "spicetify-nix",
"rev": "d6e8bdf856dfba9f704fd58df4c865be8d819b30",
"rev": "b4702ed0b3d634367e28c4d042bd1fd3fb29b692",
"type": "github"
},
"original": {

View File

@@ -3,6 +3,4 @@
echo "NixOS kernel ver. $(uname -a | awk '{print $3}') x86_64 GNU/Linux"
date +"%A %B %-d %Y"
echo -e "\033[38;2;0;180;205m$(toilet -t -f Slant.flf glasshouse)\033[0m"
echo -e "\033[38;2;0;180;205mTerminals Opened This Session:\033[0m $TERMINAL_COUNT"
echo -e "\033[38;2;0;180;205mCommands Entered This Session:\033[0m $CMD_COUNT"
echo