diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-09-29 22:12:48 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-09-29 22:12:48 +0200 |
commit | 5d3c8e21d2d79a6ed3e324b833002a9bb0317b34 (patch) | |
tree | 08e26e0a885d575c8399fb65bbef3ddc2ad233db /platforms/linux/xorg/dwmblocks.diff | |
parent | a24f50c8a264fd0e42c789f4cf16a8796ab97e47 (diff) | |
download | dots-5d3c8e21d2d79a6ed3e324b833002a9bb0317b34.tar.gz dots-5d3c8e21d2d79a6ed3e324b833002a9bb0317b34.zip |
Linux config
Diffstat (limited to 'platforms/linux/xorg/dwmblocks.diff')
-rw-r--r-- | platforms/linux/xorg/dwmblocks.diff | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/platforms/linux/xorg/dwmblocks.diff b/platforms/linux/xorg/dwmblocks.diff new file mode 100644 index 0000000..ad22dac --- /dev/null +++ b/platforms/linux/xorg/dwmblocks.diff @@ -0,0 +1,26 @@ +diff --git a/config.h b/config.h +index cc9281b..3df46fc 100644 +--- a/config.h ++++ b/config.h +@@ -10,17 +10,17 @@ static const Block blocks[] = { + /* {"", "price btc Bitcoin 💰", 0, 21}, */ + /* {"", "price lbc \"LBRY Token\" 📚", 0, 22}, */ + {"", "torrent", 20, 7}, +- /* {"", "memory", 10, 14}, */ +- /* {"", "cpu", 10, 18}, */ ++ {"", "memory", 10, 14}, ++ {"", "cpu", 10, 18}, + /* {"", "moonphase", 18000, 17}, */ + {"", "weather", 18000, 5}, + {"", "mailbox", 180, 12}, +- /* {"", "nettraf", 1, 16}, */ ++ {"", "nettraf", 1, 16}, + {"", "volume", 0, 10}, + {"", "battery", 5, 3}, + {"", "clock", 60, 1}, + {"", "internet", 5, 4}, +- {"", "help-icon", 0, 15}, ++ /* {"", "help-icon", 0, 15}, */ + }; + + //Sets delimiter between status commands. NULL character ('\0') means no delimiter. |