power menu!!!

This commit is contained in:
Benjamin Palko 2025-08-18 23:41:59 -04:00
parent 7a1bed7d89
commit 8504f8ddd2
5 changed files with 145 additions and 1 deletions

View file

@ -2,6 +2,12 @@ import qs.config
import QtQuick
Text {
color: Theme.palette.basecontent
font.family: Theme.fontFamily
color: Theme.palette.basecontent
Behavior on color {
ColorAnimation {
duration: 200
easing.type: Easing.InOutQuad
}
}
}