203 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:27:15 +01:00
parent be35a2cdce
commit 75a8652776

View File

@ -26,9 +26,9 @@
text = '' text = ''
#!${pkgs.bash}/bin/bash #!${pkgs.bash}/bin/bash
if [ "$(gsettings get ${schema} ${key})" == "true" ]; then if [ "$(gsettings get ${schema} ${key})" == "true" ]; then
echo 󰌌\\nenabled\\n echo 󰌌\nenabled\n
else else
echo 󰌐\\ndisabled\\n echo 󰌐\ndisabled\n
fi fi
''; '';
}; };