Merge branch 'master' of github.com:dylanaraps/neofetch
This commit is contained in:
commit
536c0b0ef7
1 changed files with 32 additions and 0 deletions
32
neofetch
32
neofetch
|
@ -424,6 +424,7 @@ disk_subtitle="mount"
|
||||||
# cmus
|
# cmus
|
||||||
# deadbeef
|
# deadbeef
|
||||||
# deepin-music
|
# deepin-music
|
||||||
|
# dragon
|
||||||
# elisa
|
# elisa
|
||||||
# exaile
|
# exaile
|
||||||
# gnome-music
|
# gnome-music
|
||||||
|
@ -442,6 +443,7 @@ disk_subtitle="mount"
|
||||||
# quodlibet
|
# quodlibet
|
||||||
# rhythmbox
|
# rhythmbox
|
||||||
# sayonara
|
# sayonara
|
||||||
|
# smplayer
|
||||||
# spotify
|
# spotify
|
||||||
# Spotify
|
# Spotify
|
||||||
# tomahawk
|
# tomahawk
|
||||||
|
@ -2309,6 +2311,7 @@ get_song() {
|
||||||
"cmus"
|
"cmus"
|
||||||
"deadbeef"
|
"deadbeef"
|
||||||
"deepin-music"
|
"deepin-music"
|
||||||
|
"dragon"
|
||||||
"elise"
|
"elise"
|
||||||
"exaile"
|
"exaile"
|
||||||
"gnome-music"
|
"gnome-music"
|
||||||
|
@ -2327,6 +2330,7 @@ get_song() {
|
||||||
"quodlibet"
|
"quodlibet"
|
||||||
"rhythmbox"
|
"rhythmbox"
|
||||||
"sayonara"
|
"sayonara"
|
||||||
|
"smplayer"
|
||||||
"spotify"
|
"spotify"
|
||||||
"Spotify"
|
"Spotify"
|
||||||
"tomahawk"
|
"tomahawk"
|
||||||
|
@ -2377,6 +2381,8 @@ get_song() {
|
||||||
"gmusicbrowser"*) get_song_dbus "gmusicbrowser" ;;
|
"gmusicbrowser"*) get_song_dbus "gmusicbrowser" ;;
|
||||||
"pragha"*) get_song_dbus "pragha" ;;
|
"pragha"*) get_song_dbus "pragha" ;;
|
||||||
"amarok"*) get_song_dbus "amarok" ;;
|
"amarok"*) get_song_dbus "amarok" ;;
|
||||||
|
"dragon"*) get_song_dbus "dragonplayer" ;;
|
||||||
|
"smplayer"*) get_song_dbus "smplayer" ;;
|
||||||
|
|
||||||
"cmus"*)
|
"cmus"*)
|
||||||
song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};
|
song="$(cmus-remote -Q | awk 'BEGIN { ORS=" "};
|
||||||
|
@ -5417,6 +5423,32 @@ ${c1} ..,:${c3}dOkxl:.
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"ClearOS"*)
|
||||||
|
set_colors 2
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1} `.--::::::--.`
|
||||||
|
.-:////////////////:-.
|
||||||
|
`-////////////////////////-`
|
||||||
|
-////////////////////////////-
|
||||||
|
`//////////////-..-//////////////`
|
||||||
|
./////////////: ://///////////.
|
||||||
|
`//////:..-////: :////-..-//////`
|
||||||
|
://////` -///:.``.:///-` ://///:
|
||||||
|
`///////:. -////////-` `:///////`
|
||||||
|
.//:--////:. -////-` `:////--://.
|
||||||
|
./: .////:. --` `:////- :/.
|
||||||
|
`//-` .////:. `:////- `-//`
|
||||||
|
:///-` .////:. `:////- `-///:
|
||||||
|
`/////-` -///: :///- `-/////`
|
||||||
|
`//////- `///: :///` .//////`
|
||||||
|
`:////: `///: :///` -////:`
|
||||||
|
.://: `///: :///` -//:.
|
||||||
|
.:: `///: :///` -:.
|
||||||
|
`///: :///`
|
||||||
|
`... ...`
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"Clover"*)
|
"Clover"*)
|
||||||
set_colors 2 6
|
set_colors 2 6
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Loading…
Reference in a new issue