Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2019 02:00
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/8a5baa9bbbd48ee2530e3258e2bd8983 to your computer and use it in GitHub Desktop.
Save ryantm/8a5baa9bbbd48ee2530e3258e2bd8983 to your computer and use it in GitHub Desktop.
/nix/store/z2a2cl5mzf6dyazq7k9rih141alv4xdq-qtile-0.13.0
├── bin
│   ├── dqtile-cmd
│   ├── iqshell
│   ├── qshell
│   ├── qtile
│   ├── qtile-cmd
│   ├── qtile-run
│   └── qtile-top
├── lib
│   └── python2.7
│   └── site-packages
│   ├── libqtile
│   │   ├── asyncio_compat.py
│   │   ├── asyncio_compat.pyc
│   │   ├── bar.py
│   │   ├── bar.pyc
│   │   ├── command.py
│   │   ├── command.pyc
│   │   ├── config.py
│   │   ├── config.pyc
│   │   ├── configurable.py
│   │   ├── configurable.pyc
│   │   ├── confreader.py
│   │   ├── confreader.pyc
│   │   ├── dgroups.py
│   │   ├── dgroups.pyc
│   │   ├── drawer.py
│   │   ├── drawer.pyc
│   │   ├── extension
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── dmenu.py
│   │   │   ├── dmenu.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── window_list.py
│   │   │   └── window_list.pyc
│   │   ├── ffi_build.py
│   │   ├── ffi_build.pyc
│   │   ├── _ffi_pango.py
│   │   ├── _ffi_pango.pyc
│   │   ├── _ffi_xcursors.py
│   │   ├── _ffi_xcursors.pyc
│   │   ├── group.py
│   │   ├── group.pyc
│   │   ├── hook.py
│   │   ├── hook.pyc
│   │   ├── images.py
│   │   ├── images.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── interactive
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── iqshell_install.py
│   │   │   ├── iqshell_install.pyc
│   │   │   ├── iqshell_kernel.py
│   │   │   └── iqshell_kernel.pyc
│   │   ├── ipc.py
│   │   ├── ipc.pyc
│   │   ├── layout
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── bsp.py
│   │   │   ├── bsp.pyc
│   │   │   ├── columns.py
│   │   │   ├── columns.pyc
│   │   │   ├── floating.py
│   │   │   ├── floating.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── matrix.py
│   │   │   ├── matrix.pyc
│   │   │   ├── max.py
│   │   │   ├── max.pyc
│   │   │   ├── ratiotile.py
│   │   │   ├── ratiotile.pyc
│   │   │   ├── slice.py
│   │   │   ├── slice.pyc
│   │   │   ├── stack.py
│   │   │   ├── stack.pyc
│   │   │   ├── tile.py
│   │   │   ├── tile.pyc
│   │   │   ├── tree.py
│   │   │   ├── tree.pyc
│   │   │   ├── verticaltile.py
│   │   │   ├── verticaltile.pyc
│   │   │   ├── wmii.py
│   │   │   ├── wmii.pyc
│   │   │   ├── xmonad.py
│   │   │   ├── xmonad.pyc
│   │   │   ├── zoomy.py
│   │   │   └── zoomy.pyc
│   │   ├── log_utils.py
│   │   ├── log_utils.pyc
│   │   ├── manager.py
│   │   ├── manager.pyc
│   │   ├── notify.py
│   │   ├── notify.pyc
│   │   ├── pangocffi.py
│   │   ├── pangocffi.pyc
│   │   ├── resources
│   │   │   ├── battery-icons
│   │   │   │   ├── battery-caution-charging.png
│   │   │   │   ├── battery-caution.png
│   │   │   │   ├── battery-empty.png
│   │   │   │   ├── battery-full-charged.png
│   │   │   │   ├── battery-full-charging.png
│   │   │   │   ├── battery-full.png
│   │   │   │   ├── battery-good-charging.png
│   │   │   │   ├── battery-good.png
│   │   │   │   ├── battery-low-charging.png
│   │   │   │   ├── battery-low.png
│   │   │   │   └── battery-missing.png
│   │   │   ├── default_config.py
│   │   │   ├── default_config.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── layout-icons
│   │   │   ├── layout-bsp.png
│   │   │   ├── layout-columns.png
│   │   │   ├── layout-floating.png
│   │   │   ├── layout-matrix.png
│   │   │   ├── layout-max.png
│   │   │   ├── layout-monadtall.png
│   │   │   ├── layout-monadwide.png
│   │   │   ├── layout-ratiotile.png
│   │   │   ├── layout-slice.png
│   │   │   ├── layout-stack.png
│   │   │   ├── layout-tile.png
│   │   │   ├── layout-treetab.png
│   │   │   ├── layout-unknown.png
│   │   │   ├── layout-verticaltile.png
│   │   │   ├── layout-wmii.png
│   │   │   └── layout-zoomy.png
│   │   ├── scratchpad.py
│   │   ├── scratchpad.pyc
│   │   ├── scripts
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── qshell.py
│   │   │   ├── qshell.pyc
│   │   │   ├── qtile_cmd.py
│   │   │   ├── qtile_cmd.pyc
│   │   │   ├── qtile.py
│   │   │   ├── qtile.pyc
│   │   │   ├── qtile_run.py
│   │   │   ├── qtile_run.pyc
│   │   │   ├── qtile_top.py
│   │   │   └── qtile_top.pyc
│   │   ├── sh.py
│   │   ├── sh.pyc
│   │   ├── state.py
│   │   ├── state.pyc
│   │   ├── utils.py
│   │   ├── utils.pyc
│   │   ├── widget
│   │   │   ├── backlight.py
│   │   │   ├── backlight.pyc
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── battery.py
│   │   │   ├── battery.pyc
│   │   │   ├── bitcoin_ticker.py
│   │   │   ├── bitcoin_ticker.pyc
│   │   │   ├── canto.py
│   │   │   ├── canto.pyc
│   │   │   ├── caps_num_lock_indicator.py
│   │   │   ├── caps_num_lock_indicator.pyc
│   │   │   ├── check_updates.py
│   │   │   ├── check_updates.pyc
│   │   │   ├── clipboard.py
│   │   │   ├── clipboard.pyc
│   │   │   ├── clock.py
│   │   │   ├── clock.pyc
│   │   │   ├── cmus.py
│   │   │   ├── cmus.pyc
│   │   │   ├── countdown.py
│   │   │   ├── countdown.pyc
│   │   │   ├── crashme.py
│   │   │   ├── crashme.pyc
│   │   │   ├── currentlayout.py
│   │   │   ├── currentlayout.pyc
│   │   │   ├── currentscreen.py
│   │   │   ├── currentscreen.pyc
│   │   │   ├── debuginfo.py
│   │   │   ├── debuginfo.pyc
│   │   │   ├── df.py
│   │   │   ├── df.pyc
│   │   │   ├── generic_poll_text.py
│   │   │   ├── generic_poll_text.pyc
│   │   │   ├── gmail_checker.py
│   │   │   ├── gmail_checker.pyc
│   │   │   ├── graph.py
│   │   │   ├── graph.pyc
│   │   │   ├── groupbox.py
│   │   │   ├── groupbox.pyc
│   │   │   ├── idlerpg.py
│   │   │   ├── idlerpg.pyc
│   │   │   ├── image.py
│   │   │   ├── image.pyc
│   │   │   ├── imapwidget.py
│   │   │   ├── imapwidget.pyc
│   │   │   ├── import_error.py
│   │   │   ├── import_error.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── keyboardkbdd.py
│   │   │   ├── keyboardkbdd.pyc
│   │   │   ├── keyboardlayout.py
│   │   │   ├── keyboardlayout.pyc
│   │   │   ├── khal_calendar.py
│   │   │   ├── khal_calendar.pyc
│   │   │   ├── launchbar.py
│   │   │   ├── launchbar.pyc
│   │   │   ├── maildir.py
│   │   │   ├── maildir.pyc
│   │   │   ├── memory.py
│   │   │   ├── memory.pyc
│   │   │   ├── moc.py
│   │   │   ├── moc.pyc
│   │   │   ├── mpd2widget.py
│   │   │   ├── mpd2widget.pyc
│   │   │   ├── mpdwidget.py
│   │   │   ├── mpdwidget.pyc
│   │   │   ├── mpris2widget.py
│   │   │   ├── mpris2widget.pyc
│   │   │   ├── mpriswidget.py
│   │   │   ├── mpriswidget.pyc
│   │   │   ├── net.py
│   │   │   ├── net.pyc
│   │   │   ├── notify.py
│   │   │   ├── notify.pyc
│   │   │   ├── pacman.py
│   │   │   ├── pacman.pyc
│   │   │   ├── pomodoro.py
│   │   │   ├── pomodoro.pyc
│   │   │   ├── prompt.py
│   │   │   ├── prompt.pyc
│   │   │   ├── sensors.py
│   │   │   ├── sensors.pyc
│   │   │   ├── sep.py
│   │   │   ├── sep.pyc
│   │   │   ├── she.py
│   │   │   ├── she.pyc
│   │   │   ├── spacer.py
│   │   │   ├── spacer.pyc
│   │   │   ├── stock_ticker.py
│   │   │   ├── stock_ticker.pyc
│   │   │   ├── systray.py
│   │   │   ├── systray.pyc
│   │   │   ├── tasklist.py
│   │   │   ├── tasklist.pyc
│   │   │   ├── textbox.py
│   │   │   ├── textbox.pyc
│   │   │   ├── volume.py
│   │   │   ├── volume.pyc
│   │   │   ├── wallpaper.py
│   │   │   ├── wallpaper.pyc
│   │   │   ├── windowname.py
│   │   │   ├── windowname.pyc
│   │   │   ├── windowtabs.py
│   │   │   ├── windowtabs.pyc
│   │   │   ├── wlan.py
│   │   │   ├── wlan.pyc
│   │   │   ├── yahoo_weather.py
│   │   │   └── yahoo_weather.pyc
│   │   ├── window.py
│   │   ├── window.pyc
│   │   ├── xcbq.py
│   │   ├── xcbq.pyc
│   │   ├── xcursors.py
│   │   ├── xcursors.pyc
│   │   ├── xkeysyms.py
│   │   └── xkeysyms.pyc
│   └── qtile-0.13.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── man
└── man1
├── qshell.1.gz
└── qtile.1.gz
18 directories, 272 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment