Update armory config
This commit is contained in:
+3
-3
@@ -1,11 +1,11 @@
|
||||
[
|
||||
{
|
||||
"name": "main",
|
||||
"layer": "bottom",
|
||||
"layer": "top",
|
||||
"position": "bottom",
|
||||
"height": 48,
|
||||
"spacing": 4,
|
||||
"output": "DP-2",
|
||||
"output": "DP-1",
|
||||
"margin-left": 800,
|
||||
"margin-right": 800,
|
||||
"modules-left": [
|
||||
@@ -117,7 +117,7 @@
|
||||
"return-type": "json",
|
||||
"format": "{}",
|
||||
"tooltip": true,
|
||||
"interval": 600
|
||||
"interval": 3600
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
+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