Skip to content

Commit 40566db

Browse files
committed
Remove unused num variable
1 parent db2484f commit 40566db

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dwmblocks/cmus_status

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
if pidof cmus >/dev/null ; then
44
all_info=$(cmus-remote -Q 2>/dev/null)
5-
num=$(echo "${all_info}" | grep ' tracknumber ' | cut -d ' ' -f3-)
65
title=$(echo "${all_info}" | grep ' title ' | cut -d ' ' -f3-)
76
artist=$(echo "${all_info}" | grep ' artist ' | cut -d ' ' -f3-)
87
album=$(echo "${all_info}" | grep ' album ' | cut -d ' ' -f3-)

0 commit comments

Comments
 (0)