mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-07-01 04:57:29 -05:00
wbar: add tooltip and stuff
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ ColumnLayout {
|
||||
Layout.fillHeight: false
|
||||
Layout.fillWidth: true
|
||||
Layout.bottomMargin: 6
|
||||
model: root.devices.map(node => node.description)
|
||||
model: root.devices.map(node => (node.nickname || node.description || Translation.tr("Unknown")))
|
||||
currentIndex: root.devices.findIndex(item => {
|
||||
if (root.isSink) {
|
||||
return item.id === Pipewire.preferredDefaultAudioSink?.id
|
||||
|
||||
Reference in New Issue
Block a user