mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
let's try with ripgrep
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -43,10 +43,10 @@
|
||||
interval = 3;
|
||||
format = "{}";
|
||||
exec = ''
|
||||
if ip add show | grep -qF "proton"; then
|
||||
echo '{"text":" VPN On","class":"vpn-on"}'
|
||||
if ip add show | ${pkgs.ripgrep}/bin/rg -qF "proton"; then
|
||||
echo '{"text":" VPN On","class":"vpn-on"}'
|
||||
else
|
||||
echo '{"text":" VPN Off","class":"vpn-off"}'
|
||||
echo '{"text":" VPN Off","class":"vpn-off"}'
|
||||
fi
|
||||
'';
|
||||
return-type = "json";
|
||||
|
||||
Reference in New Issue
Block a user