diff options
Diffstat (limited to 'Window_Manager/ratpoison/ratcolor')
-rwxr-xr-x | Window_Manager/ratpoison/ratcolor | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Window_Manager/ratpoison/ratcolor b/Window_Manager/ratpoison/ratcolor new file mode 100755 index 0000000..e6e59a8 --- /dev/null +++ b/Window_Manager/ratpoison/ratcolor @@ -0,0 +1,8 @@ +#!/bin/bash +source ~/.colors +ratpoison -c "set bgcolor $COLOR0" +ratpoison -c "set bwcolor $COLOR0" +ratpoison -c "set fgcolor $COLOR11" +ratpoison -c "set fwcolor $COLOR11" + + |