diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-06-02 15:46:11 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-06-02 15:46:11 -0400 |
commit | d3eed011269519dca2364e480bf32105b1dfd0d9 (patch) | |
tree | cdcf0cada45f61764313c47b936c0131e9b6af34 /config.h | |
parent | da7df2f2c263d5534f7b43ea9b0eda01e0986a17 (diff) | |
parent | c35edaad213371d46b6a768be342affb435ab964 (diff) | |
download | dwmblocks-d3eed011269519dca2364e480bf32105b1dfd0d9.tar.gz dwmblocks-d3eed011269519dca2364e480bf32105b1dfd0d9.tar.bz2 dwmblocks-d3eed011269519dca2364e480bf32105b1dfd0d9.zip |
Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ {"", "cat /tmp/recordingicon 2>/dev/null", 0, 9}, - /* {"", "music", 0, 11}, */ + /* {"", "music", 0, 11},*/ {"", "pacpackages", 0, 8}, {"", "news", 0, 6}, /* {"", "crypto", 0, 13}, */ @@ -24,7 +24,7 @@ static const Block blocks[] = { }; //sets delimeter between status commands. NULL character ('\0') means no delimeter. -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: |