@@ -258,7 +258,7 @@ void register_system_actions(ActionRegistry& registry) {
258258 registry.register_action (
259259 {" get_battery" , " Get battery percentage and charging status" ,
260260 " {}" ,
261- true ,
261+ false ,
262262 " system" ,
263263 " What's my battery level?" ,
264264 " rcli action get_battery '{}'" },
@@ -267,7 +267,7 @@ void register_system_actions(ActionRegistry& registry) {
267267 registry.register_action (
268268 {" get_wifi" , " Get the current Wi-Fi network name" ,
269269 " {}" ,
270- true ,
270+ false ,
271271 " system" ,
272272 " What Wi-Fi am I connected to?" ,
273273 " rcli action get_wifi '{}'" },
@@ -312,7 +312,7 @@ void register_system_actions(ActionRegistry& registry) {
312312 registry.register_action (
313313 {" empty_trash" , " Empty the Trash" ,
314314 " {}" ,
315- true ,
315+ false ,
316316 " system" ,
317317 " Empty my trash" ,
318318 " rcli action empty_trash '{}'" },
@@ -330,7 +330,7 @@ void register_system_actions(ActionRegistry& registry) {
330330 registry.register_action (
331331 {" set_brightness" , " Set screen brightness (0-100)" ,
332332 " {\" level\" : \" 0-100\" }" ,
333- true ,
333+ false ,
334334 " system" ,
335335 " Set brightness to 50 percent" ,
336336 " rcli action set_brightness '{\" level\" : \" 50\" }'" },
@@ -339,7 +339,7 @@ void register_system_actions(ActionRegistry& registry) {
339339 registry.register_action (
340340 {" toggle_do_not_disturb" , " Toggle Do Not Disturb / Focus mode" ,
341341 " {}" ,
342- true ,
342+ false ,
343343 " system" ,
344344 " Turn on do not disturb" ,
345345 " rcli action toggle_do_not_disturb '{}'" },
0 commit comments