├── INSTALL.md ├── LICENSE ├── README.md ├── screenshot.png ├── screenshot2.png └── theme ├── config1.rasi └── config2.rasi /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/rofi/HEAD/INSTALL.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/rofi/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/rofi/HEAD/README.md -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/rofi/HEAD/screenshot.png -------------------------------------------------------------------------------- /screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/rofi/HEAD/screenshot2.png -------------------------------------------------------------------------------- /theme/config1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/rofi/HEAD/theme/config1.rasi -------------------------------------------------------------------------------- /theme/config2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/rofi/HEAD/theme/config2.rasi --------------------------------------------------------------------------------