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": {
|
"idle_inhibitor": {
|
||||||
"format": "{icon} ",
|
"format": "{icon} ",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"activated": "",
|
"activated": " ",
|
||||||
"deactivated": ""
|
"deactivated": " "
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -68,7 +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,
|
"max-length": 30,
|
||||||
},
|
},
|
||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
|
@ -107,19 +107,19 @@
|
||||||
"format-bluetooth-muted": " ",
|
"format-bluetooth-muted": " ",
|
||||||
"format-muted": " {format_source}",
|
"format-muted": " {format_source}",
|
||||||
"format-source": " <span foreground='#f2594b'></span>",
|
"format-source": " <span foreground='#f2594b'></span>",
|
||||||
"format-source-muted": " ",
|
"format-source-muted": " ",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"headphone": "",
|
"headphone": " ",
|
||||||
"headset": "",
|
"headset": " ",
|
||||||
"default": ["", "", ""]
|
"default": [" ", " ", " "]
|
||||||
},
|
},
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"on-click": "kitty -e pulsemixer",
|
"on-click": "kitty -e pulsemixer",
|
||||||
},
|
},
|
||||||
|
|
||||||
"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