2024-12-07 16:44 : id 246

This commit is contained in:
deadvey 2024-12-07 16:44:30 +00:00
parent 831bef1ccb
commit b140679b30

View File

@ -292,7 +292,7 @@ in
format = "{}°"; format = "{}°";
tooltip = true; tooltip = true;
interval = 3600; interval = 3600;
exec = "wttrbar"; exec = "wttrbar --ampm";
return-type = "json"; return-type = "json";
}; };
}; };
@ -305,7 +305,8 @@ in
border-radius: ${WAYBAR_CORNER_RADIUS}px; border-radius: ${WAYBAR_CORNER_RADIUS}px;
margin: 20px; margin: 20px;
} }
window#waybar.top { window#waybar.top
window#waybar.bottom {
background-color: transparent; background-color: transparent;
} }
#workspaces button { #workspaces button {