mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-27 00:53:42 +02:00
chore: waybar river style
This commit is contained in:
parent
fbcd63d871
commit
b4ddc0b17d
2 changed files with 8 additions and 12 deletions
|
@ -6,7 +6,7 @@
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
font-size: 10px;
|
font-size: 0.8rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
@ -28,7 +28,6 @@
|
||||||
#taskbar,
|
#taskbar,
|
||||||
#wireplumber,
|
#wireplumber,
|
||||||
#language,
|
#language,
|
||||||
#workspaces,
|
|
||||||
#tray {
|
#tray {
|
||||||
background-color: @backgrounddark;
|
background-color: @backgrounddark;
|
||||||
padding: 0px 6px;
|
padding: 0px 6px;
|
||||||
|
|
|
@ -21,12 +21,17 @@
|
||||||
background-color: #f53c3c;
|
background-color: #f53c3c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tray {
|
||||||
|
min-width: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
font-size: 10px;
|
background-color: @backgrounddark;
|
||||||
|
padding: 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces * {
|
#workspaces * {
|
||||||
font-size: 10px;
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
|
@ -51,12 +56,4 @@
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
background-color: @backgrounddark;
|
background-color: @backgrounddark;
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button {
|
|
||||||
opacity: 0.2;
|
|
||||||
}
|
|
||||||
|
|
||||||
#taskbar button.active {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue