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": {
"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} ",