Update armory config

This commit is contained in:
Trianta
2024-02-08 03:57:45 -06:00
parent 314be2a3af
commit 367cec54c5
5 changed files with 26 additions and 22 deletions
+6 -6
View File
@@ -10,8 +10,8 @@
}
window#waybar {
background: alpha(@surface2, 0.6);
border: 4px inset @yellow;
background: alpha(@base, 0.6);
border: 4px solid @sapphire;
border-radius: 8px;
color: @text;
}
@@ -25,20 +25,20 @@ window#waybar.hidden {
}
#workspaces button {
color: @mauve;
color: @blue;
background: transparent;
transition: all 0.1s ease;
}
#workspaces button.active {
background-color: @yellow;
background-color: @blue;
margin: 4px;
border-radius: 6px;
transition: all 0.1s ease;
}
.modules-left {
color: @mauve;
color: @blue;
margin: 2px;
border-radius: 16px;
}
@@ -47,7 +47,7 @@ window#waybar.hidden {
margin: 2px;
}
.modules-right {
color: @mauve;
color: @blue;
border-radius: 16px;
margin: 2px;
}