chore: waybar river style

This commit is contained in:
hesam-init 2024-04-04 05:19:29 +03:30
parent fbcd63d871
commit b4ddc0b17d
2 changed files with 8 additions and 12 deletions

View file

@ -6,7 +6,7 @@
border: none;
border-radius: 4px;
font-family: Roboto;
font-size: 10px;
font-size: 0.8rem;
font-weight: bold;
color: #fff;
min-height: 0;
@ -28,7 +28,6 @@
#taskbar,
#wireplumber,
#language,
#workspaces,
#tray {
background-color: @backgrounddark;
padding: 0px 6px;

View file

@ -21,12 +21,17 @@
background-color: #f53c3c;
}
#tray {
min-width: 20px;
}
#workspaces {
font-size: 10px;
background-color: @backgrounddark;
padding: 0px 10px;
}
#workspaces * {
font-size: 10px;
font-size: 0.8rem;
}
#workspaces button {
@ -51,12 +56,4 @@
#workspaces button:hover {
opacity: 1;
background-color: @backgrounddark;
}
#taskbar button {
opacity: 0.2;
}
#taskbar button.active {
opacity: 1;
}