198 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 *

This commit is contained in:
Max Känner 2024-03-13 11:04:12 +01:00
parent cca87f0771
commit 6ea0b486b6

View File

@ -12,7 +12,7 @@
executable = true;
text = ''
#!${pkgs.dash}/bin/dash
if ["$(gsettings get ${schema} ${key})" == "'true'"]; then
if [ "$(gsettings get ${schema} ${key})" == "'true'" ]; then
gsettings set ${schema} ${key} false
else
gsettings set ${schema} ${key} true
@ -21,11 +21,11 @@
};
squeekboard_format = pkgs.writeTextFile {
name = "squeekboard_format";
destination = "/bin/queekboard_format";
destination = "/bin/squeekboard_format";
executable = true;
text = ''
#!${pkgs.dash}/bin/dash
if ["$(gsettings get ${schema} ${key})" == "'true'"]; then
if [ "$(gsettings get ${schema} ${key})" == "'true'" ]; then
echo 󰌌
echo enabled
else