Add matugen config for kitty and wip for QT

This commit is contained in:
Sem
2026-03-30 22:00:29 +02:00
parent ddd9a93679
commit 5c995f7aa2
13 changed files with 3436 additions and 102 deletions

View File

@@ -42,7 +42,7 @@ Item {
}
Timer {
interval: 60000 * 15 // every 15 minutes
interval: 1000 * 60 * 15 // every 15 minutes
running: true
repeat: true
onTriggered: wallpaperHolder.setRandomWallpaper()