No background color.

This commit is contained in:
#root_informatica 2024-07-01 00:03:57 -03:00
parent 0ddd297dfa
commit 1723339016

View file

@ -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