mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
11 lines
127 B
Bash
Executable File
11 lines
127 B
Bash
Executable File
#! /bin/bash
|
|
|
|
if ip address | grep -q "wg0"
|
|
then
|
|
color="#fb4934"
|
|
else
|
|
color="#b8bb26"
|
|
fi
|
|
|
|
echo "<fc=$color> </fc>"
|