2bwm border colors script - Programming On Unix
Users browsing this thread: 2 Guest(s)
|
|||
Purpose: When you change your color palette do you change colors elsewhere to keep the consistency? It can be a bit of a chore to change your config.h.
I put togehter a script that when run will take your current xcolors and change your config.h, then reload using xdotool. The script takes the color options into an array, so the base script can easily be altered to choose which colors act as which border. I have found it to be super useful. I hope you do too. Code: #! /bin/bash
work hard, complain less
|
|||
Messages In This Thread |
2bwm border colors script - by dkeg - 05-07-2015, 04:28 PM
RE: 2bwm border colors script - by enephst - 05-07-2015, 05:41 PM
RE: 2bwm border colors script - by dkeg - 05-07-2015, 06:09 PM
RE: 2bwm border colors script - by enephst - 05-07-2015, 06:11 PM
RE: 2bwm border colors script - by venam - 06-07-2015, 03:32 AM
RE: 2bwm border colors script - by enephst - 06-07-2015, 10:09 AM
RE: 2bwm border colors script - by venam - 06-07-2015, 01:22 PM
RE: 2bwm border colors script - by dkeg - 18-07-2015, 04:57 PM
|