[Update] bulk update

This commit is contained in:
2026-09-17 20:45:06 +02:00
committed by Coja
parent 3ec2503f38
commit ed7e34552d
158 changed files with 3258 additions and 2419 deletions
+10 -5
View File
@@ -7,7 +7,10 @@
min-height: 10px;
}
@import "../theme.css"; /* HyDE/wallbash-generated colors, lives one level up */
@import "../theme.css";
/* HyDE/wallbash-generated colors, one level up. FATAL if missing —
waybar exits before drawing anything. install.sh seeds it from ../theme-fallback.css on
hosts where wallbash never wrote one. */
window#waybar {
/* transparent so the cavabar (bottom layer, same region) shows through; module pills keep @main-bg */
@@ -70,13 +73,13 @@ tooltip {
padding-left: 3px;
padding-right: 3px;
margin-right: 0px;
color: @wb-color;
color: @main-fg;
animation: tb_normal 20s ease-in-out 1;
}
#taskbar button.active {
background: @wb-act-bg;
color: @wb-act-color;
color: @wb-act-fg;
/*animation: tb_active 20s ease-in-out 1;*/
box-shadow: 0 0 1px 1px rgba(128, 128, 128, 0.4);
transition: all 0.4s cubic-bezier(0.55, -0.68, 0.48, 1.682);
@@ -84,7 +87,7 @@ tooltip {
#taskbar button:hover {
background: @wb-hvr-bg;
color: @wb-hvr-color;
color: @wb-hvr-fg;
opacity: 0.8;
animation: tb_hover 20s ease-in-out 1;
transition: all 0.3s cubic-bezier(0.55, -0.68, 0.48, 1.682);
@@ -132,7 +135,9 @@ tooltip {
#custom-rl_end,
#custom-rr_end {
color: @main-fg;
background: @main-bg;
/* background: @main-bg; */
background: transparent;
opacity: 1;
margin: 4px 0px 4px 0px;
padding-left: 4px;