https://github.com/ItsZariep/rofi-mint-themes
Linux Mint themes for Rofi
https://github.com/ItsZariep/rofi-mint-themes
linux-mint rofi
Last synced: 11 months ago
JSON representation
Linux Mint themes for Rofi
- Host: GitHub
- URL: https://github.com/ItsZariep/rofi-mint-themes
- Owner: ItzSelenux
- License: gpl-3.0
- Created: 2021-05-06T01:41:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T21:17:37.000Z (over 4 years ago)
- Last Synced: 2023-05-02T01:53:19.587Z (about 3 years ago)
- Topics: linux-mint, rofi
- Language: Shell
- Homepage:
- Size: 55.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rofi-mint-themes
## Table of contents
- [Installation](#installation)
- [Git Clone](#git-clone)
- [Download and Install](#download-and-install)
- [Uninstallation](#uninstallation)
## Installation
### Git Clone
you can install "rofi-mint-themes" with the following steps:
```
git clone https://github.com/ItzSelenux/rofi-mint-themes
```
```
cd rofi-mint-themes
```
```
chmod +x install uninstall
```
```
./install
```
After this you will be asked what components you want to install, here you can choose what you want
```
Do you want to install 'themes/Mint-Y-Dark-Aqua.rasi'? y/N/a(ll)
y
+Installing 'themes/Mint-Y-Dark-Aqua.rasi'
Do you want to install 'themes/Mint-Y-Dark-Blue.rasi'? y/N/a(ll)
n
+Skipping themes/Mint-Y-Dark-Blue.rasi
Do you want to install 'themes/Mint-Y-Dark-Brown.rasi'? y/N/a(ll)
a
+Installing 'themes/Mint-Y-Dark-Brown.rasi'
+Installing 'themes/Mint-Y-Dark-Green.rasi'
+Installing 'themes/Mint-Y-Dark-Grey.rasi'
+Installing 'themes/Mint-Y-Dark-Orange.rasi'
+Installing 'themes/Mint-Y-Dark-Pink.rasi'
+Installing 'themes/Mint-Y-Dark-Purple.rasi'
+Installing 'themes/Mint-Y-Dark-Red.rasi'
+Installing 'themes/Mint-Y-Dark-Sand.rasi'
+Installing 'themes/Mint-Y-Dark-Teal.rasi'
+Installing 'themes/Mint-Y-Light-Aqua.rasi'
+Installing 'themes/Mint-Y-Light-Blue.rasi'
+Installing 'themes/Mint-Y-Light-Brown.rasi'
+Installing 'themes/Mint-Y-Light-Green.rasi'
+Installing 'themes/Mint-Y-Light-Grey.rasi'
+Installing 'themes/Mint-Y-Light-Orange.rasi'
+Installing 'themes/Mint-Y-Light-Pink.rasi'
+Installing 'themes/Mint-Y-Light-Purple.rasi'
+Installing 'themes/Mint-Y-Light-Red.rasi'
+Installing 'themes/Mint-Y-Light-Sand.rasi'
+Installing 'themes/Mint-Y-Light-Teal.rasi'
Done
```
### Download and install
You can install *rofi-mint-themes* downloading the code on a ZIP file and following the next steps
After you have downloaded the ZIP file, extract the file and open a terminal inside the code folder and execute the next commands
```
chmod +x install uninstall
```
```
./install
```
After this you will be asked what components you want to install, here you can choose what you want
```
Do you want to install 'themes/Mint-Y-Dark-Aqua.rasi'? y/N/a(ll)
y
+Installing 'themes/Mint-Y-Dark-Aqua.rasi'
Do you want to install 'themes/Mint-Y-Dark-Blue.rasi'? y/N/a(ll)
n
+Skipping themes/Mint-Y-Dark-Blue.rasi
Do you want to install 'themes/Mint-Y-Dark-Brown.rasi'? y/N/a(ll)
a
+Installing 'themes/Mint-Y-Dark-Brown.rasi'
+Installing 'themes/Mint-Y-Dark-Green.rasi'
+Installing 'themes/Mint-Y-Dark-Grey.rasi'
+Installing 'themes/Mint-Y-Dark-Orange.rasi'
+Installing 'themes/Mint-Y-Dark-Pink.rasi'
+Installing 'themes/Mint-Y-Dark-Purple.rasi'
+Installing 'themes/Mint-Y-Dark-Red.rasi'
+Installing 'themes/Mint-Y-Dark-Sand.rasi'
+Installing 'themes/Mint-Y-Dark-Teal.rasi'
+Installing 'themes/Mint-Y-Light-Aqua.rasi'
+Installing 'themes/Mint-Y-Light-Blue.rasi'
+Installing 'themes/Mint-Y-Light-Brown.rasi'
+Installing 'themes/Mint-Y-Light-Green.rasi'
+Installing 'themes/Mint-Y-Light-Grey.rasi'
+Installing 'themes/Mint-Y-Light-Orange.rasi'
+Installing 'themes/Mint-Y-Light-Pink.rasi'
+Installing 'themes/Mint-Y-Light-Purple.rasi'
+Installing 'themes/Mint-Y-Light-Red.rasi'
+Installing 'themes/Mint-Y-Light-Sand.rasi'
+Installing 'themes/Mint-Y-Light-Teal.rasi'
Done
```
## Uninstallation
if you want to uninstall "rofi-mint-themes", open a terminal on the code folder and run:
```
./uninstall
```