modularize config

This commit is contained in:
DashieTM 2024-07-10 17:03:31 +02:00
parent 09c4625fbb
commit 7a4e46e04f
33 changed files with 230 additions and 168 deletions

View file

@ -15,7 +15,7 @@
input-field = [
{
monitor = "${config.programs.ironbar.monitor}";
monitor = "${config.conf.monitor}";
placeholder_text = "password or something";
}
@ -23,7 +23,7 @@
label = [
{
monitor = "${config.programs.ironbar.monitor}";
monitor = "${config.conf.monitor}";
text = "$TIME";
font_size = 50;
position = "0, 200";