Files
DotFiles/waybar/themes/zen/config-zen
T
Thraix aecdb34116 Add fetch and install scripts
- Add fetch script which fetches the current config that is used by the
  system into the git repo
- Add install script which copies the config in the repo into the config
  folder for the user
- Add waybar as config
2026-05-19 19:38:06 +02:00

21 lines
396 B
Plaintext
Executable File

{
"layer": "top",
"position": "top",
"reload_style_on_change": true,
"modules-center": ["hyprland/workspaces"],
"hyprland/workspaces": {
"format": "{icon}",
"format-icons": {
"active": "",
"default": "",
"empty": ""
},
"persistent-workspaces": {
"*": [ 1,2,3,4,5 ]
}
}
}