Regenerated
This commit is contained in:
+317
-305
File diff suppressed because it is too large
Load Diff
+13
-1
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user