Skip to content

Commit

Permalink
add airplane_mode.py script
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Mar 31, 2024
1 parent f229cf9 commit dfc5104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwg_panel/executors/airplane_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ def get_output(cmd):
o = get_output("rfkill list")
for line in o:
if "Soft blocked: yes" in line or "Hard blocked: yes" in line:
print("airplane-mode-symbolic.svg")
print("airplane-mode-symbolic")
print("")
break

0 comments on commit dfc5104

Please sign in to comment.