Added dwmblocks to submodules
This commit is contained in:
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
1
.config/dwmblocks
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit c9e0c8c8d32e77d90f7f812052510a3f80e2eb1d
|
||||
|
|
@ -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;
|
||||
|
||||
10
.gitmodules
vendored
10
.gitmodules
vendored
|
|
@ -1,10 +1,14 @@
|
|||
[submodule ".config/dwm"]
|
||||
path = .config/dwm
|
||||
url = ../dwm.git
|
||||
ignore = all
|
||||
[submodule ".config/st"]
|
||||
path = .config/st
|
||||
url = ../st.git
|
||||
ignore = all
|
||||
[submodule ".config/dwm"]
|
||||
path = .config/dwm
|
||||
url = ../dwm.git
|
||||
[submodule ".config/dwmblocks"]
|
||||
path = .config/dwmblocks
|
||||
url = ../dwmblocks.git
|
||||
ignore = all
|
||||
[submodule ".config/nvim"]
|
||||
path = .config/nvim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue