mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
Expose sound control in waybar and install pavucontrol for gui setting
This commit is contained in:
@ -11,10 +11,11 @@
|
||||
],
|
||||
"modules-right": [
|
||||
"bluetooth",
|
||||
"pulseaudio",
|
||||
"network",
|
||||
"cpu",
|
||||
"power-profiles-daemon",
|
||||
"battery",
|
||||
"power-profiles-daemon"
|
||||
"cpu"
|
||||
],
|
||||
"hyprland/workspaces": {
|
||||
"on-click": "activate",
|
||||
@ -90,6 +91,15 @@
|
||||
"tooltip-format": "{num_connections} devices connected",
|
||||
"on-click": "GTK_THEME=Adwaita-dark /usr/bin/blueberry"
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "",
|
||||
"format-muted": "",
|
||||
"scroll-step": 5,
|
||||
"on-click": "GTK_THEME=Adwaita-dark pavucontrol",
|
||||
"tooltip-format": "Playing at {volume}%",
|
||||
"on-click-right": "pamixer -t",
|
||||
"ignored-sinks": ["Easy Effects Sink"]
|
||||
},
|
||||
"power-profiles-daemon": {
|
||||
"format": "{icon}",
|
||||
"tooltip-format": "Power profile: {profile}",
|
||||
|
Reference in New Issue
Block a user