add zammad to fw vm, add web-arm machine

This commit is contained in:
2024-08-16 22:42:00 +02:00
parent d46990b7fb
commit f86996cd28
87 changed files with 4681 additions and 135 deletions

View File

@@ -1,5 +1,5 @@
* {
font-size: 20px;
font-size: 30px;
font-family: monospace;
}
@@ -33,7 +33,7 @@ window#waybar {
}
#workspaces button {
padding: 0 2px;
padding: 0 4px;
color: #f8f8f2;
}
#workspaces button.focused {
@@ -46,7 +46,7 @@ window#waybar {
#workspaces button:hover {
background: #252525;
border: #252525;
padding: 0 3px;
padding: 0 6px;
}
#network {
@@ -75,5 +75,5 @@ window#waybar {
#cpu,
#battery,
#disk {
padding: 0 10px;
padding: 0 20px;
}