First commit

This commit is contained in:
2026-03-06 08:06:15 -06:00
commit 93c1b00adc
42 changed files with 2839 additions and 0 deletions

18
config/aurora/shell.qml Normal file
View File

@@ -0,0 +1,18 @@
//@ pragma Env QS_NO_RELOAD_POPUP=1
//@ pragma Env QSG_RENDER_LOOP=threaded
//@ pragma Env QT_QUICK_FLICKABLE_WHEEL_DECELERATION=10000
//@ pragma UseQApplication
import QtQuick
import Quickshell // for ShellRoot
import Quickshell.Hyprland
import qs.modules
ShellRoot {
Bar {
id: bar
}
}