This commit is contained in:
albert 2023-11-15 17:49:35 +09:00
parent fc8602118b
commit 71b3cf1504
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -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} ",