diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-03 02:16:35 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-03 02:16:35 +0300 |
commit | d001819487e0545ecc0c5b40b70793b8d5828a70 (patch) | |
tree | 424c1c17901219babb4d3824bd411d7ea3d0ab76 /dotfiles/.local/bin/barvpnstatus | |
parent | afb5f74cccf20d38a7170349e173d658178b51ad (diff) | |
download | swayrice-d001819487e0545ecc0c5b40b70793b8d5828a70.tar.gz swayrice-d001819487e0545ecc0c5b40b70793b8d5828a70.zip |
even better kbd layout script
Diffstat (limited to 'dotfiles/.local/bin/barvpnstatus')
-rwxr-xr-x | dotfiles/.local/bin/barvpnstatus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/barvpnstatus b/dotfiles/.local/bin/barvpnstatus index 1af57c4..7850d94 100755 --- a/dotfiles/.local/bin/barvpnstatus +++ b/dotfiles/.local/bin/barvpnstatus @@ -1,7 +1,7 @@ #!/bin/sh if [ -f "$HOME/.cache/openvpnpid" ]; then - printf "🔐 vpn" + printf " vpn" exit fi |