matugen: add rounding

This commit is contained in:
Nico 2025-09-10 00:24:12 +10:00
parent 4bb22a248e
commit 19cff288ab
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
7 changed files with 20 additions and 16 deletions

View file

@ -4,7 +4,7 @@
/* `otf-font-awesome` is required to be installed for icons */
/* font-family: ComicShannsMono Nerd Font, FontAwesome, Roboto, Helvetica, Arial, sans-serif;*/
font-size: 20px;
border-radius: 10px;
/* border-radius: 10px;*/
transition-duration: 0.5s;
}
@ -39,7 +39,7 @@ window#waybar.solo {
#workspaces {
background-color: @background;
color: @primary;
border-radius: 10px;
/* border-radius: 10px;*/
}
#workspaces button {