No background color.
This commit is contained in:
parent
0ddd297dfa
commit
1723339016
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ if [ -f "$TMPIMG" ]; then
|
|||
# overwrite the values in ~/.config/wms/wms_var
|
||||
sed -i "s/^.*\bAC=\b.*$/AC=$ac/" $WMSVAR # new acive color
|
||||
sed -i "s/^.*\bIC=\b.*$/IC=$ic/" $WMSVAR # new inactive color
|
||||
sed -i "s/^.*\bBC=\b.*$/BC=$bc/" $WMSVAR # new background color
|
||||
# sed -i "s/^.*\bBC=\b.*$/BC=$bc/" $WMSVAR # new background color
|
||||
|
||||
# overwrite the xterm, emacs and nsxiv values in ~/.Xresources
|
||||
# sed -i "s/\(XTerm\*background:\).*/\XTerm\*background: \#$bc/" $XVAR
|
||||
|
|
Loading…
Reference in a new issue