This commit is contained in:
mjallen18
2025-11-25 18:11:05 -06:00
parent 33c00f0d7c
commit 96eda0dae7
4 changed files with 214 additions and 72 deletions

View File

@@ -225,7 +225,7 @@ in
halign = "center";
valign = "center";
}
#weather
# weather
{
monitor = cfg.primaryDisplay;
text = "cmd[update:30000] waybar-weather --hyprlock";
@@ -236,6 +236,17 @@ in
halign = "right";
valign = "bottom";
}
# media
{
monitor = cfg.primaryDisplay;
text = "cmd[update:1000] waybar-media";
color = "#eceff4";
font_size = "15";
font_family = "JetBrainsMono NFM";
position = "100, 100";
halign = "left";
valign = "bottom";
}
];
# user box
shape = [
@@ -267,6 +278,19 @@ in
shadow_passes = 2;
}
];
image = [
{
monitor = cfg.primaryDisplay;
# path = "/tmp/hyprlock-art";
reload_cmd = "waybar-media-art";
reload_time = 3;
size = 150;
rounding = 0;
position = "100, 150";
halign = "left";
valign = "bottom";
}
];
};
};
};