Regenerated

This commit is contained in:
2026-04-03 19:30:25 +02:00
parent edea37aeb5
commit 4a01d79369
3 changed files with 342 additions and 306 deletions
+317 -305
View File
File diff suppressed because it is too large Load Diff
+13 -1
View File
@@ -2656,13 +2656,25 @@ in
** =.config/waybar/config=
These are config files for waybar
#+BEGIN_SRC json :tangle generated/.config/waybar/config :noweb yes :mkdirp yes :eval never
#+BEGIN_SRC jsonc :tangle generated/.config/waybar/config :noweb yes :mkdirp yes :eval never
{
"layer": "top",
"height": 34,
//"modules-left": ["hyprland/window"],
"group/workspace": {
"orientation": "horizontal",
"drawer": {
"transition-duration": 500,
"transition-left-to-right": false
},
"modules": [
"hyprland/workspaces",
"custom/hypr-workspaces"
]
}
"modules-center": [
"hyprland/workspaces",
"custom/hypr-workspaces"
+12
View File
@@ -4,6 +4,18 @@
//"modules-left": ["hyprland/window"],
"group/workspace": {
"orientation": "horizontal",
"drawer": {
"transition-duration": 500,
"transition-left-to-right": false
},
"modules": [
"hyprland/workspaces",
"custom/hypr-workspaces"
]
}
"modules-center": [
"hyprland/workspaces",
"custom/hypr-workspaces"