Initial
This commit is contained in:
commit
c8734e660a
392 changed files with 21043 additions and 0 deletions
4
.config/waybar/waybar_heron/modules/vpn.sh
Normal file
4
.config/waybar/waybar_heron/modules/vpn.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
ip route | grep -q 'proton0' \
|
||||
&& echo '{"text":"Connected","class":"connected","percentage":100}' \
|
||||
|| echo '{"text":"Disconnected","class":"disconnected","percentage":0}'
|
||||
Loading…
Add table
Add a link
Reference in a new issue