New dotfiles update, spacing and colors mainly

This commit is contained in:
Trianta
2024-02-26 01:01:35 -06:00
parent 367cec54c5
commit 952824a49a
8 changed files with 60 additions and 98 deletions
+20 -20
View File
@@ -10,10 +10,10 @@
}
window#waybar {
background: alpha(@base, 0.6);
border: 4px solid @sapphire;
border-radius: 8px;
color: @text;
background: @mantle;
border: 4px solid @crust;
border-radius: 0px;
color: @peach;
}
window#waybar.hidden {
@@ -25,31 +25,24 @@ window#waybar.hidden {
}
#workspaces button {
color: @blue;
color: @peach;
background: transparent;
transition: all 0.1s ease;
}
#workspaces button.active {
background-color: @blue;
margin: 4px;
border-radius: 6px;
background-color: alpha(@base, 0.5);
margin-top: 2px;
margin-bottom: 2px;
transition: all 0.1s ease;
}
.modules-left {
color: @blue;
margin: 2px;
border-radius: 16px;
}
.modules-center {
border-radius: 16px;
margin: 2px;
}
.modules-left,
.modules-center,
.modules-right {
color: @blue;
border-radius: 16px;
margin: 2px;
background: alpha(@mantle, 0.6);
margin: 4px;
padding: 0 5px;
}
#clock,
@@ -64,5 +57,12 @@ window#waybar.hidden {
#custom-gpu,
#custom-poweroff,
#custom-weather {
background-color: @base;
border-radius: 6px;
margin-top: 4px;
margin-bottom: 4px;
margin-left: 6px;
margin-right: 6px;
padding: 0 10px;
color: @peach;
}