summaryrefslogtreecommitdiff
path: root/nwg-bar/bar.json
blob: 01a92c351a7d9251c0e50841ce3c7176684d767f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
 {
   "label": "Lock",
   "exec": "loginctl lock-session",
   "icon": "/usr/share/nwg-bar/images/system-lock-screen.svg"
 },
 {
   "label": "Logout",
   "exec": "hyprctl dispatch exit",
   "icon": "/usr/share/nwg-bar/images/system-log-out.svg"
 },
 {
   "label": "Reboot",
   "exec": "systemctl reboot",
   "icon": "/usr/share/nwg-bar/images/system-reboot.svg"
 },
 {
   "label": "Shutdown",
   "exec": "systemctl -i poweroff",
   "icon": "/usr/share/nwg-bar/images/system-shutdown.svg"
 }
]