Add network disconnection thing, move network to left of bottom bar
This commit is contained in:
@@ -33,9 +33,9 @@
|
||||
"layer": "top",
|
||||
"position": "bottom",
|
||||
"height": 40,
|
||||
"modules-left": ["idle_inhibitor", "gamemode", "cpu", "memory", "custom/backup", "battery", "mpris"],
|
||||
"modules-left": ["idle_inhibitor", "gamemode", "cpu", "memory", "custom/backup", "battery", "network"],
|
||||
"modules-center": [],
|
||||
"modules-right": ["network", "pulseaudio", "backlight", "clock"],
|
||||
"modules-right": ["mpris", "pulseaudio", "backlight", "clock"],
|
||||
"clock": {
|
||||
"format": "{:%a %b %d %I:%M %p}",
|
||||
"format-alt": "{:%Y-%m-%d}",
|
||||
@@ -43,7 +43,8 @@
|
||||
},
|
||||
"network": {
|
||||
"interval": 1,
|
||||
"format": " {bandwidthUpBytes} {bandwidthDownBytes}"
|
||||
"format": " {bandwidthUpBytes} {bandwidthDownBytes}",
|
||||
"format-disconnected": ""
|
||||
},
|
||||
"battery": {
|
||||
"states": {
|
||||
|
Reference in New Issue
Block a user