powermenu actions to config
This commit is contained in:
parent
85acbba92d
commit
721cd85fec
3 changed files with 28 additions and 14 deletions
|
|
@ -67,20 +67,7 @@ StyledWindow {
|
|||
list.incrementCurrentIndex();
|
||||
}
|
||||
|
||||
model: [
|
||||
{
|
||||
text: " Logout",
|
||||
command: "hyprctl dispatch exit"
|
||||
},
|
||||
{
|
||||
text: " Reboot",
|
||||
command: "systemctl reboot"
|
||||
},
|
||||
{
|
||||
text: " Shutdown",
|
||||
command: "systemctl poweroff"
|
||||
}
|
||||
]
|
||||
model: Config.powermenu.actions
|
||||
|
||||
spacing: 8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue