mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Just a slight indication of the current audio volume with 3 diffrent icons (#158)
* install: explicitly install iwd When archinstall is run using an ethernet connection, iwd will not be installed. Explicitly install and enable the service * Just a slight indication of the current audio volume with 3 diffrent icons --------- Co-authored-by: Tim Culverhouse <tim@timculverhouse.com> Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
@ -93,12 +93,14 @@
|
||||
"on-click": "GTK_THEME=Adwaita-dark blueberry"
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "",
|
||||
"format-muted": "",
|
||||
"scroll-step": 5,
|
||||
"format": "{icon}",
|
||||
"on-click": "GTK_THEME=Adwaita-dark pavucontrol",
|
||||
"tooltip-format": "Playing at {volume}%",
|
||||
"on-click-right": "pamixer -t",
|
||||
"ignored-sinks": ["Easy Effects Sink"]
|
||||
"tooltip-format": "Playing at {volume}%",
|
||||
"scroll-step": 5,
|
||||
"format-muted": "",
|
||||
"format-icons": {
|
||||
"default": ["", "", ""]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user