Generates output for rofi that lists all installed steam applications
Find a file
2023-09-04 23:00:49 +01:00
src Fix: ignore entries where manifest can't be found 2023-09-04 23:00:49 +01:00
.gitignore Add first pass for application 2023-06-26 07:56:35 +01:00
Cargo.lock Add first pass for application 2023-06-26 07:56:35 +01:00
Cargo.toml Add first pass for application 2023-06-26 07:56:35 +01:00
LICENSE Initial commit 2023-06-26 06:55:30 +00:00
README.md Update readme 2023-06-26 08:06:34 +01:00

rofi-steam

Generates output for rofi that lists all installed steam applications

Install

First clone the repository, and enter the cloned directory

git clone https://git.temporus.me/temporus.me/rofi-steam
cd rofi-steam

Then install it

# This installs it to ~/.cargo/bin

cargo install --path .

# Or if you want to install to a prefix else where, for example This
# will install the binary to ~/.local/bin, --root argument acts like a prefix
# so bin will be added automatically by cargo

cargo install --path . --root ~/.local

Usage

To use as a mode in rofi you need to add it to your modes list

Simplest example would be:

rofi -modes "steam:rofi-steam" -show "steam"