Updated waybar config

This commit is contained in:
Trianta
2024-01-16 23:14:21 -06:00
parent b7cb9db035
commit 40b8f761e6
2 changed files with 39 additions and 73 deletions
+18 -43
View File
@@ -4,44 +4,36 @@
border: none;
border-radius: 0px;
min-height: 0;
font-size: 15px;
font-size: 14px;
font-family: "Hack Nerd Font";
/*background: @base;*/
}
window#waybar {
background-color: transparent;
color: #ffffff;
transition-property: background-color;
transition-duration: .5s;
background-color: @base;
color: @text;
border-radius: 6px;
}
window#waybar.hidden {
opacity: 0.2;
}
#workspaces {
margin: 4px 0;
border-radius: 5px;
background: transparent;
}
#workspaces button {
border-radius: 20px;
color: @overlay0;
background: transparent;
transition: all 0.1s ease;
}
#workspaces button:hover {
color: black;
border-bottom: 3px solid #ffffff;
}
#mode {
background-color: #64727D;
border-bottom: 3px solid #ffffff;
}
/* Sections */
.modules-left,
.modules-center,
.modules-right {
border-radius: 20px;
border: 3px solid @crust;
padding: 0 10px;
#workspaces button.active {
color: @lavender;
border-top: 2px solid @lavender;
transition: all 0.1s ease;
}
#clock,
@@ -50,28 +42,14 @@ window#waybar.hidden {
#memory,
#network,
#temperature,
#taskbar,
#tray,
#workspaces,
#wireplumber,
#custom-poweroff,
#custom-weather,
#custom-spotify {
#custom-weather {
padding: 0 10px;
}
.modules-left {
background-image: linear-gradient(90deg, @base, @surface0, @surface2);
}
.modules-center {
background-image: linear-gradient(270deg, @base, @overlay2, @base);
}
.modules-right {
background-image: linear-gradient(270deg, @base, @surface0, @surface2);
}
#wireplumber{
color: @sapphire;
}
@@ -87,6 +65,3 @@ window#waybar.hidden {
#temperature {
color: @sky;
}
#taskbar button {
color: @rosewater;
}