Regenerated
This commit is contained in:
+384
-395
File diff suppressed because it is too large
Load Diff
+4
-15
@@ -3966,7 +3966,7 @@ A file containing color variables
|
|||||||
@define-color crust #11111b;
|
@define-color crust #11111b;
|
||||||
@define-color mantle #181825;
|
@define-color mantle #181825;
|
||||||
@define-color base #1e1e2e;
|
@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 surface0 #313244;
|
||||||
@define-color surface1 #45475a;
|
@define-color surface1 #45475a;
|
||||||
@@ -4663,7 +4663,6 @@ 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,
|
||||||
@@ -5020,19 +5019,7 @@ window#waybar {
|
|||||||
|
|
||||||
/* ---------GROUPS------------------------------------------------ */
|
/* ---------GROUPS------------------------------------------------ */
|
||||||
|
|
||||||
/* --- Generic Groups CSS --- */
|
/* --- Group-level theming --- */
|
||||||
#hardware,
|
|
||||||
#workspaces,
|
|
||||||
#sporadic,
|
|
||||||
#audio,
|
|
||||||
#tray,
|
|
||||||
#datestuff,
|
|
||||||
#system,
|
|
||||||
#notifications {
|
|
||||||
margin: 0px 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* --- Group-level theming (replaces per-module .modules-* rules) --- */
|
|
||||||
#hardware,
|
#hardware,
|
||||||
#workspaces,
|
#workspaces,
|
||||||
#sporadic,
|
#sporadic,
|
||||||
@@ -5050,6 +5037,8 @@ window#waybar {
|
|||||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
|
margin: 0px 3px;
|
||||||
|
padding: 1px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- Group-level label padding --- */
|
/* --- Group-level label padding --- */
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
@define-color crust #11111b;
|
@define-color crust #11111b;
|
||||||
@define-color mantle #181825;
|
@define-color mantle #181825;
|
||||||
@define-color base #1e1e2e;
|
@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 surface0 #313244;
|
||||||
@define-color surface1 #45475a;
|
@define-color surface1 #45475a;
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"height": 32,
|
|
||||||
"autohide": true,
|
"autohide": true,
|
||||||
"autohide-blocked": false,
|
"autohide-blocked": false,
|
||||||
"exclusive": true,
|
"exclusive": true,
|
||||||
|
|||||||
@@ -25,19 +25,7 @@ window#waybar {
|
|||||||
|
|
||||||
/* ---------GROUPS------------------------------------------------ */
|
/* ---------GROUPS------------------------------------------------ */
|
||||||
|
|
||||||
/* --- Generic Groups CSS --- */
|
/* --- Group-level theming --- */
|
||||||
#hardware,
|
|
||||||
#workspaces,
|
|
||||||
#sporadic,
|
|
||||||
#audio,
|
|
||||||
#tray,
|
|
||||||
#datestuff,
|
|
||||||
#system,
|
|
||||||
#notifications {
|
|
||||||
margin: 0px 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* --- Group-level theming (replaces per-module .modules-* rules) --- */
|
|
||||||
#hardware,
|
#hardware,
|
||||||
#workspaces,
|
#workspaces,
|
||||||
#sporadic,
|
#sporadic,
|
||||||
@@ -55,6 +43,8 @@ window#waybar {
|
|||||||
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
linear-gradient(@base-alpha, @base-alpha) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
|
margin: 0px 3px;
|
||||||
|
padding: 1px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- Group-level label padding --- */
|
/* --- Group-level label padding --- */
|
||||||
|
|||||||
Reference in New Issue
Block a user