Compare commits

...

5 Commits

Author SHA1 Message Date
Julian Poidevin
78f673e6d2
Merge dc9307867c62e86d18eec0302199e9119a2fb15f into 093c1a79f58daab358199c4246de50357e5bf462 2025-08-11 17:22:59 +02:00
adi1090x
093c1a79f5 Deploying to master from @ adi1090x/rofi@d6ae47205a 🚀 2025-07-26 15:04:17 +00:00
adi1090x
d6ae47205a Deploying to master from @ adi1090x/rofi@adfcc0770f 🚀 2025-07-15 15:04:55 +00:00
Julian POIDEVIN
dc9307867c
docs: add space after title for consistency
Signed-off-by: Julian POIDEVIN <poidevin.julian@gmail.com>
2023-05-19 15:34:32 +02:00
Julian POIDEVIN
1eefe3bbdf
docs: add documentation on AUR installation
Signed-off-by: Julian POIDEVIN <poidevin.julian@gmail.com>
2023-05-18 22:41:08 +02:00

View File

@ -66,6 +66,8 @@
> **Everything here is created on rofi version : `1.7.4`**
### From source
* First, Make sure you have the same (stable) version of rofi installed.
- On Arch / Arch-based : **`sudo pacman -S rofi`**
- On Debian / Ubuntu : **`sudo apt-get install rofi`**
@ -98,6 +100,16 @@ $ ./setup.sh
> **Note** : These themes are like an ecosystem, everything here is connected with each other in some way. So... before modifying anything by your own, make sure you know what you doing.
### Arch Linux
This collection is available on the [AUR](https://aur.archlinux.org/packages/rofi-adi1090x), you can install it with `makepkg` or using an AUR helper.
```sh
git clone https://aur.archlinux.org/rofi-adi1090x.git
cd rofi-adi1090x
makepkg -Ccsi
```
---
<p align="center">
@ -109,7 +121,7 @@ $ ./setup.sh
</p>
<p align="center">
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;github.com&#x2F;davidtoska.png" width="60px" alt="User avatar: David Toska" /></a><a href="https://github.com/snubbi1954-elementary"><img src="https:&#x2F;&#x2F;github.com&#x2F;snubbi1954-elementary.png" width="60px" alt="User avatar: Carl Andersen" /></a><a href="https://github.com/dgxlab"><img src="https:&#x2F;&#x2F;github.com&#x2F;dgxlab.png" width="60px" alt="User avatar: David Vargas" /></a><a href="https://github.com/jxtrt"><img src="https:&#x2F;&#x2F;github.com&#x2F;jxtrt.png" width="60px" alt="User avatar: jtrt" /></a><!-- sponsors -->
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;github.com&#x2F;davidtoska.png" width="60px" alt="User avatar: David Toska" /></a><a href="https://github.com/dgxlab"><img src="https:&#x2F;&#x2F;github.com&#x2F;dgxlab.png" width="60px" alt="User avatar: David Vargas" /></a><!-- sponsors -->
</p>
---