diff --git a/wms_mimic.sh b/wms_mimic.sh index ae4d707..4a8fc09 100755 --- a/wms_mimic.sh +++ b/wms_mimic.sh @@ -25,9 +25,10 @@ if [ -f "$TARGET" ]; then sed -i "s/^.*\bIC=\b.*$/IC=$ic/" $WMSVAR # new inactive color sed -i "s/^.*\bBC=\b.*$/BC=$bc/" $WMSVAR # new background color - # overwrite the term and nsxiv values in ~/.Xresources + # overwrite the xterm, emacs and nsxiv values in ~/.Xresources sed -i "s/\(XTerm\*background:\).*/\XTerm\*background: \#$bc/" $XVAR sed -i "s/\(Nsxiv\*window.background:\).*/\Nsxiv\*window.background: \#$bc/" $XVAR + sed -i "s/\(Emacs\*background:\).*/\Emacs\*background: \#$bc/" $XVAR # apply the change wms_value.sh -d