docs: rofi: mention rofi-calc

This commit is contained in:
2024-07-16 00:46:19 +00:00
parent e8b0979de6
commit 583f7217fc

View File

@@ -78,7 +78,8 @@ in
# it's actively maintained though, and more of an overlay than a true fork.
packageUnwrapped = pkgs.rofi-wayland.override {
inherit rofi-unwrapped;
plugins = [
plugins = with pkgs; [
# rofi-calc # not compatible with my rofi <https://github.com/svenstaro/rofi-calc>
# rofi-[extended-]-file-browser: <https://github.com/marvinkreis/rofi-file-browser-extended>
# because the builtin rofi filebrowser only partially lists ~/Videos/servo/Shows, seemingly at random.
# but rofi-file-browser doesn't compile against my patched rofi (oops)