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
- Host: GitHub
- URL: https://github.com/andreoss/urxvt-context
- Owner: andreoss
- Created: 2022-07-01T14:20:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T14:23:34.000Z (over 3 years ago)
- Last Synced: 2025-02-10T04:41:46.348Z (about 1 year ago)
- Language: Perl
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```