Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 13, 2019 08:43
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/00f55bc7b0c4b6ae7bd843fa26894f16 to your computer and use it in GitHub Desktop.
Save ryantm/00f55bc7b0c4b6ae7bd843fa26894f16 to your computer and use it in GitHub Desktop.
/nix/store/r6i6v7ggmzl99z1qrdsra8jpy9yyyjk0-tlp-1.2.2
├── bin
│   ├── bluetooth
│   ├── run-on-ac
│   ├── run-on-bat
│   ├── tlp
│   ├── tlp-pcilist
│   ├── tlp-stat
│   ├── tlp-usblist
│   ├── wifi
│   └── wwan
├── etc
│   └── default
│   └── tlp
├── lib
│   ├── elogind
│   │   └── system-sleep
│   │   └── 49-tlp-sleep
│   ├── systemd
│   │   └── system
│   │   ├── tlp.service
│   │   └── tlp-sleep.service
│   └── udev
│   ├── rules.d
│   │   └── 85-tlp.rules
│   └── tlp-usb-udev
├── share
│   ├── bash-completion
│   │   └── completions
│   │   ├── bluetooth -> tlp
│   │   ├── tlp
│   │   ├── tlp-stat -> tlp
│   │   ├── wifi -> tlp
│   │   └── wwan -> tlp
│   ├── man
│   │   ├── man1
│   │   │   ├── bluetooth.1.gz
│   │   │   ├── run-on-ac.1.gz
│   │   │   ├── run-on-bat.1.gz
│   │   │   ├── tlp-pcilist.1.gz
│   │   │   ├── tlp-usblist.1.gz
│   │   │   ├── wifi.1.gz
│   │   │   └── wwan.1.gz
│   │   └── man8
│   │   ├── tlp.8.gz
│   │   ├── tlp.service.8.gz
│   │   ├── tlp-sleep.service.8.gz
│   │   └── tlp-stat.8.gz
│   ├── metainfo
│   │   └── de.linrunner.tlp.metainfo.xml
│   └── tlp
│   ├── func.d
│   │   ├── 05-tlp-func-pm
│   │   ├── 10-tlp-func-cpu
│   │   ├── 15-tlp-func-disk
│   │   ├── 20-tlp-func-usb
│   │   ├── 25-tlp-func-rf
│   │   ├── 30-tlp-func-rf-sw
│   │   ├── 35-tlp-func-batt
│   │   ├── 40-tlp-func-bay
│   │   ├── 45-tlp-func-gpu
│   │   └── tlp-func-stat
│   ├── tlp-func-base
│   └── tpacpi-bat
└── var
└── lib
└── tlp
22 directories, 44 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment