mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-20 05:52:54 -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 () {
|
clock () {
|
||||||
# Set the current hour and minute
|
# Set the current hour and minute
|
||||||
if [ "$twelvehour" = "on" ]; then
|
if [ "$twelvehour" = "on" ]; then
|
||||||
if [ $hour -lt 10 ]; then
|
if [ $(date +%_I) -lt 10 ]; then
|
||||||
hour="\b$(date +%_I)"
|
hour="\b$(date +%_I)"
|
||||||
else
|
else
|
||||||
hour="$(date +%_I)"
|
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
|
flatpakupd="off" #< Check for flatpak updates, this slows startup down A LOT
|
||||||
|
|
||||||
welcome
|
welcome
|
||||||
|
greeting
|
||||||
|
clock
|
||||||
|
battery
|
||||||
|
updates
|
||||||
echo # Properly line break at the end
|
echo # Properly line break at the end
|
||||||
|
|
Loading…
Reference in a new issue