ironbar: Localize mullvad status

This commit is contained in:
Donovan Glover 2024-03-09 00:02:19 -05:00
parent b438641363
commit c5bfcdfa69
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -18,7 +18,7 @@
{
"type": "script",
"on_click_left": "notify-send -t 2000 \"Mullvad\" \"Changing location...\" && mullvad relay set location any && mullvad relay set location us",
"cmd": "mullvad status | choose 2..",
"cmd": "mullvad status | choose 4.. | sed -e 's/Chicago.*//g' -e 's/Atlanta.*//g' -e 's/Miami.*//g' -e 's/Ashburn.*//g' -e 's/Boston.*//g' -e 's/Charlotte.*//g' -e 's/Cleveland.*//g' -e 's/Dallas.*//g' -e 's/Denver.*//g' -e 's/Honolulu.*//g' -e 's/Houston.*//g' -e 's/Jackson.*//g' -e 's/Los Angeles.*//g' -e 's/Louisville.*//g' -e 's/Milwaukee.*//g' -e 's/Minneapolis.*//g' -e 's/New York.*//g' -e 's/Oklahoma.*//g' -e 's/Philadelphia.*//g' -e 's/Phoenix.*//g' -e 's/Piscataway.*//g' -e 's/Portland.*//g' -e 's/Raleigh.*//g' -e 's/Richmond.*//g' -e 's/Salt Lake.*//g' -e 's/San Francisco.*//g' -e 's/San Jose.*//g' -e 's/Seattle.*//g' -e 's/Secaucus.*//g' -e 's/Sioux Falls.*//g' -e 's/St. Louis.*//g' -e 's/Stamford.*//g' -e 's/Washington.*//g'",
"mode": "poll",
"interval": 2500
}