aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/config-hyprland.json
blob: a82cd3711951757011fa81a14a9d39ef8a665df9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "waybar-bot",
  "layer": "top",
  "position": "bottom",
  "height": 20,
  "spacing": 4,
  "modules-left": [
    "hyprland/workspaces"
  ],
  "modules-center": [
  ],
  "modules-right": [
  ],
  "hyprland/workspaces": {
    "persistent-workspaces": {
      "*": 9
    },
    "sort": "number"
  },
  "hyprland/window": {
    "max-length": 200,
    "seperate-outputs": true
  }
}