misc: indent
This commit is contained in:
parent
93ffa118a3
commit
b30151e6dd
1 changed files with 4 additions and 4 deletions
8
neofetch
8
neofetch
|
@ -1568,7 +1568,7 @@ get_wm_theme() {
|
||||||
|
|
||||||
"Sawfish")
|
"Sawfish")
|
||||||
wm_theme="$(awk -F '\\(quote|\\)' '/default-frame-style/ {print $(NF-4)}' \
|
wm_theme="$(awk -F '\\(quote|\\)' '/default-frame-style/ {print $(NF-4)}' \
|
||||||
"${HOME}/.sawfish/custom")"
|
"${HOME}/.sawfish/custom")"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Cinnamon" | "Muffin" | "Mutter (Muffin)")
|
"Cinnamon" | "Muffin" | "Mutter (Muffin)")
|
||||||
|
@ -2405,13 +2405,13 @@ get_song() {
|
||||||
"banshee"*)
|
"banshee"*)
|
||||||
song="$(banshee --query-artist --query-album --query-title |\
|
song="$(banshee --query-artist --query-album --query-title |\
|
||||||
awk -F':' '/^artist/ {a=$2} /^album/ {b=$2} /^title/ {t=$2}
|
awk -F':' '/^artist/ {a=$2} /^album/ {b=$2} /^title/ {t=$2}
|
||||||
END {print a " \n " b " \n "t}')"
|
END {print a " \n " b " \n "t}')"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"amarok"*)
|
"amarok"*)
|
||||||
song="$(qdbus org.kde.amarok /Player GetMetadata |\
|
song="$(qdbus org.kde.amarok /Player GetMetadata |\
|
||||||
awk -F':' '/^artist:/ {a=$2} /^album:/ {b=$2} /^title:/ {t=$2}
|
awk -F':' '/^artist:/ {a=$2} /^album:/ {b=$2} /^title:/ {t=$2}
|
||||||
END {print a " \n " b " \n " t}')"
|
END {print a " \n " b " \n " t}')"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"pragha"*)
|
"pragha"*)
|
||||||
|
@ -2922,7 +2922,7 @@ END
|
||||||
if(/Fullscreen/) getline;
|
if(/Fullscreen/) getline;
|
||||||
id=$2"]"
|
id=$2"]"
|
||||||
} $0~id {if(id) {getline; print $2; exit}}' \
|
} $0~id {if(id) {getline; print $2; exit}}' \
|
||||||
"$mateterm_config")"
|
"$mateterm_config")"
|
||||||
|
|
||||||
rm -f "$mateterm_config"
|
rm -f "$mateterm_config"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue