forked from Shinonome/dots-hyprland
2da3d80a14
works inconsistently because of uhm swipeviews also it's weird... ai is more useful than anime grills and notifs are more useful than mixer imo...
24 lines
520 B
QML
24 lines
520 B
QML
import QtQuick
|
|
import Quickshell
|
|
pragma Singleton
|
|
pragma ComponentBehavior: Bound
|
|
|
|
Singleton {
|
|
property QtObject ai: QtObject {
|
|
property string model: "gemini-2.0-flash-search"
|
|
}
|
|
|
|
property QtObject sidebar: QtObject {
|
|
property QtObject bottomGroup: QtObject {
|
|
property bool collapsed: false
|
|
property int selectedTab: 0
|
|
}
|
|
}
|
|
|
|
property QtObject booru: QtObject {
|
|
property bool allowNsfw: false
|
|
property string provider: "yandere"
|
|
}
|
|
|
|
}
|