update
This commit is contained in:
parent
a2d8cddefe
commit
4c7a3c1a95
@ -40,7 +40,7 @@ output * bg /home/jay/.config/sway/bg.png fill
|
||||
# exec_always xdg-desktop-portal-wlr
|
||||
exec ~/bin/wayland-env.sh
|
||||
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 dex -a -e sway
|
||||
exec mako
|
||||
|
@ -123,6 +123,12 @@
|
||||
"format-linked": "{ifname} (No IP) ",
|
||||
"format-disconnected": "Disconnected ⚠",
|
||||
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
||||
},
|
||||
"wireplumber": {
|
||||
"format": "{icon} {percentage}%",
|
||||
"on-click": "helvum",
|
||||
"format-muted": "",
|
||||
"format-icons": ["", "", ""]
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -82,7 +82,7 @@ window#waybar.hidden {
|
||||
background: rgba(17, 17, 27, 0.9);
|
||||
}
|
||||
|
||||
#custom-pipewire {
|
||||
#custom-pipewire, #wireplumber {
|
||||
padding-left: 10px;
|
||||
padding-right: 5px;
|
||||
transition: ease-in;
|
||||
@ -91,7 +91,7 @@ window#waybar.hidden {
|
||||
background: rgba(17, 17, 27, 0.9);
|
||||
}
|
||||
|
||||
#custom-pipewire.muted {
|
||||
#custom-pipewire.muted, #wireplumber.muted {
|
||||
background-color: rgba(17, 17, 27, 0.9);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user