Minor updates because I changes stuff around

This commit is contained in:
Antoine Phan
2024-03-21 22:12:54 -04:00
parent c9bfe74c2c
commit 9550fdbe1a
8 changed files with 47 additions and 22 deletions

View File

@@ -21,6 +21,7 @@
"backlight",
"memory",
"cpu",
"network",
"battery",
"keyboard-state"
],
@@ -109,5 +110,16 @@
"tray": {
"icon-size": 20,
"spacing": 7
}
},
"network": {
"interface": "wlo1",
"format": "{ifname}",
"format-wifi": "{essid}  ",
"format-ethernet": "{ipaddr}/{cidr} 󰊗 ",
"format-disconnected": "", //An empty format will hide the module.
"tooltip-format": "{ifname} via {gwaddr} 󰊗 ",
"tooltip-format-wifi": "Up: {bandwidthUpBytes} - Down: {bandwidthDownBytes}",
"tooltip-format-ethernet": "{ifname}  ",
"tooltip-format-disconnected": "Disconnected",
}
}