added alot

This commit is contained in:
Robin
2026-03-21 19:18:13 +01:00
parent 532cf4542e
commit bea73aac6b
21 changed files with 129 additions and 1030 deletions

View File

@@ -11,22 +11,22 @@ window#waybar{
padding:9px;
margin:10 10 5 10;
border-radius:9px;
background: alpha(@background,0.9);
box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
background: alpha(@background,0.6);
box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
}
.modules-center {
padding:9px;
margin:10 10 5 5;
border-radius:9px;
background: alpha(@background,0.9);
box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
background: alpha(@background,0.6);
box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
}
.modules-right {
padding:9px;
margin: 10 10 5 0;
border-radius:9px;
background: alpha(@background,0.9);
box-shadow: 2px 2px 2px rgba(0, 0, 0, .9);
background: alpha(@background,0.6);
box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
}
tooltip {
background:@background;