Regenerated

This commit is contained in:
2026-04-05 20:21:53 +02:00
parent 2d0ad51911
commit 33359fcab3
3 changed files with 413 additions and 392 deletions
+335 -328
View File
File diff suppressed because it is too large Load Diff
+39 -32
View File
@@ -2870,39 +2870,39 @@ This file contains all css for waybar
/* === Catppuccin Mocha Palette === */ /* === Catppuccin Mocha Palette === */
/* Background / Base */ /* Background / Base */
@define-color mocha-crust #11111b; @define-color crust #11111b;
@define-color mocha-mantle #181825; @define-color mantle #181825;
@define-color mocha-base #1e1e2e; @define-color base #1e1e2e;
/* Surface */ /* Surface */
@define-color mocha-surface0 #313244; @define-color surface0 #313244;
@define-color mocha-surface1 #45475a; @define-color surface1 #45475a;
@define-color mocha-surface2 #585b70; @define-color surface2 #585b70;
/* Overlays */ /* Overlays */
@define-color mocha-overlay0 #6c7086; @define-color overlay0 #6c7086;
@define-color mocha-overlay1 #7f849c; @define-color overlay1 #7f849c;
@define-color mocha-overlay2 #9399b2; @define-color overlay2 #9399b2;
/* Subtext & Text */ /* Subtext & Text */
@define-color mocha-subtext0 #a6adc8; @define-color subtext0 #a6adc8;
@define-color mocha-subtext1 #bac2de; @define-color subtext1 #bac2de;
@define-color mocha-text #cdd6f4; @define-color text #cdd6f4;
/* Accents */ /* Accents */
@define-color mocha-rosewater #f5e0dc; @define-color rosewater #f5e0dc;
@define-color mocha-flamingo #f2cdcd; @define-color flamingo #f2cdcd;
@define-color mocha-pink #f5c2e7; @define-color pink #f5c2e7;
@define-color mocha-mauve #cba6f7; @define-color mauve #cba6f7;
@define-color mocha-red #f38ba8; @define-color red #f38ba8;
@define-color mocha-maroon #eba0ac; @define-color maroon #eba0ac;
@define-color mocha-peach #fab387; @define-color peach #fab387;
@define-color mocha-yellow #f9e2af; @define-color yellow #f9e2af;
@define-color mocha-green #a6e3a1; @define-color green #a6e3a1;
@define-color mocha-teal #94e2d5; @define-color teal #94e2d5;
@define-color mocha-sapphire #74c7ec; @define-color sapphire #74c7ec;
@define-color mocha-blue #89b4fa; @define-color blue #89b4fa;
@define-color mocha-lavender #b4befe; @define-color lavender #b4befe;
/* /*
@@ -2938,7 +2938,17 @@ window#waybar {
.modules-center > widget { .modules-center > widget {
/* this makes ALL center modules share space */ /* this makes ALL center modules share space */
/* flex-grow: 1; */ padding: 0px 1px;
min-width: 80px;
color: @text;
border-radius: 10px;
font-weight: bold;
/* transparent border to preserve spacing */
border: 1px solid transparent;
/* fake border via layered background */
background:
linear-gradient(45deg, @blue, @green) border-box,
rgba(0, 0, 0, 0.0) padding-box;
} }
/* --- Groups --- */ /* --- Groups --- */
@@ -2949,7 +2959,6 @@ window#waybar {
min-width: 80px; min-width: 80px;
border-radius: 10px; border-radius: 10px;
font-weight: bold; font-weight: bold;
border: 1px linear-gradient(45deg, @blue, @green) border-box;
background: transparent background: transparent
} }
@@ -2972,11 +2981,10 @@ window#waybar {
#myworkspaces { #myworkspaces {
padding: 0px 1px; padding: 0px 1px;
min-width: 80px;
color: @text; color: @text;
min-width: 80px;
border-radius: 10px; border-radius: 10px;
font-weight: bold; font-weight: bold;
border: 1px linear-gradient(45deg, @blue, @green) border-box;
background: transparent background: transparent
} }
@@ -2998,12 +3006,11 @@ window#waybar {
} }
#connections { #connections {
padding: 0px 1px;; padding: 0px 1px;
min-width: 80px;
color: @text; color: @text;
min-width: 80px;
border-radius: 10px; border-radius: 10px;
font-weight: bold; font-weight: bold;
border: 1px linear-gradient(45deg, @blue, @green) border-box;
background: transparent background: transparent
} }
+39 -32
View File
@@ -1,39 +1,39 @@
/* === Catppuccin Mocha Palette === */ /* === Catppuccin Mocha Palette === */
/* Background / Base */ /* Background / Base */
@define-color mocha-crust #11111b; @define-color crust #11111b;
@define-color mocha-mantle #181825; @define-color mantle #181825;
@define-color mocha-base #1e1e2e; @define-color base #1e1e2e;
/* Surface */ /* Surface */
@define-color mocha-surface0 #313244; @define-color surface0 #313244;
@define-color mocha-surface1 #45475a; @define-color surface1 #45475a;
@define-color mocha-surface2 #585b70; @define-color surface2 #585b70;
/* Overlays */ /* Overlays */
@define-color mocha-overlay0 #6c7086; @define-color overlay0 #6c7086;
@define-color mocha-overlay1 #7f849c; @define-color overlay1 #7f849c;
@define-color mocha-overlay2 #9399b2; @define-color overlay2 #9399b2;
/* Subtext & Text */ /* Subtext & Text */
@define-color mocha-subtext0 #a6adc8; @define-color subtext0 #a6adc8;
@define-color mocha-subtext1 #bac2de; @define-color subtext1 #bac2de;
@define-color mocha-text #cdd6f4; @define-color text #cdd6f4;
/* Accents */ /* Accents */
@define-color mocha-rosewater #f5e0dc; @define-color rosewater #f5e0dc;
@define-color mocha-flamingo #f2cdcd; @define-color flamingo #f2cdcd;
@define-color mocha-pink #f5c2e7; @define-color pink #f5c2e7;
@define-color mocha-mauve #cba6f7; @define-color mauve #cba6f7;
@define-color mocha-red #f38ba8; @define-color red #f38ba8;
@define-color mocha-maroon #eba0ac; @define-color maroon #eba0ac;
@define-color mocha-peach #fab387; @define-color peach #fab387;
@define-color mocha-yellow #f9e2af; @define-color yellow #f9e2af;
@define-color mocha-green #a6e3a1; @define-color green #a6e3a1;
@define-color mocha-teal #94e2d5; @define-color teal #94e2d5;
@define-color mocha-sapphire #74c7ec; @define-color sapphire #74c7ec;
@define-color mocha-blue #89b4fa; @define-color blue #89b4fa;
@define-color mocha-lavender #b4befe; @define-color lavender #b4befe;
/* /*
@@ -69,7 +69,17 @@ window#waybar {
.modules-center > widget { .modules-center > widget {
/* this makes ALL center modules share space */ /* this makes ALL center modules share space */
/* flex-grow: 1; */ padding: 0px 1px;
min-width: 80px;
color: @text;
border-radius: 10px;
font-weight: bold;
/* transparent border to preserve spacing */
border: 1px solid transparent;
/* fake border via layered background */
background:
linear-gradient(45deg, @blue, @green) border-box,
rgba(0, 0, 0, 0.0) padding-box;
} }
/* --- Groups --- */ /* --- Groups --- */
@@ -80,7 +90,6 @@ window#waybar {
min-width: 80px; min-width: 80px;
border-radius: 10px; border-radius: 10px;
font-weight: bold; font-weight: bold;
border: 1px linear-gradient(45deg, @blue, @green) border-box;
background: transparent background: transparent
} }
@@ -103,11 +112,10 @@ window#waybar {
#myworkspaces { #myworkspaces {
padding: 0px 1px; padding: 0px 1px;
min-width: 80px;
color: @text; color: @text;
min-width: 80px;
border-radius: 10px; border-radius: 10px;
font-weight: bold; font-weight: bold;
border: 1px linear-gradient(45deg, @blue, @green) border-box;
background: transparent background: transparent
} }
@@ -129,12 +137,11 @@ window#waybar {
} }
#connections { #connections {
padding: 0px 1px;; padding: 0px 1px;
min-width: 80px;
color: @text; color: @text;
min-width: 80px;
border-radius: 10px; border-radius: 10px;
font-weight: bold; font-weight: bold;
border: 1px linear-gradient(45deg, @blue, @green) border-box;
background: transparent background: transparent
} }