diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-04-18 23:27:30 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-04-18 23:27:30 +0300 |
commit | 32f2ff63815109f36eb32e740d0a023bd29daa59 (patch) | |
tree | 93873effa76bd694141d1853807889ec91983844 | |
parent | 1f8272362e00fecd447eeece4615a1cf9ef1dde9 (diff) | |
download | dwmblocks-32f2ff63815109f36eb32e740d0a023bd29daa59.tar.gz |
feat!: remove task context
-rw-r--r-- | blocks.def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/blocks.def.h b/blocks.def.h index 155c4cc..830704b 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -1,7 +1,6 @@ //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*/ - {" ", "task _get rc.context", 60, 0}, {"", "xkblayout-state print %s", 0, 4}, {"", "[ $(pulsemixer --get-mute) = 1 ] && echo 🔇 && exit || echo $(pulsemixer --get-volume | cut -f 1 -d ' ')%", 0, 2}, {" ", "wpa_cli status | grep ^ssid= | sed 's/ssid=//'", 15, 0}, |