This commit is contained in:
iFargle 2023-08-28 18:33:35 +09:00
parent 718ae20d05
commit b1ee560cf9

View file

@ -27,13 +27,21 @@
], ],
"modules-right": [ "modules-right": [
"mpris", "mpris",
"waybar-idle-inhibotor", "idle-inhibotor",
"pulseaudio", "pulseaudio",
"network", "network",
"battery", "battery",
"clock" "clock"
], ],
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
}
}
"mpris": { "mpris": {
"format": "{player_icon} {dynamic}", "format": "{player_icon} {dynamic}",
"format-paused": "{status_icon} <i>{dynamic}</i>", "format-paused": "{status_icon} <i>{dynamic}</i>",
@ -73,11 +81,11 @@
"pulseaudio": { "pulseaudio": {
"scroll-step": 1, "scroll-step": 1,
"format": "{icon} {format_source}", "format": "{icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}", "format-bluetooth": "<span foreground='#f2594b'>{volume}% {icon} {format_source}</span>",
"format-bluetooth-muted": "<span foreground='#f2594b'> {format_source}</span>", "format-bluetooth-muted": " ",
"format-muted": "<span foreground='#f2594b'>󰝟</span> {format_source}", "format-muted": "󰝟 {format_source}",
"format-source": " ", "format-source": " <span foreground='#f2594b'></span>",
"format-source-muted": " <span foreground='#f2594b'></span>", "format-source-muted": " ",
"format-icons": { "format-icons": {
"headphone": "", "headphone": "",
"headset": "", "headset": "",