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=
|
** =.config/waybar/config=
|
||||||
These are config files for waybar
|
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",
|
"layer": "top",
|
||||||
"height": 34,
|
"height": 34,
|
||||||
|
|
||||||
//"modules-left": ["hyprland/window"],
|
//"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": [
|
"modules-center": [
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
"custom/hypr-workspaces"
|
"custom/hypr-workspaces"
|
||||||
|
|||||||
@@ -4,6 +4,18 @@
|
|||||||
|
|
||||||
//"modules-left": ["hyprland/window"],
|
//"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": [
|
"modules-center": [
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
"custom/hypr-workspaces"
|
"custom/hypr-workspaces"
|
||||||
|
|||||||
Reference in New Issue
Block a user