mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
feat: add network module
This commit is contained in:
@ -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": "{} "
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user