205 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 *
This commit is contained in:
parent
62b2834fb2
commit
b2c59b3419
@ -26,9 +26,9 @@
|
||||
text = ''
|
||||
#!${pkgs.bash}/bin/bash
|
||||
if [ "$(gsettings get ${schema} ${key})" == "true" ]; then
|
||||
echo {"text": "", "tooltip": "enabled", "percentage": 100 }
|
||||
echo '{ "text": "", "tooltip": "enabled", "percentage": 100 }'
|
||||
else
|
||||
echo {"text": "", "tooltip": "disabled", "percentage": 0 }
|
||||
echo '{ "text": "", "tooltip": "disabled", "percentage": 0 }'
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user