Package Details: rofi-applets-menus 6e84e05-1

Git Clone URL: https://aur.archlinux.org/rofi-applets-menus.git (read-only, click to copy)
Package Base: rofi-applets-menus
Description: A collection of custom applets and menus made using rofi and its dmenu emulation, inspired by rofi-menus.
Upstream URL: https://github.com/adi1090x/rofi
Licenses: GPL
Submitter: harrybeadle
Maintainer: None
Last Packager: harrybeadle
Votes: 1
Popularity: 0.000000
First Submitted: 2020-04-02 12:55 (UTC)
Last Updated: 2020-04-02 12:55 (UTC)

Dependencies (20)

Required by (0)

Sources (1)

Latest Comments

Tio commented on 2021-10-01 23:26 (UTC)

Actually the correct one is:

    cd rofi
    chmod +x setup.sh
   ./setup.sh

But then it asks to select an option as seen here https://github.com/adi1090x/rofi#installation but idk how to add that to the pkgbuild.

kirolsb commented on 2021-05-19 13:39 (UTC)

   chmod +x scripts/*
   cp -r scripts themes config.rasi ~/.config/rofi

This part of the PKGBUILD should be changed to

   chmod +x ./install.sh
   ./install.sh

This should fix building for this package