feat: add files monitor

FilesMonitor allows shell to monitor changes on a set of files.
This allows the shell to react in realtime any changes related
to its configurations such as: themes, keyboard, setting, etc.
This commit is contained in:
DanyLE
2025-06-14 23:08:11 +02:00
parent e598847994
commit 224252807a
6 changed files with 184 additions and 6 deletions

View File

@ -63,6 +63,7 @@ base = [
'src/input.c',
'src/virtual-keyboard.c',
'src/widgets/virtual-keyboard-widgets.c',
'src/files-monitor.c',
wayland_targets
]