Test
This commit is contained in:
parent
fc8602118b
commit
71b3cf1504
1 changed files with 9 additions and 9 deletions
|
@ -58,8 +58,8 @@
|
|||
"idle_inhibitor": {
|
||||
"format": "{icon} ",
|
||||
"format-icons": {
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
"activated": " ",
|
||||
"deactivated": " "
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -68,7 +68,7 @@
|
|||
"format-paused": "{status_icon} <i>{dynamic}</i>",
|
||||
"player-icons": { "default": "▶" },
|
||||
"status-icons": { "paused": "⏸" },
|
||||
"max-length": 20,
|
||||
"max-length": 30,
|
||||
},
|
||||
|
||||
"hyprland/workspaces": {
|
||||
|
@ -107,19 +107,19 @@
|
|||
"format-bluetooth-muted": " ",
|
||||
"format-muted": " {format_source}",
|
||||
"format-source": " <span foreground='#f2594b'></span>",
|
||||
"format-source-muted": " ",
|
||||
"format-source-muted": " ",
|
||||
"format-icons": {
|
||||
"headphone": "",
|
||||
"headset": "",
|
||||
"default": ["", "", ""]
|
||||
"headphone": " ",
|
||||
"headset": " ",
|
||||
"default": [" ", " ", " "]
|
||||
},
|
||||
"tooltip": false,
|
||||
"on-click": "kitty -e pulsemixer",
|
||||
},
|
||||
|
||||
"network": {
|
||||
"format": "{ifname} ",
|
||||
"format-wifi": "",
|
||||
"format": "{ifname}",
|
||||
"format-wifi": " ",
|
||||
"format-ethernet": " {ipaddr}",
|
||||
"format-disconnected": "", // An empty format will hide the module.
|
||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
||||
|
|
Loading…
Reference in a new issue