dotfiles/.config/xmobar/wireguard
2021-11-17 20:21:00 -08:00

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>"