Skip to content

Multiple Monitors #2

Description

@NBZion

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions