This is my personal daily driver rofi configuration that I use for personal and work activities.
It includes some scripts I created for those activities.
I use this repo as a git submodule on my dotfiles.
The following command is isued on the dotfiles repo, to have this one as a submodule.
git submodule add git@github.com:pncolvr/dotfiles-rofi.git .config/rofigit clone --recurse-submodules <repository-url>or if we cloned the repo without the submodules
git submodule update --init --recursivegit submodule sync --recursive