Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 4, 2020 23:52
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/11a19fdd41b1007de5d9efd2d48112e4 to your computer and use it in GitHub Desktop.
Save r-ryantm/11a19fdd41b1007de5d9efd2d48112e4 to your computer and use it in GitHub Desktop.
/nix/store/3kvzmpb82dr79alky0zkvrpck4rv5v6f-gnome-shell-extension-sound-output-device-chooser-25
└── share
└── gnome-shell
└── extensions
└── sound-output-device-chooser@kgshank.net
├── base.js
├── convenience.js
├── extension.js
├── icons
│   └── blank.png
├── license
├── locale
│   ├── de_DE
│   │   └── LC_MESSAGES
│   │   └── sound-output-device-chooser.po
│   ├── it_IT
│   │   └── LC_MESSAGES
│   │   └── sound-output-device-chooser.po
│   └── sk
│   └── LC_MESSAGES
│   └── sound-output-device-chooser.po
├── metadata.json
├── prefs.js
├── schemas
│   ├── gschemas.compiled
│   └── org.gnome.shell.extensions.sound-output-device-chooser.gschema.xml
├── sound-output-device-chooser.pot
├── ui
│   └── prefs-dialog.gtkbuilder
└── utils
├── libpulse_introspect.py
└── pa_helper.py
15 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment