Compare commits
2 Commits
b7a83c81c1
...
6fad0ba9f7
Author | SHA1 | Date | |
---|---|---|---|
6fad0ba9f7 | |||
2759cce8a6 |
5
pw-ui.el
5
pw-ui.el
@ -60,8 +60,8 @@ The indicator is displayed only on graphical terminals."
|
||||
:group 'pipewire)
|
||||
|
||||
(defcustom pipewire-osd-frame-parameters
|
||||
`((left . (+ 50))
|
||||
(top . (- 50)))
|
||||
`((left . 0.05)
|
||||
(top . 0.95))
|
||||
"Alist of frame parameters for the on screen display indicator."
|
||||
:type '(alist :key-type symbol :value-type sexp)
|
||||
:group 'pip-frame)
|
||||
@ -193,6 +193,7 @@ The indicator is displayed only on graphical terminals."
|
||||
(setq pw-ui--osd-frame (make-frame `((unsplittable . t)
|
||||
,@pipewire-osd-frame-parameters
|
||||
(minibuffer . nil)
|
||||
(parent-frame . ,(selected-frame))
|
||||
(width . ,(+ 2 (length string)))
|
||||
(height . 1)
|
||||
(min-width . 1)
|
||||
|
Loading…
Reference in New Issue
Block a user