Updates
This commit is contained in:
parent
f63c5547b5
commit
6afccfb3aa
|
@ -30,6 +30,7 @@
|
|||
"custom/updates",
|
||||
"pulseaudio",
|
||||
"bluetooth",
|
||||
"network",
|
||||
"battery",
|
||||
"group/hardware",
|
||||
"custom/exit",
|
||||
|
|
|
@ -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
|
||||
},
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user