This commit is contained in:
iFargle 2023-08-15 20:50:57 +09:00
parent 6a1a9ed956
commit 853dcfd6e0

View file

@ -17,7 +17,7 @@
commands.reboot = [ "systemctl" "reboot" ];
commands.poweroff = [ "systemctl" "poweroff" ];
};
extraCSS = {
extraCss = {
img.background = {
filter = "blur(20px)";
};