mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-04 06:10:40 -04:00
updates
This commit is contained in:
parent
1f8cb3c145
commit
610604e80f
253 changed files with 27055 additions and 44 deletions
15
.config/ags/old/modules/bar/buttons/PowerMenu.js
Normal file
15
.config/ags/old/modules/bar/buttons/PowerMenu.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
import icons from "../../../lib/icons.js"
|
||||
import PanelButton from "../PanelButton.js"
|
||||
import options from "../../../options.js"
|
||||
|
||||
const { monochrome, action } = options.bar.powermenu
|
||||
|
||||
export default () => PanelButton({
|
||||
window: "powermenu",
|
||||
on_clicked: action,
|
||||
child: Widget.Icon(icons.powermenu.shutdown),
|
||||
setup: self => {
|
||||
self.toggleClassName("colored", !monochrome)
|
||||
self.toggleClassName("box")
|
||||
},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue