This commit is contained in:
Stephan Raabe 2023-09-01 09:08:39 +02:00
parent f63c5547b5
commit 6afccfb3aa
3 changed files with 5 additions and 4 deletions

View File

@ -30,6 +30,7 @@
"custom/updates",
"pulseaudio",
"bluetooth",
"network",
"battery",
"group/hardware",
"custom/exit",

View File

@ -172,12 +172,12 @@
// Network
"network": {
"format": "{ifname}",
"format-wifi": " {essid} ({signalStrength}%)",
"format-ethernet": " {ipaddr}/{cidr}",
"format-wifi": " {signalStrength}%",
"format-ethernet": " {ipaddr}",
"format-disconnected": "", //An empty format will hide the module.
"tooltip-format": " {ifname} via {gwaddri}",
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
"tooltip-format-ethernet": " {ifname}",
"tooltip-format-ethernet": " {ifname} ({ipaddr}/{cidr})",
"tooltip-format-disconnected": "Disconnected",
"max-length": 50
},

View File

@ -22,13 +22,13 @@
"wlr/taskbar",
"custom/chatgpt",
"custom/lookingglass",
"custom/youtube",
"hyprland/window"
],
"modules-center": [
"wlr/workspaces"
],
"modules-right": [
"custom/youtube",
"custom/updates",
"pulseaudio",
"bluetooth",