mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 21:42:53 -05:00
bugfixes
This commit is contained in:
parent
b45861ecdb
commit
3d293d9b08
1 changed files with 5 additions and 2 deletions
|
@ -14,7 +14,7 @@ welcome () {
|
|||
clock () {
|
||||
# Set the current hour and minute
|
||||
if [ "$twelvehour" = "on" ]; then
|
||||
if [ $hour -lt 10 ]; then
|
||||
if [ $(date +%_I) -lt 10 ]; then
|
||||
hour="\b$(date +%_I)"
|
||||
else
|
||||
hour="$(date +%_I)"
|
||||
|
@ -186,5 +186,8 @@ rechargenotif="off" #< Notify that you should recharge if below 15%
|
|||
flatpakupd="off" #< Check for flatpak updates, this slows startup down A LOT
|
||||
|
||||
welcome
|
||||
|
||||
greeting
|
||||
clock
|
||||
battery
|
||||
updates
|
||||
echo # Properly line break at the end
|
||||
|
|
Loading…
Reference in a new issue