test
This commit is contained in:
parent
853dcfd6e0
commit
02e2b2812f
1 changed files with 5 additions and 4 deletions
|
@ -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);
|
||||||
};
|
}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue