diff options
author | eug-vs <eugene@eug-vs.xyz> | 2021-10-23 12:46:23 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2021-10-23 12:46:36 +0300 |
commit | 6a73ece33035eba801730c8e4136a023fb2ee1c0 (patch) | |
tree | 7cdf7735fd41960bffcf63d0c3124b51765ac9c2 | |
parent | 13942ecafb34e16997940716dcbd4e81e6e0d6cb (diff) | |
download | dwmblocks-6a73ece33035eba801730c8e4136a023fb2ee1c0.tar.gz |
feat: use MPD instead of Spotify
-rw-r--r-- | blocks.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blocks.def.h b/blocks.def.h index bc7d3b3..46acf34 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -1,7 +1,7 @@ //Modify this file to change what commands output to your statusbar, and recompile using the make command. static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ - {" ", "playerctl metadata --format='{{ artist }} - {{ title }}' --player=spotify 2> /dev/null", 3, 1}, + {" ", "mpc current", 3, 1}, {" ", "task _get rc.context", 60, 0}, {" ", "task scriptable rc.verbose: +ACTIVE | head -n1", 15, 0}, {"", "xkb-switch", 0, 4}, |