sidebar calendar thingie: navrail

This commit is contained in:
end-4
2025-04-15 22:46:18 +02:00
parent 62ef2fc421
commit 7c217dc25c
17 changed files with 204 additions and 54 deletions
@@ -1,5 +1,4 @@
import QtQuick
import Qt.labs.platform
import Quickshell
import Quickshell.Widgets
@@ -7,7 +6,7 @@ Item {
id: root
property string source: ""
property string iconFolder: StandardPaths.standardLocations(StandardPaths.ConfigLocation)[0] + "/quickshell/assets/icons" // The folder to check first
property string iconFolder: "root:/assets/icons" // The folder to check first
width: 30
height: 30