Compare commits

...

7 Commits

Author SHA1 Message Date
Julian Poidevin
2bd2edc98c
Merge dc9307867c into ba970a1f49 2024-09-03 00:37:26 +05:45
adi1090x
ba970a1f49 Deploying to master from @ adi1090x/rofi@45241fd313 🚀 2024-09-01 15:04:02 +00:00
adi1090x
45241fd313 Deploying to master from @ adi1090x/rofi@7ba824d491 🚀 2024-07-30 15:04:01 +00:00
adi1090x
7ba824d491 Deploying to master from @ adi1090x/rofi@3a28753b0a 🚀 2024-06-29 15:03:39 +00:00
adi1090x
3a28753b0a Deploying to master from @ adi1090x/rofi@6cdcf5b7cb 🚀 2024-06-10 15:04:00 +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">
@ -109,7 +121,7 @@ $ ./setup.sh
</p> </p>
<p align="center"> <p align="center">
<!-- sponsors --><!-- sponsors --> <!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;avatars.githubusercontent.com&#x2F;u&#x2F;15263867?u&#x3D;7f45e973d008c1c9fc573554a95efac83751e726&amp;v&#x3D;4" width="60px" alt="David Toska" /></a><!-- sponsors -->
</p> </p>
--- ---