Created
June 2, 2023 12:53
-
-
Save sulincix/480fde9d9ba872d9073efbb63c72634a to your computer and use it in GitHub Desktop.
statusicon-test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
import gi | |
gi.require_version("Gtk","3.0") | |
from gi.repository import Gtk | |
icon = Gtk.StatusIcon.new_from_icon_name("gtk-yes") | |
Gtk.main() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment