Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 26, 2020 19:05
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/772272e4fc2350dc7cffd850de4c6d27 to your computer and use it in GitHub Desktop.
Save r-ryantm/772272e4fc2350dc7cffd850de4c6d27 to your computer and use it in GitHub Desktop.
/nix/store/ww7g2q9k41lpviafq1pclfid6hs0njj8-rofi-unwrapped-1.6.1
├── bin
│   ├── rofi
│   ├── rofi-sensible-terminal
│   └── rofi-theme-selector
├── include
│   └── rofi
│   ├── helper.h
│   ├── mode.h
│   ├── mode-private.h
│   ├── rofi-icon-fetcher.h
│   └── rofi-types.h
├── lib
│   └── pkgconfig
│   └── rofi.pc
└── share
├── man
│   ├── man1
│   │   ├── rofi.1.gz
│   │   ├── rofi-sensible-terminal.1.gz
│   │   └── rofi-theme-selector.1.gz
│   └── man5
│   ├── rofi-script.5.gz
│   └── rofi-theme.5.gz
└── rofi
└── themes
├── Adapta-Nokto.rasi
├── android_notification.rasi
├── Arc-Dark.rasi
├── Arc.rasi
├── arthur.rasi
├── blue.rasi
├── c64.rasi
├── DarkBlue.rasi
├── dmenu.rasi
├── fancy.rasi
├── glue_pro_blue.rasi
├── gruvbox-common.rasi
├── gruvbox-dark-hard.rasi
├── gruvbox-dark.rasi
├── gruvbox-dark-soft.rasi
├── gruvbox-light-hard.rasi
├── gruvbox-light.rasi
├── gruvbox-light-soft.rasi
├── Indego.rasi
├── lb.rasi
├── Monokai.rasi
├── paper-float.rasi
├── Paper.rasi
├── Pop-Dark.rasi
├── purple.rasi
├── sidebar.rasi
├── solarized_alternate.rasi
└── solarized.rasi
11 directories, 42 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment