fix: waybar style volume tooltip (#400)
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
@@ -56,6 +56,10 @@ const Volume = (): BarBoxChild => {
|
|||||||
component: Widget.Box({
|
component: Widget.Box({
|
||||||
hexpand: true,
|
hexpand: true,
|
||||||
vexpand: true,
|
vexpand: true,
|
||||||
|
tooltip_text: Utils.merge(
|
||||||
|
[audio.speaker.bind('description'), getIcon()],
|
||||||
|
(desc, icon) => ` ${icon} ${desc}`,
|
||||||
|
),
|
||||||
className: Utils.merge(
|
className: Utils.merge(
|
||||||
[options.theme.bar.buttons.style.bind('value'), options.bar.volume.label.bind('value')],
|
[options.theme.bar.buttons.style.bind('value'), options.bar.volume.label.bind('value')],
|
||||||
(style, showLabel) => {
|
(style, showLabel) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user