freebsd-ports/x11/nwg-bar/files/patch-config_bar.json

19 lines
452 B
JSON

--- config/bar.json.orig 2021-06-30 23:32:08 UTC
+++ config/bar.json
@@ -11,12 +11,12 @@
},
{
"label": "Reboot",
- "exec": "systemctl reboot",
+ "exec": "shutdown -r now",
"icon": "/usr/share/nwg-bar/images/system-reboot.svg"
},
{
"label": "Shutdown",
- "exec": "systemctl -i poweroff",
+ "exec": "shutdown -p now",
"icon": "/usr/share/nwg-bar/images/system-shutdown.svg"
}
]
\ No newline at end of file