Skip to content

polohb/argos-scripts

Repository files navigation

argos-scripts

Scripts for Argos gnome-shell extension.

Be sure to copy script in ~/.config/argos/ and set them executable : chmod +x myscript.sh

To change the frequency just rename the script as explain in the argos file-name format doc

vpn-check.5s.sh

Show the vpn status.

Simply check if tun0 or ipsec0 or wg0 interface exist.

wireguard sepcificity

This script also add a sub-menu to start and stop wireguard if /usr/bin/wg-quick exist.

Note that wireguard as to be configured and saved to use the menu.

To bypass the prompted password be sure that /etc/sudoers.d/ is added in the sudoers default file and create a /etc/sudoers.d/sudo-vpn file with the following content :

%sudo  ALL=(ALL) NOPASSWD: /usr/bin/wg-quick

mpris-spotify.1s.sh

Based on argos-mpris

Work only with spotify :

  • Show Artist and Song name in the system tray.
  • Control playback via menu options upon clicking the tray icon.

kubectl-ctx.10s.sh

Display current kubectl context in bar.

Also provide a menu to switch context.

Required : kubectl command need to be installed

screenshot.sh

Quick menu with shortcut to gnome-screenshot in interactive mode.

uptime.sh

Quick and ugly script to show uptime info in the bar.

About

Scripts for Argos gnome-shell extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages