diya-shell/resources/session-shell.css
Dany LE b10cfab3ba feat: implement the base classes for launcher + input
- Base classes for lancher: Dashboard + Taskbar
- Allow the shell to monitor directly wayland seat keyboard (on demand)
2025-06-13 19:34:12 +02:00

17 lines
280 B
CSS

@import url("resource:///dev/iohub/diya/shell/virtual-keyboard.css");
diya-taskbar
{
background-color: orange;
}
diya-dashboard
{
background-color: blue;
}
#diya_shell_background
{
background-image:url("file:///etc/xdg/labwc/wpp.jpg");
background-size: cover;
}