aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/config-hyprland.json
blob: 1daf3eb1c4276f970dd41e3dec2960bf8e214499 (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",
    "hyprland/window"
  ],
  "modules-center": [
  ],
  "modules-right": [
  ],
  "hyprland/workspaces": {
    "format": "{icon}",
    "on-scroll-up": "hyprctl dispatch workspace e+1",
    "on-scroll-down": "hyprctl dispatch workspace e-1"
  },
  "hyprland/window": {
    "max-length": 200,
    "seperate-outputs": true
  }
}