feat: add network module

This commit is contained in:
Alexis
2018-08-09 16:38:24 +02:00
parent b8917e9973
commit 731a352b41
7 changed files with 189 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"modules-left": ["workspaces"],
"modules-right": ["cpu", "memory", "battery", "clock"],
"modules-right": ["network", "cpu", "memory", "battery", "clock"],
"cpu": {
"format": "{}% "
},
@ -9,5 +9,9 @@
},
"battery": {
"format": "{}% "
},
"network": {
"interface": "wlp2s0",
"format": "{} "
}
}