Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 2, 2019 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/ab68c1c98f37007c786e4a0ea5dada14 to your computer and use it in GitHub Desktop.
Save ryantm/ab68c1c98f37007c786e4a0ea5dada14 to your computer and use it in GitHub Desktop.
/nix/store/w3ajqf59ckziafsafycby6njjbyz8bd0-pithos-1.5.0
├── bin
│   └── pithos
├── nix-support
│   └── propagated-build-inputs
└── share
├── applications
│   └── io.github.Pithos.desktop
├── dbus-1
│   └── services
│   └── io.github.Pithos.service
├── glib-2.0
├── gsettings-schemas
│   └── pithos-1.5.0
│   └── glib-2.0
│   └── schemas
│   ├── gschemas.compiled
│   └── io.github.Pithos.gschema.xml
├── icons
│   ├── hicolor
│   │   ├── 48x48
│   │   │   └── apps
│   │   │   └── io.github.Pithos-tray.png
│   │   ├── scalable
│   │   │   └── apps
│   │   │   ├── io.github.Pithos.svg
│   │   │   └── io.github.Pithos-tray.svg
│   │   └── symbolic
│   │   └── apps
│   │   └── io.github.Pithos-symbolic.svg
│   ├── ubuntu-mono-dark
│   │   └── 16x16
│   │   └── apps
│   │   └── io.github.Pithos-tray.svg
│   └── ubuntu-mono-light
│   └── 16x16
│   └── apps
│   └── io.github.Pithos-tray.svg
├── man
│   └── man1
│   └── pithos.1.gz
├── metainfo
│   └── io.github.Pithos.appdata.xml
└── pithos
├── pithos
│   ├── AboutPithosDialog.py
│   ├── application.py
│   ├── gi_composites.py
│   ├── gobject_worker.py
│   ├── __init__.py
│   ├── __main__.py
│   ├── migrate_settings.py
│   ├── pandora
│   │   ├── blowfish.py
│   │   ├── data.py
│   │   ├── fake.py
│   │   ├── __init__.py
│   │   ├── pandora.py
│   │   └── __pycache__
│   │   ├── blowfish.cpython-37.opt-2.pyc
│   │   ├── data.cpython-37.opt-2.pyc
│   │   ├── fake.cpython-37.opt-2.pyc
│   │   ├── __init__.cpython-37.opt-2.pyc
│   │   └── pandora.cpython-37.opt-2.pyc
│   ├── pithos.py
│   ├── plugin.py
│   ├── plugins
│   │   ├── 10_band_equalizer.py
│   │   ├── auto_volume_normalization.py
│   │   ├── dbus_util
│   │   │   ├── DBusServiceObject.py
│   │   │   └── __pycache__
│   │   │   └── DBusServiceObject.cpython-37.opt-2.pyc
│   │   ├── inhibit_screensaver.py
│   │   ├── __init__.py
│   │   ├── journald_logging.py
│   │   ├── lastfm.py
│   │   ├── mediakeys.py
│   │   ├── mpris.py
│   │   ├── notification_icon.py
│   │   ├── notify.py
│   │   ├── __pycache__
│   │   │   ├── 10_band_equalizer.cpython-37.opt-2.pyc
│   │   │   ├── auto_volume_normalization.cpython-37.opt-2.pyc
│   │   │   ├── inhibit_screensaver.cpython-37.opt-2.pyc
│   │   │   ├── __init__.cpython-37.opt-2.pyc
│   │   │   ├── journald_logging.cpython-37.opt-2.pyc
│   │   │   ├── lastfm.cpython-37.opt-2.pyc
│   │   │   ├── mediakeys.cpython-37.opt-2.pyc
│   │   │   ├── mpris.cpython-37.opt-2.pyc
│   │   │   ├── notification_icon.cpython-37.opt-2.pyc
│   │   │   ├── notify.cpython-37.opt-2.pyc
│   │   │   └── screensaver_pause.cpython-37.opt-2.pyc
│   │   └── screensaver_pause.py
│   ├── PreferencesPithosDialog.py
│   ├── __pycache__
│   │   ├── AboutPithosDialog.cpython-37.opt-2.pyc
│   │   ├── application.cpython-37.opt-2.pyc
│   │   ├── gi_composites.cpython-37.opt-2.pyc
│   │   ├── gobject_worker.cpython-37.opt-2.pyc
│   │   ├── __init__.cpython-37.opt-2.pyc
│   │   ├── __main__.cpython-37.opt-2.pyc
│   │   ├── migrate_settings.cpython-37.opt-2.pyc
│   │   ├── pithos.cpython-37.opt-2.pyc
│   │   ├── plugin.cpython-37.opt-2.pyc
│   │   ├── PreferencesPithosDialog.cpython-37.opt-2.pyc
│   │   ├── SearchDialog.cpython-37.opt-2.pyc
│   │   ├── StationsDialog.cpython-37.opt-2.pyc
│   │   ├── StationsPopover.cpython-37.opt-2.pyc
│   │   └── util.cpython-37.opt-2.pyc
│   ├── SearchDialog.py
│   ├── StationsDialog.py
│   ├── StationsPopover.py
│   └── util.py
└── pithos.gresource
37 directories, 77 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment