Regenerated

This commit is contained in:
2026-04-26 10:39:25 +02:00
parent 278845d900
commit e0809cec70
4 changed files with 416 additions and 386 deletions
+392 -382
View File
File diff suppressed because it is too large Load Diff
+12 -2
View File
@@ -4663,6 +4663,7 @@ These are config files for waybar
{
"layer": "top",
"position": "top",
"height": 32,
"autohide": true,
"autohide-blocked": false,
"exclusive": true,
@@ -4951,7 +4952,7 @@ These are config files for waybar
"tray": {
"spacing": 10,
"icon-size": 14
"icon-size": 13
},
"clock": {
@@ -5010,6 +5011,10 @@ This file contains all css for waybar
window#waybar {
background-color: transparent;
color: @text;
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
}
@@ -5024,7 +5029,7 @@ window#waybar {
#datestuff,
#system,
#notifications {
margin: 0px 12px;
margin: 0px 3px;
}
/* --- Group-level theming (replaces per-module .modules-* rules) --- */
@@ -5096,6 +5101,11 @@ window#waybar {
WORKSPACES / WINDOWS MODULE
----------------------------- */
#workspaces {
border: none;
background: none;
}
/* Disable hover effects completely */
#workspaces button,
#workspaces button:hover {
@@ -1,6 +1,7 @@
{
"layer": "top",
"position": "top",
"height": 32,
"autohide": true,
"autohide-blocked": false,
"exclusive": true,
@@ -289,7 +290,7 @@
"tray": {
"spacing": 10,
"icon-size": 14
"icon-size": 13
},
"clock": {
@@ -16,6 +16,10 @@
window#waybar {
background-color: transparent;
color: @text;
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
}
@@ -30,7 +34,7 @@ window#waybar {
#datestuff,
#system,
#notifications {
margin: 0px 12px;
margin: 0px 3px;
}
/* --- Group-level theming (replaces per-module .modules-* rules) --- */
@@ -102,6 +106,11 @@ window#waybar {
WORKSPACES / WINDOWS MODULE
----------------------------- */
#workspaces {
border: none;
background: none;
}
/* Disable hover effects completely */
#workspaces button,
#workspaces button:hover {