Files
diya-shell/resources/css/session-shell.css
Dany LE 377eaf7d84 feat: Add hook mechanism + use gsettings:
- Allow to install hooks that execute lua scripts on changes of watched files
- Use gsetting to store shell parameters such as: theme, idle-timeout, etc.
2025-10-13 18:08:50 +02:00

22 lines
378 B
CSS

@import url("resource:///dev/iohub/diya/shell/css/virtual-keyboard.css");
diya-taskbar
{
background-color: orange;
}
diya-dashboard
{
background-color: lightgray;
}
#diya_shell_background
{
/*background-image:url("file:///etc/xdg/labwc/wpp.jpg");*/
background-color: violet;
background-size: cover;
}
flowbox flowboxchild {
border: 5px solid black;
}