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
@@ -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 {