Regenerated
This commit is contained in:
+328
-306
File diff suppressed because it is too large
Load Diff
+24
-2
@@ -2677,6 +2677,27 @@ These are config files for waybar
|
||||
"idle_inhibitor",
|
||||
],
|
||||
|
||||
/*******************************************************************/
|
||||
"group/myworkspaces": {
|
||||
"orientation": "horizontal",
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": [
|
||||
"custom/myworkspaces-wrap",
|
||||
"cpu",
|
||||
"memory",
|
||||
"temperature",
|
||||
"battery",
|
||||
]
|
||||
},
|
||||
|
||||
"custom/myworkspaces-wrap": {
|
||||
"format": "Workspaces",
|
||||
"tooltip-format": "Workspaces group"
|
||||
},
|
||||
|
||||
/*******************************************************************/
|
||||
"group/hardware": {
|
||||
"orientation": "horizontal",
|
||||
@@ -2694,7 +2715,7 @@ These are config files for waybar
|
||||
},
|
||||
|
||||
"custom/hardware-wrap": {
|
||||
"format": " Hardware ",
|
||||
"format": "Hardware",
|
||||
"tooltip-format": "Hardware group"
|
||||
},
|
||||
|
||||
@@ -2715,7 +2736,7 @@ These are config files for waybar
|
||||
},
|
||||
|
||||
"custom/connections-wrap": {
|
||||
"format": " Connections ",
|
||||
"format": "Connections",
|
||||
"tooltip-format": "Connections group"
|
||||
},
|
||||
|
||||
@@ -2825,6 +2846,7 @@ These are config files for waybar
|
||||
"format-icons": ["", "", "", "", " "]
|
||||
}
|
||||
}
|
||||
|
||||
#+END_SRC
|
||||
|
||||
** =.config/waybar/style.css=
|
||||
|
||||
@@ -18,6 +18,27 @@
|
||||
"idle_inhibitor",
|
||||
],
|
||||
|
||||
/*******************************************************************/
|
||||
"group/myworkspaces": {
|
||||
"orientation": "horizontal",
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"transition-left-to-right": true
|
||||
},
|
||||
"modules": [
|
||||
"custom/myworkspaces-wrap",
|
||||
"cpu",
|
||||
"memory",
|
||||
"temperature",
|
||||
"battery",
|
||||
]
|
||||
},
|
||||
|
||||
"custom/myworkspaces-wrap": {
|
||||
"format": "Workspaces",
|
||||
"tooltip-format": "Workspaces group"
|
||||
},
|
||||
|
||||
/*******************************************************************/
|
||||
"group/hardware": {
|
||||
"orientation": "horizontal",
|
||||
@@ -35,7 +56,7 @@
|
||||
},
|
||||
|
||||
"custom/hardware-wrap": {
|
||||
"format": " Hardware ",
|
||||
"format": "Hardware",
|
||||
"tooltip-format": "Hardware group"
|
||||
},
|
||||
|
||||
@@ -56,7 +77,7 @@
|
||||
},
|
||||
|
||||
"custom/connections-wrap": {
|
||||
"format": " Connections ",
|
||||
"format": "Connections",
|
||||
"tooltip-format": "Connections group"
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user