This repository has been archived on 2026-07-13. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
nova-shell/shell/modules/TooltipState.qml

13 lines
285 B
QML

pragma Singleton
import QtQuick
import "." as M
import "../services" as S
import NovaStats as NS
QtObject {
property bool visible: false
property string text: ""
property real itemX: 0
property var screen: null
property color accentColor: NS.ThemeService.base05
}