changed waybar with backup

This commit is contained in:
2025-11-14 11:51:49 -08:00
parent 71d8044079
commit 03439b983e
76 changed files with 2520 additions and 6381 deletions

38
waybar/styles/global.css Normal file
View File

@@ -0,0 +1,38 @@
* {
color: @main-fg;
}
#waybar {
background-color: @outline;
}
#waybar > box {
margin: 4px;
background-color: @main-bg;
}
button {
border-radius: 16px;
min-width: 16px;
padding: 0 10px;
}
button:hover {
background-color: @hover-bg;
color: @hover-fg;
}
tooltip {
border: 2px solid @main-br;
border-radius: 10px;
background-color: @main-bg;
}
tooltip > box {
padding: 0 6px;
}
.module,
#custom-left_div,
#custom-left_inv,
#custom-right_div,
#custom-right_inv {
margin-bottom: -1px;
}