diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-09 11:14:54 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-09 11:14:54 +0900 |
| commit | 4cd33a03503496a6cb276ef600e3a2f2abfe13fd (patch) | |
| tree | 1f19ea0dd92ad22bc44fea3e494a29f768be6e68 /ar/.local/bin/statusbar/sb-music | |
| parent | da41110493a89042cce569f839c9674c4fc8b0b8 (diff) | |
modified bin/extractkeys, modified statusbar/sb-music
Diffstat (limited to 'ar/.local/bin/statusbar/sb-music')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-music | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/statusbar/sb-music b/ar/.local/bin/statusbar/sb-music index e47fb06..674202a 100755 --- a/ar/.local/bin/statusbar/sb-music +++ b/ar/.local/bin/statusbar/sb-music @@ -36,7 +36,7 @@ filter() { [ "$(mpc status %random%)" = "on" ] && indicators="${indicators}🔂" [ "$(mpc status %repeat%)" = "on" ] && indicators="${indicators}🔁" - sig=$(grep "${0##*/}" "${XDG_SOURCES_HOME:-${HOME}/.local/src}/suckless/dwmblocks/config.h" | awk -F',' '{print $3}') + sig=$(grep "${0##*/}" "${XDG_SOURCES_HOME:-${HOME}/.local/src}/suckless/dwmblocks/config.def.h" | awk -F',' '{print $3}') case $sig in *0*) echo "$prefix$artist - $title$([ -n "$indicators" ] && echo "$indicators")" |
