Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/garulf/steam-search-rofi
- Owner: Garulf
- Created: 2024-07-31T11:21:32.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T10:19:21.000Z (3 months ago)
- Last Synced: 2024-08-05T08:43:45.780Z (3 months ago)
- Topics: games, launcher, linux, rofi, rofi-scripts, steam
- Language: Python
- Homepage:
- Size: 12.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)