feat: added ssh config and fixed waybar pipewire

This commit is contained in:
2025-06-02 14:49:50 +02:00
parent 2b81608e09
commit 5c5c19175a
3 changed files with 98 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
],
"modules-right": [
"custom/left-arrow-dark",
"pulseaudio",
"wireplumber",
"custom/left-arrow-light",
"custom/left-arrow-dark",
"memory",
@@ -100,10 +100,10 @@
}
},
"pulseaudio": {
"wireplumber": {
"format": "{icon} {volume:2}%",
"format-bluetooth": "{icon} {volume}%",
"format-muted": "MUTE",
"format-muted": "󰝟",
"format-icons": {
"headphones": "",
"default": [
@@ -112,8 +112,8 @@
]
},
"scroll-step": 5,
"on-click": "pamixer -t",
"on-click-right": "pavucontrol"
"on-click": "wpctl set-mute @DEFAULT_SINK@ toggle",
"on-click-right": "flatpak run com.saivert.pwvucontrol"
},
"memory": {
"interval": 5,

View File

@@ -49,7 +49,7 @@ window#waybar {
#clock.1,
#clock.2,
#clock.3,
#pulseaudio,
#wireplumber,
#memory,
#cpu,
#battery,
@@ -74,7 +74,7 @@ window#waybar {
border: @nord0;
}
#pulseaudio {
#wireplumber {
color: @nord10;
}
#memory {
@@ -96,7 +96,7 @@ window#waybar {
#tray,
#clock,
#pulseaudio,
#wireplumber,
#memory,
#cpu,
#battery,