misc: cleanup
This commit is contained in:
parent
b3235cfff4
commit
9b09ed65fa
1 changed files with 2 additions and 2 deletions
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")"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue