Updated waybar

This commit is contained in:
2024-01-16 22:40:16 -06:00
parent 158fa4ce30
commit ae7cc50cac
2 changed files with 61 additions and 76 deletions
+17 -48
View File
@@ -1,47 +1,34 @@
@import "mocha.css";
@import "frappe.css";
* {
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;
color: @text;
}
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,29 +37,14 @@ window#waybar.hidden {
#memory,
#network,
#temperature,
#taskbar,
#tray,
#workspaces,
#wireplumber,
#pulseaudio,
#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{
#pulseaudio {
color: @sapphire;
}
#disk {
@@ -87,6 +59,3 @@ window#waybar.hidden {
#temperature {
color: @sky;
}
#taskbar button {
color: @rosewater;
}