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
+339 -311
View File
File diff suppressed because it is too large Load Diff
+31 -3
View File
@@ -935,8 +935,6 @@ show_ssh = false
show_power = false show_power = false
# Layout / scrolling # Layout / scrolling
width = 800
height = 600
location = center location = center
anchor = center anchor = center
@@ -962,7 +960,7 @@ label_dmenu = Commands
label_ssh = SSH label_ssh = SSH
label_power = Power label_power = Power
prompt = > prompt = > ...
#+END_SRC #+END_SRC
** =.config/wofi/style.css= ** =.config/wofi/style.css=
@@ -2952,10 +2950,40 @@ window#waybar {
/* --------------------------------------------------------- */ /* --------------------------------------------------------- */
/* SLIDERS / SPECIAL MODULES */ /* 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 { #custom-windows label {
font-size: 13px; /* same as workspace */
font-weight: bold;
color: @teal; 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 { #pulseaudio-slider {
padding: 0; padding: 0;
margin: 0; margin: 0;
@@ -76,10 +76,40 @@ window#waybar {
/* --------------------------------------------------------- */ /* --------------------------------------------------------- */
/* SLIDERS / SPECIAL MODULES */ /* 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 { #custom-windows label {
font-size: 13px; /* same as workspace */
font-weight: bold;
color: @teal; 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 { #pulseaudio-slider {
padding: 0; padding: 0;
margin: 0; margin: 0;
+1 -3
View File
@@ -12,8 +12,6 @@ show_ssh = false
show_power = false show_power = false
# Layout / scrolling # Layout / scrolling
width = 800
height = 600
location = center location = center
anchor = center anchor = center
@@ -39,4 +37,4 @@ label_dmenu = Commands
label_ssh = SSH label_ssh = SSH
label_power = Power label_power = Power
prompt = > prompt = > ...