Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 17, 2019 22:58
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/39431b027cd93c7f40485aac5faa9232 to your computer and use it in GitHub Desktop.
Save ryantm/39431b027cd93c7f40485aac5faa9232 to your computer and use it in GitHub Desktop.
/nix/store/mwyn6zxsz1whp1adbp1ypqbzpg4mhk9z-python3.7-py3status-3.19
├── bin
│   ├── py3-cmd
│   └── py3status
├── lib
│   └── python3.7
│   └── site-packages
│   ├── py3status
│   │   ├── argparsers.py
│   │   ├── autodoc.py
│   │   ├── command.py
│   │   ├── composite.py
│   │   ├── constants.py
│   │   ├── core.py
│   │   ├── docstrings.py
│   │   ├── events.py
│   │   ├── exceptions.py
│   │   ├── formatter.py
│   │   ├── helpers.py
│   │   ├── i3status.py
│   │   ├── __init__.py
│   │   ├── module.py
│   │   ├── modules
│   │   │   ├── air_quality.py
│   │   │   ├── apt_updates.py
│   │   │   ├── arch_updates.py
│   │   │   ├── async_script.py
│   │   │   ├── aws_bill.py
│   │   │   ├── backlight.py
│   │   │   ├── battery_level.py
│   │   │   ├── bitcoin_price.py
│   │   │   ├── bluetooth.py
│   │   │   ├── check_tcp.py
│   │   │   ├── clementine.py
│   │   │   ├── clock.py
│   │   │   ├── cmus.py
│   │   │   ├── coin_balance.py
│   │   │   ├── coin_market.py
│   │   │   ├── conky.py
│   │   │   ├── deadbeef.py
│   │   │   ├── diskdata.py
│   │   │   ├── do_not_disturb.py
│   │   │   ├── dpms.py
│   │   │   ├── dropboxd_status.py
│   │   │   ├── emerge_status.py
│   │   │   ├── exchange_rate.py
│   │   │   ├── external_script.py
│   │   │   ├── fedora_updates.py
│   │   │   ├── file_status.py
│   │   │   ├── frame.py
│   │   │   ├── getjson.py
│   │   │   ├── github.py
│   │   │   ├── gitlab.py
│   │   │   ├── glpi.py
│   │   │   ├── google_calendar.py
│   │   │   ├── gpmdp.py
│   │   │   ├── graphite.py
│   │   │   ├── group.py
│   │   │   ├── hamster.py
│   │   │   ├── hddtemp.py
│   │   │   ├── hueshift.py
│   │   │   ├── i3block.py
│   │   │   ├── i3pystatus.py
│   │   │   ├── icinga2.py
│   │   │   ├── imap.py
│   │   │   ├── __init__.py
│   │   │   ├── insync.py
│   │   │   ├── kdeconnector.py
│   │   │   ├── keyboard_layout.py
│   │   │   ├── keyboard_locks.py
│   │   │   ├── khal_calendar.py
│   │   │   ├── lm_sensors.py
│   │   │   ├── loadavg.py
│   │   │   ├── mail.py
│   │   │   ├── mega_sync.py
│   │   │   ├── moc.py
│   │   │   ├── mpd_status.py
│   │   │   ├── mpris.py
│   │   │   ├── netdata.py
│   │   │   ├── net_iplist.py
│   │   │   ├── net_rate.py
│   │   │   ├── ns_checker.py
│   │   │   ├── nvidia_smi.py
│   │   │   ├── nvidia_temp.py
│   │   │   ├── online_status.py
│   │   │   ├── pingdom.py
│   │   │   ├── player_control.py
│   │   │   ├── pomodoro.py
│   │   │   ├── process_status.py
│   │   │   ├── __pycache__
│   │   │   │   ├── air_quality.cpython-37.pyc
│   │   │   │   ├── apt_updates.cpython-37.pyc
│   │   │   │   ├── arch_updates.cpython-37.pyc
│   │   │   │   ├── async_script.cpython-37.pyc
│   │   │   │   ├── aws_bill.cpython-37.pyc
│   │   │   │   ├── backlight.cpython-37.pyc
│   │   │   │   ├── battery_level.cpython-37.pyc
│   │   │   │   ├── bitcoin_price.cpython-37.pyc
│   │   │   │   ├── bluetooth.cpython-37.pyc
│   │   │   │   ├── check_tcp.cpython-37.pyc
│   │   │   │   ├── clementine.cpython-37.pyc
│   │   │   │   ├── clock.cpython-37.pyc
│   │   │   │   ├── cmus.cpython-37.pyc
│   │   │   │   ├── coin_balance.cpython-37.pyc
│   │   │   │   ├── coin_market.cpython-37.pyc
│   │   │   │   ├── conky.cpython-37.pyc
│   │   │   │   ├── deadbeef.cpython-37.pyc
│   │   │   │   ├── diskdata.cpython-37.pyc
│   │   │   │   ├── do_not_disturb.cpython-37.pyc
│   │   │   │   ├── dpms.cpython-37.pyc
│   │   │   │   ├── dropboxd_status.cpython-37.pyc
│   │   │   │   ├── emerge_status.cpython-37.pyc
│   │   │   │   ├── exchange_rate.cpython-37.pyc
│   │   │   │   ├── external_script.cpython-37.pyc
│   │   │   │   ├── fedora_updates.cpython-37.pyc
│   │   │   │   ├── file_status.cpython-37.pyc
│   │   │   │   ├── frame.cpython-37.pyc
│   │   │   │   ├── getjson.cpython-37.pyc
│   │   │   │   ├── github.cpython-37.pyc
│   │   │   │   ├── gitlab.cpython-37.pyc
│   │   │   │   ├── glpi.cpython-37.pyc
│   │   │   │   ├── google_calendar.cpython-37.pyc
│   │   │   │   ├── gpmdp.cpython-37.pyc
│   │   │   │   ├── graphite.cpython-37.pyc
│   │   │   │   ├── group.cpython-37.pyc
│   │   │   │   ├── hamster.cpython-37.pyc
│   │   │   │   ├── hddtemp.cpython-37.pyc
│   │   │   │   ├── hueshift.cpython-37.pyc
│   │   │   │   ├── i3block.cpython-37.pyc
│   │   │   │   ├── i3pystatus.cpython-37.pyc
│   │   │   │   ├── icinga2.cpython-37.pyc
│   │   │   │   ├── imap.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── insync.cpython-37.pyc
│   │   │   │   ├── kdeconnector.cpython-37.pyc
│   │   │   │   ├── keyboard_layout.cpython-37.pyc
│   │   │   │   ├── keyboard_locks.cpython-37.pyc
│   │   │   │   ├── khal_calendar.cpython-37.pyc
│   │   │   │   ├── lm_sensors.cpython-37.pyc
│   │   │   │   ├── loadavg.cpython-37.pyc
│   │   │   │   ├── mail.cpython-37.pyc
│   │   │   │   ├── mega_sync.cpython-37.pyc
│   │   │   │   ├── moc.cpython-37.pyc
│   │   │   │   ├── mpd_status.cpython-37.pyc
│   │   │   │   ├── mpris.cpython-37.pyc
│   │   │   │   ├── netdata.cpython-37.pyc
│   │   │   │   ├── net_iplist.cpython-37.pyc
│   │   │   │   ├── net_rate.cpython-37.pyc
│   │   │   │   ├── ns_checker.cpython-37.pyc
│   │   │   │   ├── nvidia_smi.cpython-37.pyc
│   │   │   │   ├── nvidia_temp.cpython-37.pyc
│   │   │   │   ├── online_status.cpython-37.pyc
│   │   │   │   ├── pingdom.cpython-37.pyc
│   │   │   │   ├── player_control.cpython-37.pyc
│   │   │   │   ├── pomodoro.cpython-37.pyc
│   │   │   │   ├── process_status.cpython-37.pyc
│   │   │   │   ├── rainbow.cpython-37.pyc
│   │   │   │   ├── rate_counter.cpython-37.pyc
│   │   │   │   ├── rss_aggregator.cpython-37.pyc
│   │   │   │   ├── rt.cpython-37.pyc
│   │   │   │   ├── scratchpad_async.cpython-37.pyc
│   │   │   │   ├── scratchpad_counter.cpython-37.pyc
│   │   │   │   ├── screenshot.cpython-37.pyc
│   │   │   │   ├── scroll.cpython-37.pyc
│   │   │   │   ├── selinux.cpython-37.pyc
│   │   │   │   ├── spaceapi.cpython-37.pyc
│   │   │   │   ├── speedtest.cpython-37.pyc
│   │   │   │   ├── spotify.cpython-37.pyc
│   │   │   │   ├── sql.cpython-37.pyc
│   │   │   │   ├── static_string.cpython-37.pyc
│   │   │   │   ├── sysdata.cpython-37.pyc
│   │   │   │   ├── systemd.cpython-37.pyc
│   │   │   │   ├── taskwarrior.cpython-37.pyc
│   │   │   │   ├── thunderbird_todos.cpython-37.pyc
│   │   │   │   ├── timer.cpython-37.pyc
│   │   │   │   ├── timewarrior.cpython-37.pyc
│   │   │   │   ├── tor_rate.cpython-37.pyc
│   │   │   │   ├── transmission.cpython-37.pyc
│   │   │   │   ├── twitch.cpython-37.pyc
│   │   │   │   ├── uname.cpython-37.pyc
│   │   │   │   ├── uptime.cpython-37.pyc
│   │   │   │   ├── usbguard.cpython-37.pyc
│   │   │   │   ├── velib_metropole.cpython-37.pyc
│   │   │   │   ├── vnstat.cpython-37.pyc
│   │   │   │   ├── volume_status.cpython-37.pyc
│   │   │   │   ├── vpn_status.cpython-37.pyc
│   │   │   │   ├── wanda_the_fish.cpython-37.pyc
│   │   │   │   ├── weather_owm.cpython-37.pyc
│   │   │   │   ├── whatismyip.cpython-37.pyc
│   │   │   │   ├── whoami.cpython-37.pyc
│   │   │   │   ├── wifi.cpython-37.pyc
│   │   │   │   ├── window_title_async.cpython-37.pyc
│   │   │   │   ├── window_title.cpython-37.pyc
│   │   │   │   ├── wwan.cpython-37.pyc
│   │   │   │   ├── wwan_status.cpython-37.pyc
│   │   │   │   ├── xrandr.cpython-37.pyc
│   │   │   │   ├── xrandr_rotate.cpython-37.pyc
│   │   │   │   ├── xscreensaver.cpython-37.pyc
│   │   │   │   ├── xsel.cpython-37.pyc
│   │   │   │   ├── yandexdisk_status.cpython-37.pyc
│   │   │   │   └── yubikey.cpython-37.pyc
│   │   │   ├── rainbow.py
│   │   │   ├── rate_counter.py
│   │   │   ├── README.md
│   │   │   ├── rss_aggregator.py
│   │   │   ├── rt.py
│   │   │   ├── scratchpad_async.py
│   │   │   ├── scratchpad_counter.py
│   │   │   ├── screenshot.py
│   │   │   ├── scroll.py
│   │   │   ├── selinux.py
│   │   │   ├── spaceapi.py
│   │   │   ├── speedtest.py
│   │   │   ├── spotify.py
│   │   │   ├── sql.py
│   │   │   ├── static_string.py
│   │   │   ├── sysdata.py
│   │   │   ├── systemd.py
│   │   │   ├── taskwarrior.py
│   │   │   ├── thunderbird_todos.py
│   │   │   ├── timer.py
│   │   │   ├── timewarrior.py
│   │   │   ├── tor_rate.py
│   │   │   ├── transmission.py
│   │   │   ├── twitch.py
│   │   │   ├── uname.py
│   │   │   ├── uptime.py
│   │   │   ├── usbguard.py
│   │   │   ├── velib_metropole.py
│   │   │   ├── vnstat.py
│   │   │   ├── volume_status.py
│   │   │   ├── vpn_status.py
│   │   │   ├── wanda_the_fish.py
│   │   │   ├── weather_owm.py
│   │   │   ├── whatismyip.py
│   │   │   ├── whoami.py
│   │   │   ├── wifi.py
│   │   │   ├── window_title_async.py
│   │   │   ├── window_title.py
│   │   │   ├── wwan.py
│   │   │   ├── wwan_status.py
│   │   │   ├── xrandr.py
│   │   │   ├── xrandr_rotate.py
│   │   │   ├── xscreensaver.py
│   │   │   ├── xsel.py
│   │   │   ├── yandexdisk_status.py
│   │   │   └── yubikey.py
│   │   ├── module_test.py
│   │   ├── parse_config.py
│   │   ├── private.py
│   │   ├── profiling.py
│   │   ├── py3.py
│   │   ├── __pycache__
│   │   │   ├── argparsers.cpython-37.pyc
│   │   │   ├── autodoc.cpython-37.pyc
│   │   │   ├── command.cpython-37.pyc
│   │   │   ├── composite.cpython-37.pyc
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── docstrings.cpython-37.pyc
│   │   │   ├── events.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── formatter.cpython-37.pyc
│   │   │   ├── helpers.cpython-37.pyc
│   │   │   ├── i3status.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── module.cpython-37.pyc
│   │   │   ├── module_test.cpython-37.pyc
│   │   │   ├── parse_config.cpython-37.pyc
│   │   │   ├── private.cpython-37.pyc
│   │   │   ├── profiling.cpython-37.pyc
│   │   │   ├── py3.cpython-37.pyc
│   │   │   ├── request.cpython-37.pyc
│   │   │   ├── screenshots.cpython-37.pyc
│   │   │   ├── storage.cpython-37.pyc
│   │   │   ├── udev_monitor.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── request.py
│   │   ├── screenshots.py
│   │   ├── storage.py
│   │   ├── udev_monitor.py
│   │   ├── util.py
│   │   └── version.py
│   └── py3status-3.19.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 283 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment