# rofi-themes-collection **Repository Path**: jiangmingce/rofi-themes-collection ## Basic Information - **Project Name**: rofi-themes-collection - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-23 - **Last Updated**: 2024-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Themes Collection for Rofi Launcher ## What is Rofi? Rofi is A window switcher, Application launcher and dmenu replacement. Rofi started as a clone of simpleswitcher and It has been extended with extra features, like an application launcher and ssh-launcher, and can act as a drop-in dmenu replacement, making it a very versatile tool. Rofi, like dmenu, will provide the user with a textual list of options where one or more can be selected. This can either be running an application, selecting a window, or options provided by an external script. You can learn more about Rofi [here](https://github.com/davatorium/rofi). ## Screenshots ### Launchpad ![launchpad](screenshots/IMG_launchpad.png) ### Nord ![nord](screenshots/IMG_nord.png) ### Nord (oneline) ![nord-oneline](screenshots/IMG_nord-oneline.png) ### Nord (two lines) ![nord-twoLines](screenshots/IMG_nord-twoLines.png) ### Rounded ![rounded-blue-dark](screenshots/IMG_rounded-blue-dark.png) ![rounded-gray-dark](screenshots/IMG_rounded-gray-dark.png) ![rounded-green-dark](screenshots/IMG_rounded-green-dark.png) ![rounded-orange-dark](screenshots/IMG_rounded-orange-dark.png) ![rounded-pink-dark](screenshots/IMG_rounded-pink-dark.png) ![rounded-purple-dark](screenshots/IMG_rounded-purple-dark.png) ![rounded-red-dark](screenshots/IMG_rounded-red-dark.png) ![rounded-yellow-dark](screenshots/IMG_rounded-yellow-dark.png) ![rounded-nord-dark](screenshots/IMG_rounded-nord-dark.png) ### Simple Tokyonight ![simple-tokyonight](screenshots/IMG_simple-tokyonight.jpg) ### Spotlight (light) ![spotlight](screenshots/IMG_spotlight.png) ### Spotlight (dark) ![spotlight-dark](screenshots/IMG_spotlight-dark.png) ### Squared Everforest ![squared-nord](screenshots/IMG_squared-everforest.png) ### Squared Nord ![squared-nord](screenshots/IMG_squared-nord.png) ### Squared Material Red ![squared-material-red](screenshots/IMG_squared-material-red.png) ### Windows 11 ![windows11](screenshots/IMG_windows11.jpg) ## Don't have rofi yet? Install it! - On Debian / Ubuntu : `apt-get install rofi` - On Arch / Arch-based : `pacman -S rofi` - On Fedora : `dnf install rofi` > You can learn how to set Rofi shortcuts and more [here.](https://github.com/davatorium/rofi) ## Installing themes 1. Clone this repository and change to its directory: ``` $ git clone https://github.com/lr-tech/rofi-themes-collection.git $ cd rofi-themes-collection ``` 2. If you don't have the directories needed for the install create them with: ``` $ mkdir -p ~/.local/share/rofi/themes/ ``` 3. Copy your desired theme to `~/.local/share/rofi/themes` folder: ``` $ cp themes/ ~/.local/share/rofi/themes/ ``` 4. Run Rofi in `run` mode, then run `rofi-theme-selector`. 5. Search for your desired theme, press `enter` to preview, then `Alt+a` to accept the new theme. 6. Enjoy your new Rofi theme!