Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garulf/steam-search-rofi

Search your entire Steam library using Rofi
https://github.com/garulf/steam-search-rofi

games launcher linux rofi rofi-scripts steam

Last synced: 9 days ago
JSON representation

Search your entire Steam library using Rofi

Awesome Lists containing this project

README

        

[![buymeacoffee](https://img.shields.io/badge/buy%20me%20a%20coffee-yellow.svg?style=flat-square&logo=buymeacoffee&logoColor=000)](https://www.buymeacoffee.com/garulf)

# Steam-Search *Rofi edition*

Steam-Search will search all Steam libraries across all drives!

![Steam Search using icon type](/screenshots/hero.png)

## Installation

### Automatic Install

*Coming soon*

### Manual Install

1. Download the `steam-search.pyz` from here: [Releases](https://github.com/Garulf/Steam-Search-rofi/releases)
2. Move `steam-search.pyz` to your Rofi scripts directory (~/.config/rofi/scripts)
3. Run `chmod +x ./steam-search.pyz` to allow Steam Search to run.

## Usage

Steam Search can be launched easily with:
```
rofi -modes steam-search -show steam-search
```

## Options

Steam Search allows you to customize some of its features using environmental variables.

| ENV | DEFAULT | INPUT | Description |
|------------|----------------------|-------------------------|-----------------------------------------------------------------|
| STEAM_PATH | ~/.local/share/steam | Steam install directory | This is the path Steam Search uses to find your Steam library. |
| ICON_TYPE | icon | icon, grid | Set what type of image Steam Search will use for icons in Rofi. |

example:
```
ICON_TYPE=grid rofi -modes steam-search -show steam-search
```

## More screenshots

![Steam Search using grid icon type](/screenshots/screenshot2.png)