This commit is contained in:
iFargle 2023-08-15 21:32:33 +09:00
parent c1f185e0bf
commit 8b0c02e158

View file

@ -17,8 +17,15 @@
commands.poweroff = [ "systemctl" "poweroff" ];
};
extraCss = ''
img.background {
#background {
filter: blur(20px);
blur: 20px;
}
#user_toggle {
visibility: hidden;
}
#sess_toggle {
visibility: hidden;
}
'';
};