test
This commit is contained in:
parent
c1f185e0bf
commit
8b0c02e158
1 changed files with 8 additions and 1 deletions
|
@ -17,8 +17,15 @@
|
||||||
commands.poweroff = [ "systemctl" "poweroff" ];
|
commands.poweroff = [ "systemctl" "poweroff" ];
|
||||||
};
|
};
|
||||||
extraCss = ''
|
extraCss = ''
|
||||||
img.background {
|
#background {
|
||||||
filter: blur(20px);
|
filter: blur(20px);
|
||||||
|
blur: 20px;
|
||||||
|
}
|
||||||
|
#user_toggle {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
#sess_toggle {
|
||||||
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue