Move LockScreen, change sizing
This commit is contained in:
parent
71433c7807
commit
8d6d57fae2
3 changed files with 38 additions and 33 deletions
|
|
@ -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
|
||||
|
|
@ -421,8 +421,8 @@ NPanel {
|
|||
running: false
|
||||
}
|
||||
|
||||
// Lockscreen instance
|
||||
Lockscreen {
|
||||
id: lockScreen
|
||||
// LockScreen instance
|
||||
LockScreen {
|
||||
id: lockScreen
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue