Regenerated

This commit is contained in:
2026-04-09 13:11:34 +02:00
parent 34ab3b4bc0
commit b3b0e129b1
2 changed files with 412 additions and 371 deletions
+394 -350
View File
File diff suppressed because it is too large Load Diff
+18 -21
View File
@@ -2857,11 +2857,10 @@ These are config files for waybar
** =.config/waybar/style.css=
This file contains all css for waybar
#+BEGIN_SRC css :tangle generated/.config/waybar/style.css :noweb yes :mkdirp yes :eval never
@import url("file:///home/henrov/.config/shared/colors.css");
/* --- Global --- */
* {
* {
font-family:
Aporetic Sans Mono,
Iosevka Nerd Font,
@@ -2878,7 +2877,7 @@ window#waybar {
}
/* --------------------------------------------------------- */
/* MODULES CENTER BASE --- all visible widgets min 80px */
/* MODULES CENTER --- all widgets min 80px by default */
/* --------------------------------------------------------- */
.modules-center > widget {
min-width: 80px;
@@ -2902,33 +2901,31 @@ window#waybar {
transition: padding 0.2s ease;
}
/* --- Anchors & dynamic modules --- */
/* --- Anchors: shrink on hover, otherwise normal --- */
#custom-windows,
#custom-hardware-anchor,
#custom-connections-anchor {
min-width: 80px;
padding: 0 5px;
margin: 0 2px;
opacity: 1;
transition: min-width 0.2s ease, opacity 0.2s ease, padding 0.2s ease;
}
/* Hover on the parent group → anchors shrink to zero */
#hardware:hover #custom-hardware-anchor,
#connections:hover #custom-connections-anchor {
min-width: 0;
padding: 0;
margin: 0;
opacity: 0;
transition: min-width 0.2s ease, opacity 0.2s ease, padding 0.2s ease;
}
/* Show anchors when active / hovered */
#custom-windows.active {
min-width: 0px;
padding: 0 5px;
margin: 0 2px;
opacity: 0.5;
font-weight: normal;
font-size: 12px;
}
#hardware:hover #custom-hardware-anchor,
#connections:hover #custom-connections-anchor {
min-width: 0px;
padding: 0 5px;
margin: 0 2px;
opacity: 1;
#custom-windows.active:hover {
min-width: 0;
padding: 0;
margin: 0;
opacity: 0;
}
/* --------------------------------------------------------- */