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:
parent
8b007a98fa
commit
de4821de14
|
@ -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 = "";
|
||||
|
|
Loading…
Reference in a new issue