Love the config!, just that with this config multiple monitors doesn't really work, Had to hackily changed the instantiation in shell.qml into.
`
Variants {
model: Quickshell.screens
Bar {
required property var modelData
screen: modelData
}
}
Variants {
model: Quickshell.screens
Dashboard {
required property var modelData
screen: modelData
}
}
Variants {
model: Quickshell.screens
MusicPanel {
required property var modelData
screen: modelData
}
}
Variants {
model: Quickshell.screens
WifiPanel {
required property var modelData
screen: modelData
}
}
Variants {
model: Quickshell.screens
BluetoothPanel {
required property var modelData
screen: modelData
}
}
Variants {
model: Quickshell.screens
LauncherPanel {
required property var modelData
screen: modelData
}
}
`
this is a hacky way to do it so it causes problems, from what i noticed gifs bug out in the music player, some apps in the app launcher doesn't work (firefox works but discord doesn't). Love the config hope you'll keep this up!
Love the config!, just that with this config multiple monitors doesn't really work, Had to hackily changed the instantiation in shell.qml into.
`
Variants {
model: Quickshell.screens
Bar {
required property var modelData
screen: modelData
}
}
`
this is a hacky way to do it so it causes problems, from what i noticed gifs bug out in the music player, some apps in the app launcher doesn't work (firefox works but discord doesn't). Love the config hope you'll keep this up!