mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 01:00:17 +00:00
misc: cleanup
This commit is contained in:
4
neofetch
4
neofetch
@@ -2435,7 +2435,7 @@ get_song() {
|
|||||||
getline;
|
getline;
|
||||||
t=$2
|
t=$2
|
||||||
}
|
}
|
||||||
END{print a " \n " b " \n " t}')"
|
END {print a " \n " b " \n " t}')"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*) mpc &>/dev/null && song="$(mpc -f '%artist% \n %album% \n %title%' current)" ;;
|
*) mpc &>/dev/null && song="$(mpc -f '%artist% \n %album% \n %title%' current)" ;;
|
||||||
@@ -2996,7 +2996,7 @@ END
|
|||||||
/^\s*font/ {
|
/^\s*font/ {
|
||||||
if(opt==1) a=$2;
|
if(opt==1) a=$2;
|
||||||
opt=0
|
opt=0
|
||||||
} END{print a}' "/etc/xdg/termite/config" \
|
} END {print a}' "/etc/xdg/termite/config" \
|
||||||
"$termite_config")"
|
"$termite_config")"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user