Skip to content

Instantly share code, notes, and snippets.

View pipe01's full-sized avatar

Felipe Martínez pipe01

View GitHub Profile
@pipe01
pipe01 / spotify-indicator.py
Created December 13, 2021 00:29
Spotify song name indicator for GNOME
import argparse
from gi import require_version
require_version('Gtk', '3.0')
require_version('AppIndicator3', '0.1')
from gi.repository import Gtk, GLib
from gi.repository import AppIndicator3 as appindicator
from dbus.mainloop.glib import DBusGMainLoop