Hloo.. so i am new to quickshell so i am pretty noob in this so i was making a panel for my archlinux hyprland with quickshell
NIconButton {
icon: "power"
tooltipText: I18n.tr("tooltips.session-menu")
onClicked: {
controlCenterPanel.close()
#( here i want run a command after ccpanel closed like for example chrome)
}
}
I wanted to do like it , like when click the button panel close then open chrome or whatever the command is fixed in the function, but i dont know how to run two functions
Can someone help me