https://github.com/davatorium/rofi-scripts
Small scripts for use with rofi
https://github.com/davatorium/rofi-scripts
Last synced: 2 months ago
JSON representation
Small scripts for use with rofi
- Host: GitHub
- URL: https://github.com/davatorium/rofi-scripts
- Owner: davatorium
- Created: 2015-07-22T13:24:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T15:06:53.000Z (over 2 years ago)
- Last Synced: 2025-03-28T19:11:27.925Z (2 months ago)
- Language: Shell
- Size: 306 KB
- Stars: 526
- Watchers: 16
- Forks: 81
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rofi based scripts
## i3_switch_workspace.sh
### Usage
```bash
./i3_switch_workspace.sh
```
### Screenshot
## monitor_layout.sh
### Usage
```bash
./monitor_layout.sh
```
### Screenshot
## rofi_gtk_colors.py
Tries to generate colors from current Gtk+-3.0 theme.
Based on code in Mate-HUD.## tmux_session.sh
Attach to a running `tmux` session or create a new one.
Since this script starts a new terminal it can also been used with a keybinding from your favorite window-manager.### Usage
Interactive usage
```bash
./tmux_session.sh
```Example of i3 keybinding
```bash
bindsym $mod+Shift+t exec ~/rofi-scripts/tmux_session.sh
```