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

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

Awesome Lists containing this project

README

        

# Rofi based scripts

## i3_switch_workspace.sh

### Usage

```bash
./i3_switch_workspace.sh
```
### Screenshot

![I3 Workspace Switcher](i3_switch_workspace.png)

## monitor_layout.sh

### Usage

```bash
./monitor_layout.sh
```
### Screenshot

![Monitor Layout](monitor_layout.png)

## 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
```

![Tmux Session](tmux_session.png)