Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 13, 2020 07:42
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 r-ryantm/a1e8f6828e3cf9cd0d24d10143ffc557 to your computer and use it in GitHub Desktop.
Save r-ryantm/a1e8f6828e3cf9cd0d24d10143ffc557 to your computer and use it in GitHub Desktop.
/nix/store/7csyr2amakdy7gpszdm9kzj2lih257jp-piper-0.4
├── bin
│   └── piper
├── lib
│   └── python3.7
│   └── site-packages
│   └── piper
│   ├── application.py
│   ├── buttondialog.py
│   ├── buttonspage.py
│   ├── devicerow.py
│   ├── errorperspective.py
│   ├── gi_composites.py
│   ├── __init__.py
│   ├── leddialog.py
│   ├── ledspage.py
│   ├── mousemap.py
│   ├── mouseperspective.py
│   ├── optionbutton.py
│   ├── profilerow.py
│   ├── ratbagd.py
│   ├── resolutionrow.py
│   ├── resolutionspage.py
│   ├── svg.py
│   ├── welcomeperspective.py
│   └── window.py
├── nix-support
│   └── propagated-build-inputs
└── share
├── applications
│   └── org.freedesktop.Piper.desktop
├── icons
│   └── hicolor
│   └── scalable
│   └── apps
│   └── org.freedesktop.Piper.svg
├── locale
│   ├── be
│   │   └── LC_MESSAGES
│   │   └── piper.mo
│   ├── bg
│   │   └── LC_MESSAGES
│   │   └── piper.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── piper.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── piper.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── piper.mo
│   ├── hr
│   │   └── LC_MESSAGES
│   │   └── piper.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   └── piper.mo
│   ├── nl
│   │   └── LC_MESSAGES
│   │   └── piper.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   └── piper.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── piper.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   └── piper.mo
│   └── zh_TW
│   └── LC_MESSAGES
│   └── piper.mo
├── metainfo
│   └── org.freedesktop.Piper.appdata.xml
└── piper
└── piper.gresource
39 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment