Regenerated
This commit is contained in:
+12
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user