switched bar, squared off corners
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{
|
||||
layer = "top";
|
||||
position = "top";
|
||||
margin = "5, 5, 5, 5";
|
||||
#margin = "5, 5, 5, 5";
|
||||
modules-left = [ "hyprland/workspaces"];
|
||||
modules-center = [ "mpris" ];
|
||||
modules-right = [ "cava" "clock" "network" "pulseaudio/slider" "tray" ];
|
||||
@@ -48,11 +48,11 @@
|
||||
* {
|
||||
font-family: "Roboto";
|
||||
font-size: 17px;
|
||||
border-radius: 10px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
margin: 0 4px;
|
||||
margin: 0 0px;
|
||||
}
|
||||
|
||||
#network {
|
||||
@@ -75,7 +75,7 @@
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.modules-left {
|
||||
/*.modules-left {
|
||||
background: @base02;
|
||||
box-shadow: 0px 0px 5px 0px #101010;
|
||||
}
|
||||
@@ -88,7 +88,7 @@
|
||||
.modules-right {
|
||||
background: @base02;
|
||||
box-shadow: 0px 0px 5px 0px #101010;
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
window > box {
|
||||
@@ -102,17 +102,19 @@
|
||||
#pulseaudio-slider slider {
|
||||
min-height: 0px;
|
||||
min-width: 0px;
|
||||
border-radius: 10px;
|
||||
|
||||
}
|
||||
|
||||
#pulseaudio-slider trough {
|
||||
min-width: 60px;
|
||||
border-radius: 10px;
|
||||
background-color: @base0D
|
||||
background-color: @base0D;
|
||||
}
|
||||
|
||||
#pulseaudio-slider highlight {
|
||||
background-color: @base0C;
|
||||
border-radius: 10px;
|
||||
}
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user