Regenerated

This commit is contained in:
2026-04-04 11:07:25 +02:00
parent 44b121e034
commit 51d913e763
3 changed files with 375 additions and 310 deletions
+328 -306
View File
File diff suppressed because it is too large Load Diff
+24 -2
View File
@@ -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=
+23 -2
View File
@@ -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"
},