Compare commits

...

3 Commits

Author SHA1 Message Date
Julian Poidevin
9fe82142ab
Merge dc9307867c into 3f2275ab8f 2024-09-27 14:55:51 +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`** > **Everything here is created on rofi version : `1.7.4`**
### From source
* First, Make sure you have the same (stable) version of rofi installed. * First, Make sure you have the same (stable) version of rofi installed.
- On Arch / Arch-based : **`sudo pacman -S rofi`** - On Arch / Arch-based : **`sudo pacman -S rofi`**
- On Debian / Ubuntu : **`sudo apt-get install 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. > **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"> <p align="center">