Move back custom widgets into main project

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2026-03-17 21:59:24 +01:00
parent 64539f4342
commit a89c918c5d
12 changed files with 39 additions and 44 deletions

View File

@@ -9,6 +9,14 @@ pub const Animation = enum {
dur_file,
};
pub const DisplayServer = enum {
wayland,
shell,
xinitrc,
x11,
custom,
};
pub const Input = enum {
info_line,
session,