mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-22 07:23:10 +01:00
Update neofetch command, and reduce timeout for welcome banner
This commit is contained in:
parent
017715e65e
commit
f932ddcfef
@ -41,7 +41,7 @@ function welcome_greeting () {
|
|||||||
function welcome_sysinfo () {
|
function welcome_sysinfo () {
|
||||||
if hash neofetch 2>/dev/null; then
|
if hash neofetch 2>/dev/null; then
|
||||||
neofetch --shell_version off \
|
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 \
|
--backend off \
|
||||||
--colors 4 8 4 4 8 6 \
|
--colors 4 8 4 4 8 6 \
|
||||||
--color_blocks off \
|
--color_blocks off \
|
||||||
@ -51,7 +51,7 @@ function welcome_sysinfo () {
|
|||||||
|
|
||||||
# Print todays info: Date, IP, weather, etc
|
# Print todays info: Date, IP, weather, etc
|
||||||
function welcome_today () {
|
function welcome_today () {
|
||||||
timeout=1
|
timeout=0.5
|
||||||
echo -e "\033[1;34mToday\n------"
|
echo -e "\033[1;34mToday\n------"
|
||||||
|
|
||||||
# Print date time
|
# Print date time
|
||||||
|
Loading…
Reference in New Issue
Block a user