Switch to a predefined eww config
This commit is contained in:
parent
92f52c0c42
commit
6703367fdf
9 changed files with 436 additions and 0 deletions
7
modules/wm/hyprland/config/eww/scripts/airplane_mode.sh
Normal file
7
modules/wm/hyprland/config/eww/scripts/airplane_mode.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
status=$(nmcli n)
|
||||
if [[ "$status" == "enabled" ]]; then
|
||||
nmcli n off
|
||||
else
|
||||
nmcli n on
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue