Created
April 14, 2017 15:42
-
-
Save aslafy-z/9522d136b36389475ceb9364c9237cc2 to your computer and use it in GitHub Desktop.
Rofi configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rofi.color-enabled: true | |
| rofi.scroll-method: false | |
| rofi.hide-scrollbar: true | |
| ! Background Foreground Background Alternate Highlight Background Highlight Foreground | |
| rofi.color-window: #BB000000, #BB000000, #BB000000 | |
| rofi.color-normal: #00000000, #AADEDEDE, #00000000, #00000000, #AA1793D1 | |
| rofi.color-active: #00000000, #AADEDEDE, #00000000, #00000000, #AAFF0000 | |
| rofi.color-urgent: #00000000, #CCDEDEDE, #00000000, #00000000, #AAFF0000 | |
| rofi.levenshtein-sort: true | |
| rofi.matching: fuzzy | |
| rofi.separator-style: none | |
| rofi.font: Roboto 50 | |
| rofi.lines: 5 | |
| rofi.width: 100 | |
| rofi.padding: 300 | |
| rofi.fullscreen: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment