Test
This commit is contained in:
parent
8e91585d68
commit
cdd140884d
1 changed files with 2 additions and 1 deletions
|
@ -68,6 +68,7 @@
|
||||||
"format-paused": "{status_icon} <i>{dynamic}</i>",
|
"format-paused": "{status_icon} <i>{dynamic}</i>",
|
||||||
"player-icons": { "default": "▶" },
|
"player-icons": { "default": "▶" },
|
||||||
"status-icons": { "paused": "⏸" },
|
"status-icons": { "paused": "⏸" },
|
||||||
|
"max-length": 20,
|
||||||
},
|
},
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
|
@ -118,7 +119,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} ",
|
||||||
|
|
Loading…
Reference in a new issue