Add matugen config for quickshell and add futures box

This commit is contained in:
Sem
2026-04-02 22:52:23 +02:00
parent e72f9e50f6
commit 587b636e2f
7 changed files with 351 additions and 1 deletions

View File

@@ -50,6 +50,19 @@ ShellRoot {
memUsage: stats.memUsage
}
}
}
Variants {
model: Quickshell.screens
FortuneBox {
id: fortuneBox
anchors.right: true
anchors.bottom: true
margins.right: 10
margins.bottom: 10
}
}
}