Regenerated

This commit is contained in:
2026-04-26 10:52:35 +02:00
parent e0809cec70
commit 0a68e25533
5 changed files with 392 additions and 425 deletions
+384 -395
View File
File diff suppressed because it is too large Load Diff
+4 -15
View File
@@ -3966,7 +3966,7 @@ A file containing color variables
@define-color crust #11111b;
@define-color mantle #181825;
@define-color base #1e1e2e;
@define-color base-alpha rgba(30, 30, 46, 0.9);
@define-color base-alpha rgba(30, 30, 46, 0.2);
@define-color surface0 #313244;
@define-color surface1 #45475a;
@@ -4663,7 +4663,6 @@ These are config files for waybar
{
"layer": "top",
"position": "top",
"height": 32,
"autohide": true,
"autohide-blocked": false,
"exclusive": true,
@@ -5020,19 +5019,7 @@ window#waybar {
/* ---------GROUPS------------------------------------------------ */
/* --- Generic Groups CSS --- */
#hardware,
#workspaces,
#sporadic,
#audio,
#tray,
#datestuff,
#system,
#notifications {
margin: 0px 3px;
}
/* --- Group-level theming (replaces per-module .modules-* rules) --- */
/* --- Group-level theming --- */
#hardware,
#workspaces,
#sporadic,
@@ -5050,6 +5037,8 @@ window#waybar {
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
margin: 0px 3px;
padding: 1px 4px;
}
/* --- Group-level label padding --- */
+1 -1
View File
@@ -3,7 +3,7 @@
@define-color crust #11111b;
@define-color mantle #181825;
@define-color base #1e1e2e;
@define-color base-alpha rgba(30, 30, 46, 0.9);
@define-color base-alpha rgba(30, 30, 46, 0.2);
@define-color surface0 #313244;
@define-color surface1 #45475a;
@@ -1,7 +1,6 @@
{
"layer": "top",
"position": "top",
"height": 32,
"autohide": true,
"autohide-blocked": false,
"exclusive": true,
@@ -25,19 +25,7 @@ window#waybar {
/* ---------GROUPS------------------------------------------------ */
/* --- Generic Groups CSS --- */
#hardware,
#workspaces,
#sporadic,
#audio,
#tray,
#datestuff,
#system,
#notifications {
margin: 0px 3px;
}
/* --- Group-level theming (replaces per-module .modules-* rules) --- */
/* --- Group-level theming --- */
#hardware,
#workspaces,
#sporadic,
@@ -55,6 +43,8 @@ window#waybar {
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
margin: 0px 3px;
padding: 1px 4px;
}
/* --- Group-level label padding --- */