Compare commits

..

No commits in common. "6fad0ba9f7399a9888b68adc77dd1028566c57a6" and "b7a83c81c11b5a268e8aaf5c11a378cc796fe0d2" have entirely different histories.

View File

@ -60,8 +60,8 @@ The indicator is displayed only on graphical terminals."
:group 'pipewire) :group 'pipewire)
(defcustom pipewire-osd-frame-parameters (defcustom pipewire-osd-frame-parameters
`((left . 0.05) `((left . (+ 50))
(top . 0.95)) (top . (- 50)))
"Alist of frame parameters for the on screen display indicator." "Alist of frame parameters for the on screen display indicator."
:type '(alist :key-type symbol :value-type sexp) :type '(alist :key-type symbol :value-type sexp)
:group 'pip-frame) :group 'pip-frame)
@ -193,7 +193,6 @@ The indicator is displayed only on graphical terminals."
(setq pw-ui--osd-frame (make-frame `((unsplittable . t) (setq pw-ui--osd-frame (make-frame `((unsplittable . t)
,@pipewire-osd-frame-parameters ,@pipewire-osd-frame-parameters
(minibuffer . nil) (minibuffer . nil)
(parent-frame . ,(selected-frame))
(width . ,(+ 2 (length string))) (width . ,(+ 2 (length string)))
(height . 1) (height . 1)
(min-width . 1) (min-width . 1)