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