bool
This commit is contained in:
parent
9da2ddeb6f
commit
f163abbd37
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ ws() {
|
||||||
log_debug "${var}: ${bool}"
|
log_debug "${var}: ${bool}"
|
||||||
# not
|
# not
|
||||||
bool="$(not "${bool}")"
|
bool="$(not "${bool}")"
|
||||||
log_debug "${var}: ${bool}"
|
log_debug "bool: ${bool}"
|
||||||
# set
|
# set
|
||||||
gsettings set "${group}" "${name}" "${bool}"
|
gsettings set "${group}" "${name}" "${bool}"
|
||||||
log_info "${var}: ${bool}"
|
log_info "${var}: ${bool}"
|
||||||
|
|
Loading…
Reference in a new issue