Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 23, 2018 02:44
Show Gist options
  • Save ryantm/c74af938c0883f174e37490cc75bdd47 to your computer and use it in GitHub Desktop.
Save ryantm/c74af938c0883f174e37490cc75bdd47 to your computer and use it in GitHub Desktop.
/nix/store/vqswdrqvi3xal1glhvr6v9zsr5sr4jlx-redshift-1.12
├── bin
│   ├── redshift
│   └── redshift-gtk
├── lib
│   └── python3.6
│   └── site-packages
│   └── redshift_gtk
│   ├── controller.py
│   ├── defs.py
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── controller.cpython-36.opt-1.pyc
│   │   ├── controller.cpython-36.pyc
│   │   ├── defs.cpython-36.opt-1.pyc
│   │   ├── defs.cpython-36.pyc
│   │   ├── __init__.cpython-36.opt-1.pyc
│   │   ├── __init__.cpython-36.pyc
│   │   ├── statusicon.cpython-36.opt-1.pyc
│   │   ├── statusicon.cpython-36.pyc
│   │   ├── utils.cpython-36.opt-1.pyc
│   │   └── utils.cpython-36.pyc
│   ├── statusicon.py
│   └── utils.py
└── share
├── appdata
│   └── redshift-gtk.appdata.xml
├── applications
│   ├── redshift.desktop
│   └── redshift-gtk.desktop
├── icons
│   └── hicolor
│   └── scalable
│   └── apps
│   ├── redshift-status-off.svg
│   ├── redshift-status-on.svg
│   └── redshift.svg
├── locale
│   ├── ar
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── be
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── bg
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── ca
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── cs
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── da
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── el
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── en_GB
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── et
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── eu
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── fi
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── gl
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── he
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── hi
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── hr
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── hu
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── ja
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── ka
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── lt
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── nb
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── nl
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── pt
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── ro
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── ru
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── sr
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── tr
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   ├── zh_CN
│   │   └── LC_MESSAGES
│   │   └── redshift.mo
│   └── zh_TW
│   └── LC_MESSAGES
│   └── redshift.mo
└── man
└── man1
└── redshift.1.gz
88 directories, 60 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment