This commit is contained in:
zack 2025-05-09 18:43:27 -04:00
parent dd60fce00f
commit fdd9dd20ae
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
14 changed files with 544 additions and 204 deletions

View file

@ -0,0 +1,4 @@
{pkgs}:
pkgs.writeShellScriptBin "mullvad-status-waybar" ''
exec ${pkgs.bash}/bin/bash ${./mullvad-status.sh} | jq -c
''