omg big commit
This commit is contained in:
@@ -132,14 +132,36 @@ watch_elements:
|
||||
# exec: ["echo", "customize me! see watch.yaml"]
|
||||
# interval: 0 # seconds
|
||||
|
||||
# volume buttons
|
||||
- type: ExecButton
|
||||
### MirrorButton
|
||||
# Bring an additional PipeWire screen, window, region or virtual screen share into VR.
|
||||
# These are view-only, and will not respond to pointers by moving your mouse.
|
||||
# You may have as many as you like, but the `name` must be unique for each.
|
||||
# Controls:
|
||||
# - Blue Click: Show/hide. Shows pipewire prompt on first show.
|
||||
# - Orange Click: Toggle lock in place
|
||||
# - Purple Click: Stop capture. After doing this, you may Blue-click again to select a different source.
|
||||
# Warning:
|
||||
# - Window shares may stop updating if the window goes off-screen or is on an inactive workspace
|
||||
# - Resizing, minimizing, maximizing windows may break stuff. Complain to your xdg-desktop-portal implementation.
|
||||
# - Selections are not saved across sessions
|
||||
|
||||
- type: MirrorButton
|
||||
rect: [327, 52, 46, 32]
|
||||
font_size: 14
|
||||
fg_color: "#FFFFFF"
|
||||
bg_color: "#505050"
|
||||
text: "+"
|
||||
exec: [ "pactl", "set-sink-volume", "@DEFAULT_SINK@", "+5%" ]
|
||||
bg_color: "#B05050"
|
||||
name: "M1"
|
||||
text: "M"
|
||||
show_hide: false # should it respond to show/hide binding?
|
||||
|
||||
# volume buttons
|
||||
# - type: ExecButton
|
||||
#rect: [327, 52, 46, 32]
|
||||
#font_size: 14
|
||||
#fg_color: "#FFFFFF"
|
||||
#bg_color: "#505050"
|
||||
# text: "+"
|
||||
# exec: [ "pactl", "set-sink-volume", "@DEFAULT_SINK@", "+5%" ]
|
||||
- type: ExecButton
|
||||
rect: [327, 116, 46, 32]
|
||||
font_size: 14
|
||||
|
||||
Reference in New Issue
Block a user