From eb411865c78de21b9df87d62072d05f005f42e82 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 4 Dec 2023 13:50:44 +0900 Subject: [PATCH] updated readme for rofi-wayland --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de06fd7..16f4100 100644 --- a/README.md +++ b/README.md @@ -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