diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2026-03-16 02:26:18 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2026-03-16 02:26:18 -0600 |
| commit | 5f7fc400226f356aab012fa7d8bd949a1c550408 (patch) | |
| tree | 49f7f7ce475dbe048eb870390ff1ede62c2905f7 /config.h | |
| parent | 1c9744ac7ded4fff8171169bc0b9736f3acd4cfe (diff) | |
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 & } + |
