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", "custom/updates",
"pulseaudio", "pulseaudio",
"bluetooth", "bluetooth",
"network",
"battery", "battery",
"group/hardware", "group/hardware",
"custom/exit", "custom/exit",

View File

@ -172,12 +172,12 @@
// Network // Network
"network": { "network": {
"format": "{ifname}", "format": "{ifname}",
"format-wifi": " {essid} ({signalStrength}%)", "format-wifi": " {signalStrength}%",
"format-ethernet": " {ipaddr}/{cidr}", "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 {gwaddri}", "tooltip-format": " {ifname} via {gwaddri}",
"tooltip-format-wifi": " {essid} ({signalStrength}%)", "tooltip-format-wifi": " {essid} ({signalStrength}%)",
"tooltip-format-ethernet": " {ifname}", "tooltip-format-ethernet": " {ifname} ({ipaddr}/{cidr})",
"tooltip-format-disconnected": "Disconnected", "tooltip-format-disconnected": "Disconnected",
"max-length": 50 "max-length": 50
}, },

View File

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