Regenerated

This commit is contained in:
2026-04-09 15:49:27 +02:00
parent 080a05d0cc
commit fab796cd0b
4 changed files with 401 additions and 317 deletions
+31 -3
View File
@@ -935,8 +935,6 @@ show_ssh = false
show_power = false
# Layout / scrolling
width = 800
height = 600
location = center
anchor = center
@@ -962,7 +960,7 @@ label_dmenu = Commands
label_ssh = SSH
label_power = Power
prompt = >
prompt = > ...
#+END_SRC
** =.config/wofi/style.css=
@@ -2952,10 +2950,40 @@ window#waybar {
/* --------------------------------------------------------- */
/* SLIDERS / SPECIAL MODULES */
/* -----------------------------
WORKSPACES / WINDOWS MODULE
----------------------------- */
/* Disable hover effects completely */
#workspace,
#workspace:hover {
background: linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
padding: 0 6px;
margin: 0;
border-radius: 30px;
transition: none; /* disable hover animation */
}
/* Set custom/windows font to match workspace font */
#custom-windows label {
font-size: 13px; /* same as workspace */
font-weight: bold;
color: @teal;
}
/* Active vs inactive workspace colors */
#workspace.active {
background: linear-gradient(45deg, @blue, @green);
color: @text; /* active text color */
}
#workspace:not(.active) {
background: linear-gradient(@base-alpha, @base-alpha);
color: @text-muted; /* inactive text color */
}
#pulseaudio-slider {
padding: 0;
margin: 0;