This commit is contained in:
albert 2023-11-15 17:35:16 +09:00
parent 638c2ad64e
commit 3d842d1852
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -118,7 +118,7 @@
"network": { "network": {
"format": "{ifname}", "format": "{ifname}",
"format-wifi": " ", "format-wifi": "",
"format-ethernet": " {ipaddr}", "format-ethernet": " {ipaddr}",
"format-disconnected": "", // An empty format will hide the module. "format-disconnected": "", // An empty format will hide the module.
"tooltip-format": "{ifname} via {gwaddr} ", "tooltip-format": "{ifname} via {gwaddr} ",
@ -153,6 +153,7 @@
* { * {
border: none; border: none;
border-radius: 0; border-radius: 0;
text-align: center;
font-family: JetbrainsMono Regular; font-family: JetbrainsMono Regular;
} }