Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 14, 2020 12:35
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/b7c3becb56c5978e0898b36e9d7030f7 to your computer and use it in GitHub Desktop.
Save r-ryantm/b7c3becb56c5978e0898b36e9d7030f7 to your computer and use it in GitHub Desktop.
/nix/store/d2r53kh856mwydd7b52rw933lsqjb07y-cpu-x-4.0.1
├── bin
│   └── cpu-x
├── lib
│   └── cpu-x
│   └── cpu-x-daemon
└── share
├── applications
│   └── cpu-x.desktop
├── bash-completion
│   └── completions
│   └── cpu-x
├── cpu-x
│   ├── AMD.png
│   ├── Centaur.png
│   ├── cpu-x-gtk-3.12.css
│   ├── cpu-x-gtk-3.12-dark.css
│   ├── cpu-x-gtk-3.12.ui
│   ├── cpu-x-gtk-3.20.css
│   ├── cpu-x-gtk-3.20-dark.css
│   ├── CPU-X.png
│   ├── Cyrix.png
│   ├── Intel.png
│   ├── NexGen.png
│   ├── NSC.png
│   ├── Rise.png
│   ├── SiS.png
│   ├── Transmeta.png
│   ├── UMC.png
│   └── Unknown.png
├── fish
│   └── vendor_completions.d
│   └── cpu-x.fish
├── glib-2.0
├── gsettings-schemas
│   └── cpu-x-4.0.1
│   └── glib-2.0
│   └── schemas
│   ├── gschemas.compiled
│   └── org.cpu-x.gschema.xml
├── icons
│   └── hicolor
│   ├── 128x128
│   │   └── apps
│   │   └── cpu-x.png
│   ├── 16x16
│   │   └── apps
│   │   └── cpu-x.png
│   ├── 192x192
│   │   └── apps
│   │   └── cpu-x.png
│   ├── 22x22
│   │   └── apps
│   │   └── cpu-x.png
│   ├── 24x24
│   │   └── apps
│   │   └── cpu-x.png
│   ├── 256x256
│   │   └── apps
│   │   └── cpu-x.png
│   ├── 32x32
│   │   └── apps
│   │   └── cpu-x.png
│   ├── 36x36
│   │   └── apps
│   │   └── cpu-x.png
│   ├── 384x384
│   │   └── apps
│   │   └── cpu-x.png
│   ├── 48x48
│   │   └── apps
│   │   └── cpu-x.png
│   ├── 512x512
│   │   └── apps
│   │   └── cpu-x.png
│   ├── 64x64
│   │   └── apps
│   │   └── cpu-x.png
│   ├── 72x72
│   │   └── apps
│   │   └── cpu-x.png
│   └── 96x96
│   └── apps
│   └── cpu-x.png
├── locale
│   ├── ar
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── cs_CZ
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── el
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── id
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── ja
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── ko
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── lv
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── mr
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── ms
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── nb_NO
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── pt
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── ru
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── tr
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   ├── zh
│   │   └── LC_MESSAGES
│   │   └── cpu-x.mo
│   └── zh_Hant
│   └── LC_MESSAGES
│   └── cpu-x.mo
├── metainfo
│   └── org.cpu-x.appdata.xml
├── polkit-1
│   └── actions
│   └── org.cpu-x-daemon.policy
└── zsh
└── site-functions
└── _cpu-x
95 directories, 63 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment