Virtual keyboard + configuration:

- complete implementation of virtual keyboard
- support loading user defined virtual keyboard from configuration at $XDG_CONFIG_HOME/xkb/
- support loading user defined CSS theme from $XDG_CONFIG_HOME/themes/
This commit is contained in:
DanyLE
2025-03-21 10:04:08 +01:00
parent 24f47dfd7f
commit 2c5338f4bf
17 changed files with 541 additions and 241 deletions

View File

@@ -0,0 +1,11 @@
@import url("resource:///dev/iohub/diya/shell/virtual-keyboard.css");
#diya_shell_launcher
{
background-color: orange;
}
#diya_shell_background
{
background-image:url("file:///etc/xdg/labwc/wpp.jpg");
background-size: cover;
}