summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2020-06-07 16:38:09 +0400
committerAndrew <saintruler@gmail.com>2020-06-07 16:38:09 +0400
commitf8b19c6f4aa35dd52f2a9e661fbf236e6cf8d8f6 (patch)
treefa4fd63261822df23f995825f4a1ffc630474f06 /config.h
parent9a7ecafdcccfb5ab874a1ef9389fed600cac8050 (diff)
changed config
Diffstat (limited to 'config.h')
-rw-r--r--config.h34
1 files changed, 7 insertions, 27 deletions
diff --git a/config.h b/config.h
index 6106bba..cdffaab 100644
--- a/config.h
+++ b/config.h
@@ -1,32 +1,12 @@
//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*/
- {"", "cat /tmp/recordingicon 2>/dev/null", 0, 9},
- /* {"", "music", 0, 11},*/
- {"", "pacpackages", 0, 8},
- {"", "news", 0, 6},
- /* {"", "crypto", 0, 13}, */
- /* {"", "price bat \"Basic Attention Token\" 🦁", 0, 20}, */
- /* {"", "price btc Bitcoin 💰", 0, 21}, */
- /* {"", "price lbc \"LBRY Token\" 📚", 0, 22}, */
- {"", "torrent", 20, 7},
- /* {"", "memory", 10, 14}, */
- /* {"", "cpu", 10, 18}, */
- /* {"", "moonphase", 18000, 17}, */
- {"", "weather", 18000, 5},
- {"", "mailbox", 180, 12},
- /* {"", "nettraf", 1, 16}, */
- {"", "volume", 0, 10},
- {"", "battery", 5, 3},
- {"", "clock", 60, 1},
- {"", "internet", 5, 4},
- {"", "help-icon", 0, 15},
+ /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
+ {"", "pacpackages", 3600, 3},
+ {"", "xkb-switch", 1, 0},
+ {"", "disk", 10, 4},
+ {"", "volume", 0, 9},
+ {"", "clock", 60, 10},
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
-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 & }
+static char *delim = "|";