Regenerated

This commit is contained in:
2026-04-04 13:39:42 +02:00
parent 369e5594cf
commit b38cd7ba61
2 changed files with 352 additions and 530 deletions
+330 -436
View File
File diff suppressed because it is too large Load Diff
+22 -94
View File
@@ -2848,7 +2848,7 @@ These are config files for waybar
** =.config/waybar/style.css=
This file contains all css for waybar
#+BEGIN_SRC css :tangle generated/.config/waybar/config :noweb yes :mkdirp yes :eval never
#+BEGIN_SRC css :tangle generated/.config/waybar/style.css :noweb yes :mkdirp yes :eval never
/* --- Hyprland palette (ported) --- */
@define-color base rgba(30, 30, 46, 1.0);
@define-color inactive rgba(89, 89, 89, 0.667);
@@ -2882,92 +2882,37 @@ window#waybar {
}
/* --------------------------------------------------------- */
/* CENTER LAYOUT FIX (SPREAD GROUPS EVENLY) */
/* GROUPS */
/* --------------------------------------------------------- */
/* Make center expand */
.modules-center {
spacing: 0;
}
/* Each group gets equal width */
.modules-center > widget {
flex: 1;
display: flex;
justify-content: center;
margin: 0 10px;
}
/* --------------------------------------------------------- */
/* GROUP CONTAINERS */
/* --------------------------------------------------------- */
myworkspaces,
connections,
hardware {
min-width: 220px;
display: flex;
justify-content: center;
padding: 4px 10px;
text-align: center;
color: @text;
#custom-hardware-wrap {
font-weight: bold;
border-radius: 10px;
border: 1px solid transparent;
background:
linear-gradient(rgba(255,255,255,0.15),
rgba(255,255,255,0.15)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
box-shadow: none;
background: #202131;
text-shadow: none;
padding: 0px;
border-radius: 5px;
margin-top: 3px;
margin-bottom: 3px;
margin-right: 6px;
margin-left: 6px;
padding-right: 4px;
padding-left: 4px;
color: #98C379;
}
/* --------------------------------------------------------- */
/* PILL STYLE (THIS IS THE IMPORTANT PART) */
/* --------------------------------------------------------- */
/*
background:
linear-gradient(rgba(255, 255, 255, 0.15),
rgba(255, 255, 255, 0.15)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
*/
custom-myworkspaces-wrap,
custom-connections-wrap,
custom-hardware-wrap {
padding: 4px 12px;
min-width: 120px; /* equal pill size */
text-align: center;
color: @text;
font-weight: bold;
border-radius: 10px;
border: 1px solid transparent;
background:
linear-gradient(rgba(255, 255, 255, 0.15),
rgba(255, 255, 255, 0.15)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
}
/* HOVER (your requested style) */
custom-myworkspaces-wrap:hover,
custom-connections-wrap:hover,
custom-hardware-wrap:hover {
background:
linear-gradient(rgba(255, 255, 255, 0.25),
rgba(255, 255, 255, 0.25)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
}
/* --------------------------------------------------------- */
/* DRAWER CONTENT (inside groups) */
/* --------------------------------------------------------- */
myworkspaces box,
connections box,
hardware box {
margin-left: 25px;
}
/* --------------------------------------------------------- */
/* WORKSPACES (unchanged, but clean) */
/* WORKSPACES */
/* --------------------------------------------------------- */
workspaces button {
@@ -3040,23 +2985,6 @@ workspaces button.active {
#temperature.critical {
background-color: @red;
}
/* --------------------------------------------------------- */
/* NOTIFICATIONS */
/* --------------------------------------------------------- */
#custom-notifications {
margin: 0 4px;
padding: 0 4px;
}
#custom-notifications.empty {
color: @overlay1;
}
#custom-notifications.unread {
color: @yellow;
}
#+END_SRC
** =.config/waybar/scripts/bluetooth-status.sh=