This commit is contained in:
iFargle 2023-08-15 20:51:47 +09:00
parent 853dcfd6e0
commit 02e2b2812f

View file

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