feature(niri): Init module

This commit is contained in:
DashieTM 2025-10-05 13:24:30 +02:00
parent 9be8a82a29
commit 1857504bac
13 changed files with 1446 additions and 254 deletions

View file

@ -24,14 +24,22 @@
input-field = [
{
monitor = "${config.mods.hypr.hyprland.defaultMonitor}";
monitor = "${
if config.mods.wm.monitors != []
then (builtins.elemAt config.mods.wm.monitors 0).name
else ""
}";
placeholder_text = "password or something";
}
];
label = [
{
monitor = "${config.mods.hypr.hyprland.defaultMonitor}";
monitor = "${
if config.mods.wm.monitors != []
then (builtins.elemAt config.mods.wm.monitors 0).name
else ""
}";
text = "$TIME";
font_size = 50;
position = "0, 200";