This commit is contained in:
jay 2023-06-01 11:49:33 +08:00
parent a2d8cddefe
commit 4c7a3c1a95
3 changed files with 9 additions and 3 deletions

View File

@ -40,7 +40,7 @@ output * bg /home/jay/.config/sway/bg.png fill
# exec_always xdg-desktop-portal-wlr # exec_always xdg-desktop-portal-wlr
exec ~/bin/wayland-env.sh exec ~/bin/wayland-env.sh
exec --no-startup-id dbus-update-activation-environment --all exec --no-startup-id dbus-update-activation-environment --all
exec gentoo-pipewire-launcher & exec "gentoo-pipewire-launcher &; pkill -RTMIN+8 waybar"
exec_always kanshi exec_always kanshi
exec dex -a -e sway exec dex -a -e sway
exec mako exec mako

View File

@ -123,6 +123,12 @@
"format-linked": "{ifname} (No IP) ", "format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected ⚠", "format-disconnected": "Disconnected ⚠",
"format-alt": "{ifname}: {ipaddr}/{cidr}" "format-alt": "{ifname}: {ipaddr}/{cidr}"
},
"wireplumber": {
"format": "{icon} {percentage}%",
"on-click": "helvum",
"format-muted": "",
"format-icons": ["", "", ""]
} }
} }

View File

@ -82,7 +82,7 @@ window#waybar.hidden {
background: rgba(17, 17, 27, 0.9); background: rgba(17, 17, 27, 0.9);
} }
#custom-pipewire { #custom-pipewire, #wireplumber {
padding-left: 10px; padding-left: 10px;
padding-right: 5px; padding-right: 5px;
transition: ease-in; transition: ease-in;
@ -91,7 +91,7 @@ window#waybar.hidden {
background: rgba(17, 17, 27, 0.9); background: rgba(17, 17, 27, 0.9);
} }
#custom-pipewire.muted { #custom-pipewire.muted, #wireplumber.muted {
background-color: rgba(17, 17, 27, 0.9); background-color: rgba(17, 17, 27, 0.9);
color: #ffffff; color: #ffffff;
} }