Skip to content

Commit

Permalink
Update neofetch command, and reduce timeout for welcome banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Nov 11, 2023
1 parent 017715e commit f932ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/welcome-banner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function welcome_greeting () {
function welcome_sysinfo () {
if hash neofetch 2>/dev/null; then
neofetch --shell_version off \
--disable kernel distro shell resolution de wm wm_theme theme icons terminal \
--disable kernel distro shell resolution de wm wm_theme theme icons term packages \
--backend off \
--colors 4 8 4 4 8 6 \
--color_blocks off \
Expand All @@ -51,7 +51,7 @@ function welcome_sysinfo () {

# Print todays info: Date, IP, weather, etc
function welcome_today () {
timeout=1
timeout=0.5
echo -e "\033[1;34mToday\n------"

# Print date time
Expand Down

0 comments on commit f932ddc

Please sign in to comment.