This commit is contained in:
DashieTM 2025-09-29 00:37:59 +02:00
parent 72afd686c0
commit 614342b9f7
13 changed files with 1336 additions and 612 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";