diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -11,14 +11,14 @@ static const Block blocks[] = { /* {"", "sb-price xmr Monero 🔒 24", 9000, 24}, */ /* {"", "sb-price eth Ethereum 🍸 23", 9000, 23}, */ /* {"", "sb-price btc Bitcoin 💰 21", 9000, 21}, */ - {"", "sb-torrent", 20, 7}, - /* {"", "sb-memory", 10, 14}, */ - /* {"", "sb-cpu", 10, 18}, */ + /*{"", "sb-torrent", 20, 7},*/ + {"", "sb-memory", 10, 14}, + {"", "/home/christian/.local/bin/statusbar/sb-cpu", 10, 18}, /* {"", "sb-moonphase", 18000, 17}, */ {"", "sb-doppler", 0, 13}, {"", "sb-forecast", 18000, 5}, {"", "sb-mailbox", 180, 12}, - {"", "sb-nettraf", 1, 16}, + /*{"", "sb-nettraf", 1, 16},*/ {"", "sb-volume", 0, 10}, {"", "sb-battery", 5, 3}, {"", "sb-clock", 60, 1}, @@ -28,9 +28,10 @@ static const Block blocks[] = { }; //Sets delimiter between status commands. NULL character ('\0') means no delimiter. -static char *delim = " "; +static char *delim = " "; // Have dwmblocks automatically recompile and run when you edit this file in // vim with the following line in your vimrc/init.vim: // autocmd BufWritePost ~/.local/src/dwmblocks/config.h !cd ~/.local/src/dwmblocks/; sudo make install && { killall -q dwmblocks;setsid dwmblocks & } + |
