updated readme for rofi-wayland

This commit is contained in:
JaKooLit 2023-12-04 13:50:44 +09:00
parent c91f67c063
commit eb411865c7

View File

@ -111,8 +111,9 @@ source ~/.zshrc
- swaylock-effects [`LINK`](https://github.com/mortie/swaylock-effects)
- swappy [`LINK`](https://github.com/jtheoof/swappy)
- xdg-desktop-portal-hyprland [`LINK`](https://github.com/hyprwm/xdg-desktop-portal-hyprland)
- rofi-wayland [`LINK`](https://github.com/lbonn/rofi)
- a.) to update these package, in your installation folder, you can move these folders, `Hyprland` `nwg-look` `swaylock-effects` `swappy` `swww` `asusctl` `supergfxctl`, as appropriate or download manually, cd into it, update/install
- a.) to update these package, in your installation folder, you can move these folders, `Hyprland` `nwg-look` `swaylock-effects` `swappy` `swww` `rofi` `asusctl` `supergfxctl`, as appropriate or download manually, cd into it, update/install
- b.) to update Hyprland and xdg-desktop-portal-hyprland
``` bash
@ -137,6 +138,13 @@ meson build
ninja -C build
sudo ninja -C build install
```
- e.) for rofi
``` bash
git pull
meson setup build
ninja -C build
sudo ninja -C build install
```
### 🛣️ Roadmap:
- [ ] Install zsh and oh-my-zsh without necessary steps above