200 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 *
This commit is contained in:
parent
3ac19ad849
commit
462ab61d81
@ -11,7 +11,7 @@
|
|||||||
destination = "/bin/squeekboard_toggle";
|
destination = "/bin/squeekboard_toggle";
|
||||||
executable = true;
|
executable = true;
|
||||||
text = ''
|
text = ''
|
||||||
#!${pkgs.dash}/bin/dash
|
#!${pkgs.bash}/bin/bash
|
||||||
if [ "$(gsettings get ${schema} ${key})" == "'true'" ]; then
|
if [ "$(gsettings get ${schema} ${key})" == "'true'" ]; then
|
||||||
gsettings set ${schema} ${key} false
|
gsettings set ${schema} ${key} false
|
||||||
else
|
else
|
||||||
@ -24,7 +24,7 @@
|
|||||||
destination = "/bin/squeekboard_format";
|
destination = "/bin/squeekboard_format";
|
||||||
executable = true;
|
executable = true;
|
||||||
text = ''
|
text = ''
|
||||||
#!${pkgs.dash}/bin/dash
|
#!${pkgs.bash}/bin/bash
|
||||||
if [ "$(gsettings get ${schema} ${key})" == "'true'" ]; then
|
if [ "$(gsettings get ${schema} ${key})" == "'true'" ]; then
|
||||||
echo
|
echo
|
||||||
echo enabled
|
echo enabled
|
||||||
|
Loading…
Reference in New Issue
Block a user