Fixed Conky update script
This commit is contained in:
parent
1b473b1ab0
commit
3f9ebedfb3
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ sed -i -r "s/#Network//" "${CONFIG_NEW}"
|
||||||
|
|
||||||
# Fix under i3
|
# Fix under i3
|
||||||
if ! [[ "${I3SOCK:-}" == "" ]]; then
|
if ! [[ "${I3SOCK:-}" == "" ]]; then
|
||||||
sed -i -r 's/(own_window_type)(.*)(desktop)/\1\2override/' "${CONKY_NEW}"
|
sed -i -r 's/(own_window_type)(.*)(desktop)/\1\2override/' "${CONFIG_NEW}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Replace config if there were changes
|
# Replace config if there were changes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue