mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-19 10:27:13 +00:00
misc: cleanup
This commit is contained in:
1
neofetch
1
neofetch
@@ -1570,7 +1570,6 @@ get_song() {
|
|||||||
[[ "$music_player" && "$music_player" != "auto" ]] && \
|
[[ "$music_player" && "$music_player" != "auto" ]] && \
|
||||||
player="$music_player"
|
player="$music_player"
|
||||||
|
|
||||||
|
|
||||||
get_song_dbus() {
|
get_song_dbus() {
|
||||||
# Multiple players use an almost identical dbus command to get the information.
|
# Multiple players use an almost identical dbus command to get the information.
|
||||||
# This function saves us using the same command throughout the function.
|
# This function saves us using the same command throughout the function.
|
||||||
|
|||||||
Reference in New Issue
Block a user