Merge branch 'rebuild' of github.com:Ly-sec/Noctalia into rebuild

This commit is contained in:
quadbyte 2025-08-14 08:22:22 -04:00
commit ea6a8390cd
4 changed files with 878 additions and 9 deletions

View file

@ -6,7 +6,7 @@ import Quickshell.Io
import Quickshell.Widgets
import qs.Services
import qs.Widgets
import qs.Modules.Lockscreen
import qs.Modules.LockScreen
NPanel {
id: powerMenu
@ -419,8 +419,8 @@ NPanel {
running: false
}
// Lockscreen instance
Lockscreen {
id: lockScreen
// LockScreen instance
LockScreen {
id: lockScreen
}
}