Regenerated
This commit is contained in:
+326
-310
File diff suppressed because it is too large
Load Diff
+30
-14
@@ -2666,8 +2666,11 @@ These are config files for waybar
|
|||||||
|
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"group/myworkspaces",
|
"group/myworkspaces",
|
||||||
|
"custom/spacer",
|
||||||
"group/connections",
|
"group/connections",
|
||||||
|
"custom/spacer",
|
||||||
"group/hardware"
|
"group/hardware"
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
@@ -2676,6 +2679,11 @@ These are config files for waybar
|
|||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
"custom/spacer": {
|
||||||
|
"format": "",
|
||||||
|
"interval": "once"
|
||||||
|
}
|
||||||
|
|
||||||
/*******************************************************************/
|
/*******************************************************************/
|
||||||
"group/myworkspaces": {
|
"group/myworkspaces": {
|
||||||
"orientation": "horizontal",
|
"orientation": "horizontal",
|
||||||
@@ -2710,10 +2718,6 @@ These are config files for waybar
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"custom/hardware-leader": {
|
|
||||||
"format": "Hardware",
|
|
||||||
"tooltip-format": "Hardware group"
|
|
||||||
},
|
|
||||||
|
|
||||||
/*************************/
|
/*************************/
|
||||||
|
|
||||||
@@ -2861,6 +2865,7 @@ This file contains all css for waybar
|
|||||||
@define-color overlay1 rgba(255, 255, 255, 0.35);
|
@define-color overlay1 rgba(255, 255, 255, 0.35);
|
||||||
@define-color yellow rgba(255, 215, 0, 0.95);
|
@define-color yellow rgba(255, 215, 0, 0.95);
|
||||||
|
|
||||||
|
/* --- Global --- */
|
||||||
* {
|
* {
|
||||||
font-family:
|
font-family:
|
||||||
Aporetic Sans Mono,
|
Aporetic Sans Mono,
|
||||||
@@ -2877,18 +2882,29 @@ window#waybar {
|
|||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#custom-spacer {
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modules-center > widget {
|
||||||
|
/* allow expansion */
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-spacer {
|
||||||
|
/* THIS is the trick */
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* --- Groups --- */
|
||||||
|
|
||||||
#hardware {
|
#hardware {
|
||||||
padding: 0px 1px;
|
padding: 0px 1px;
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
color: @text;
|
background-color: transparent;
|
||||||
border-radius: 10px;
|
color: @text;
|
||||||
font-weight: bold;
|
border: 2px solid @inactive;
|
||||||
border: 1px solid transparent;
|
border-radius: 10px;
|
||||||
background:
|
|
||||||
linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15))
|
|
||||||
padding-box,
|
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
workspaces button {
|
workspaces button {
|
||||||
|
|||||||
@@ -7,8 +7,11 @@
|
|||||||
|
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"group/myworkspaces",
|
"group/myworkspaces",
|
||||||
|
"custom/spacer",
|
||||||
"group/connections",
|
"group/connections",
|
||||||
|
"custom/spacer",
|
||||||
"group/hardware"
|
"group/hardware"
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
@@ -17,6 +20,11 @@
|
|||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
"custom/spacer": {
|
||||||
|
"format": "",
|
||||||
|
"interval": "once"
|
||||||
|
}
|
||||||
|
|
||||||
/*******************************************************************/
|
/*******************************************************************/
|
||||||
"group/myworkspaces": {
|
"group/myworkspaces": {
|
||||||
"orientation": "horizontal",
|
"orientation": "horizontal",
|
||||||
@@ -51,10 +59,6 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"custom/hardware-leader": {
|
|
||||||
"format": "Hardware",
|
|
||||||
"tooltip-format": "Hardware group"
|
|
||||||
},
|
|
||||||
|
|
||||||
/*************************/
|
/*************************/
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
@define-color overlay1 rgba(255, 255, 255, 0.35);
|
@define-color overlay1 rgba(255, 255, 255, 0.35);
|
||||||
@define-color yellow rgba(255, 215, 0, 0.95);
|
@define-color yellow rgba(255, 215, 0, 0.95);
|
||||||
|
|
||||||
|
/* --- Global --- */
|
||||||
* {
|
* {
|
||||||
font-family:
|
font-family:
|
||||||
Aporetic Sans Mono,
|
Aporetic Sans Mono,
|
||||||
@@ -27,18 +28,29 @@ window#waybar {
|
|||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#custom-spacer {
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modules-center > widget {
|
||||||
|
/* allow expansion */
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-spacer {
|
||||||
|
/* THIS is the trick */
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* --- Groups --- */
|
||||||
|
|
||||||
#hardware {
|
#hardware {
|
||||||
padding: 0px 1px;
|
padding: 0px 1px;
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
color: @text;
|
background-color: transparent;
|
||||||
border-radius: 10px;
|
color: @text;
|
||||||
font-weight: bold;
|
border: 2px solid @inactive;
|
||||||
border: 1px solid transparent;
|
border-radius: 10px;
|
||||||
background:
|
|
||||||
linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15))
|
|
||||||
padding-box,
|
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
workspaces button {
|
workspaces button {
|
||||||
|
|||||||
Reference in New Issue
Block a user