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

https://github.com/andreoss/urxvt-context

Context-based URxvt themes
https://github.com/andreoss/urxvt-context

Last synced: 12 months ago
JSON representation

Context-based URxvt themes

Awesome Lists containing this project

README

          

# urxvt-context

A script which switches background colour based on running process.

## Installation

Put `context` in `~/.urxvt/ext`

## Config example
```
URxvt.context.names: sudo,ssh,python,gdb
URxvt.context.gdb.background: #114133
URxvt.context.python.background: #100157
URxvt.context.ssh.background : #300357
URxvt.context.sudo.background: #570000
```