Add solid background shape behind time so it's always legible

Fixed a typo in config and reduced grace 5 -> 3
This commit is contained in:
Evie Litherland-Smith 2024-12-30 08:02:01 +00:00
parent 8b007a98fa
commit de4821de14

View file

@ -67,9 +67,10 @@
enable = true;
settings = {
general = {
disable_loading_bar = false;
hide_cursor = true;
grace = 5;
ignore_emptry_input = true;
grace = 3;
ignore_empty_input = true;
};
background = [
{
@ -79,6 +80,19 @@
blur_size = 8;
}
];
shape = [
{
monitor = "";
size = "550, 185";
color = "0xff${scheme.base00}";
rounding = 10;
border_size = 2;
border_color = "0xff${accent}";
position = "-10, -10";
halign = "right";
valign = "top";
}
];
label = [
{
monitor = "";