plugin: rust-side modules + theme services with serde-typed config
This commit is contained in:
parent
a86e90e927
commit
f34f3f2f4e
95 changed files with 2477 additions and 1011 deletions
|
|
@ -2,6 +2,7 @@ import QtQuick
|
|||
import Quickshell
|
||||
import "." as M
|
||||
import "../services" as S
|
||||
import NovaStats as NS
|
||||
|
||||
// Unified base component for all bar modules.
|
||||
// Provides: tooltip on hover, panel state management, OSD flash support.
|
||||
|
|
@ -20,7 +21,7 @@ Row {
|
|||
|
||||
property string tooltip: ""
|
||||
property bool _hovered: false
|
||||
property color accentColor: parent?.accentColor ?? S.Theme.base05
|
||||
property color accentColor: parent?.accentColor ?? NS.ThemeService.base05
|
||||
property int cursorShape: Qt.PointingHandCursor
|
||||
|
||||
// Panel state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue