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