Added dwmblocks to submodules

This commit is contained in:
agryphus 2023-10-16 01:42:14 -04:00
parent 8c786deafb
commit 97536e9679
4 changed files with 14 additions and 28 deletions

@ -1 +1 @@
Subproject commit dd4d46bacee7c3ad786f3d454b94b2a582941896
Subproject commit baaa7906cf6efdee3c1b9f2dbe0ffe5f03c2e0ea

1
.config/dwmblocks Submodule

@ -0,0 +1 @@
Subproject commit c9e0c8c8d32e77d90f7f812052510a3f80e2eb1d

View file

@ -1,19 +0,0 @@
//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*/
{"", "coinmon -f XMR | grep 'XMR' | awk '{print $6}'",
120, 0},
{"", "nmcli -f IN-USE,SIGNAL,SSID device wifi | grep \"*\" | awk '{print $3 \": \" $2}'",
30, 0},
{"", "free -h | awk '/^Mem/ { print $3\"/\"$2 }' | sed s/i//g",
30, 0},
{"", "date '+%a %b %d  %H:%M'",
5, 0},
{"", "block_battery",
10, 0},
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
static char delim[] = " ";
static unsigned int delimLen = 5;

20
.gitmodules vendored
View file

@ -1,13 +1,17 @@
[submodule ".config/st"]
path = .config/st
url = ../st.git
ignore = all
[submodule ".config/dwm"]
path = .config/dwm
url = ../dwm.git
path = .config/dwm
url = ../dwm.git
ignore = all
[submodule ".config/st"]
path = .config/st
url = ../st.git
ignore = all
[submodule ".config/dwmblocks"]
path = .config/dwmblocks
url = ../dwmblocks.git
ignore = all
[submodule ".config/nvim"]
path = .config/nvim
url = ../nvim.git
path = .config/nvim
url = ../nvim.git
ignore = all