From 6071ce92b128af8f4e5afbef4cc85dc0902d32a8 Mon Sep 17 00:00:00 2001 From: elenapan Date: Sun, 7 Sep 2025 22:58:48 +0300 Subject: [PATCH] readme: Replace `rofi-wayland` with `rofi` in dependencies `rofi` v2.0.0 has Wayland support. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 602d49d..8d1bba4 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Features: | [`eww`](https://github.com/elkowar/eww) | Widgets | | `bash` | Various scripts | | `python` | Various scripts | - | [`rofi-wayland`](https://github.com/lbonn/rofi) | Launchers and menus | + | `rofi` | Launchers and menus | | `dunst` | Notification daemon | | `libnotify` | Notification creation with `notify-send` | | [`notify-send.sh`](https://github.com/vlevit/notify-send.sh) | `notify-send` wrapper for notification replacement |