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": [
|
||||
"group/myworkspaces",
|
||||
"custom/spacer",
|
||||
"group/connections",
|
||||
"custom/spacer",
|
||||
"group/hardware"
|
||||
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
@@ -2676,6 +2679,11 @@ These are config files for waybar
|
||||
"idle_inhibitor",
|
||||
],
|
||||
|
||||
"custom/spacer": {
|
||||
"format": "",
|
||||
"interval": "once"
|
||||
}
|
||||
|
||||
/*******************************************************************/
|
||||
"group/myworkspaces": {
|
||||
"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 yellow rgba(255, 215, 0, 0.95);
|
||||
|
||||
/* --- Global --- */
|
||||
* {
|
||||
font-family:
|
||||
Aporetic Sans Mono,
|
||||
@@ -2877,18 +2882,29 @@ window#waybar {
|
||||
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 {
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
border: 1px solid transparent;
|
||||
background:
|
||||
linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15))
|
||||
padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
|
||||
min-width: 80px;
|
||||
background-color: transparent;
|
||||
color: @text;
|
||||
border: 2px solid @inactive;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
workspaces button {
|
||||
|
||||
@@ -7,8 +7,11 @@
|
||||
|
||||
"modules-center": [
|
||||
"group/myworkspaces",
|
||||
"custom/spacer",
|
||||
"group/connections",
|
||||
"custom/spacer",
|
||||
"group/hardware"
|
||||
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
@@ -17,6 +20,11 @@
|
||||
"idle_inhibitor",
|
||||
],
|
||||
|
||||
"custom/spacer": {
|
||||
"format": "",
|
||||
"interval": "once"
|
||||
}
|
||||
|
||||
/*******************************************************************/
|
||||
"group/myworkspaces": {
|
||||
"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 yellow rgba(255, 215, 0, 0.95);
|
||||
|
||||
/* --- Global --- */
|
||||
* {
|
||||
font-family:
|
||||
Aporetic Sans Mono,
|
||||
@@ -27,18 +28,29 @@ window#waybar {
|
||||
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 {
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
border: 1px solid transparent;
|
||||
background:
|
||||
linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15))
|
||||
padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
|
||||
min-width: 80px;
|
||||
background-color: transparent;
|
||||
color: @text;
|
||||
border: 2px solid @inactive;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
workspaces button {
|
||||
|
||||
Reference in New Issue
Block a user