matugen: add rounding
This commit is contained in:
parent
4bb22a248e
commit
19cff288ab
7 changed files with 20 additions and 16 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue