Update armory config
This commit is contained in:
+6
-6
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user