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
+326 -304
View File
File diff suppressed because it is too large Load Diff
+22
View File
@@ -2677,6 +2677,27 @@ These are config files for waybar
"idle_inhibitor", "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": { "group/hardware": {
"orientation": "horizontal", "orientation": "horizontal",
@@ -2825,6 +2846,7 @@ These are config files for waybar
"format-icons": ["󰁺", "󰁼", "󰁾", "󰂀", "󱈏 "] "format-icons": ["󰁺", "󰁼", "󰁾", "󰂀", "󱈏 "]
} }
} }
#+END_SRC #+END_SRC
** =.config/waybar/style.css= ** =.config/waybar/style.css=
+21
View File
@@ -18,6 +18,27 @@
"idle_inhibitor", "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": { "group/hardware": {
"orientation": "horizontal", "orientation": "horizontal",