ajout d'interstices et bords arrondis a la barre

This commit is contained in:
2026-03-20 01:21:47 +01:00
parent 5f4a9cb976
commit e26c068d84
3 changed files with 25 additions and 4 deletions

View File

@@ -1,9 +1,12 @@
* {
margin-left: 5px;
margin-right: 5px;
font-family: sans-serif;
font-size: 14px;
}
window#waybar{
border-radius: 20px 20px 20px 20px;
background: grey;
color: white;
}
@@ -12,6 +15,6 @@ window#waybar{
color: white;
}
#workspaces button{
color: block;
#workspaces button:hover{
color: black;
}