diff --git a/Modules/Settings/Background.qml b/Modules/Settings/Background.qml index a97b26b..3218ffe 100644 --- a/Modules/Settings/Background.qml +++ b/Modules/Settings/Background.qml @@ -1,7 +1,6 @@ import QtQuick import QtQuick.Shapes import qs.Components -import qs.Modules as Modules import qs.Config import qs.Helpers @@ -62,6 +61,6 @@ ShapePath { } Behavior on fillColor { - Modules.CAnim {} + CAnim {} } } diff --git a/Modules/Settings/Wrapper.qml b/Modules/Settings/Wrapper.qml index 8124a52..b8555c2 100644 --- a/Modules/Settings/Wrapper.qml +++ b/Modules/Settings/Wrapper.qml @@ -1,7 +1,6 @@ import Quickshell import QtQuick import qs.Components -import qs.Modules as Modules import qs.Config import qs.Helpers @@ -31,7 +30,7 @@ Item { from: "" to: "visible" - Modules.Anim { + Anim { target: root property: "implicitHeight" duration: MaterialEasing.expressiveEffectsTime @@ -43,7 +42,7 @@ Item { from: "visible" to: "" - Modules.Anim { + Anim { target: root property: "implicitHeight" easing.bezierCurve: MaterialEasing.expressiveEffects diff --git a/plans/ideas.md b/plans/ideas.md index 125f1c0..55e7dee 100644 --- a/plans/ideas.md +++ b/plans/ideas.md @@ -9,3 +9,7 @@ - [x] Maybe already possible; have keybinds to show certain menus. I do not want to touch my mouse to see notifications for example. Not everything in the bar needs this, but some would be good to have. - [x] Pressing ESC or some obvious button to close nc. - [x] Another branch for development, hold off big changes so that a working bar or if there are big config changes. + +# Stupid idea's from Daivin + +- [ ] An on screen pencil to draw on your screen :).