mirror of
https://github.com/cizordj/i3-themer.git
synced 2024-04-21 12:32:12 +00:00
6 lines
147 B
Bash
Executable File
6 lines
147 B
Bash
Executable File
#!/bin/env sh
|
|
### Script written by James Shane ( github.com/jamesshane )
|
|
|
|
cd src
|
|
python i3wm-themer.py --config config.yaml --load themes/$1.json
|