mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 05:22:53 -05:00
update welcome.sh, fix some minor issues
This commit is contained in:
parent
20dce84640
commit
12363d29cb
1 changed files with 2 additions and 1 deletions
|
@ -133,6 +133,7 @@ updates () {
|
||||||
|
|
||||||
# Add all update counts together
|
# Add all update counts together
|
||||||
updates=$(($debian + $arch + $flatpak + fedora))
|
updates=$(($debian + $arch + $flatpak + fedora))
|
||||||
|
updates=10
|
||||||
|
|
||||||
# Check the update amounts and print them out
|
# Check the update amounts and print them out
|
||||||
if [ $updates -eq 1 ];
|
if [ $updates -eq 1 ];
|
||||||
|
@ -152,7 +153,7 @@ flatupd="on" # Check for flatpak updates, this slows the script down a lot
|
||||||
|
|
||||||
welcome
|
welcome
|
||||||
greeting
|
greeting
|
||||||
battery
|
|
||||||
clock
|
clock
|
||||||
|
battery
|
||||||
updates #< This makes startup slower
|
updates #< This makes startup slower
|
||||||
echo # Properly line break at the end
|
echo # Properly line break at the end
|
||||||
|
|
Loading…
Reference in a new issue