all repos

dotfiles @ 89a9bce317684d986d52f83836c84100e3f4aa82

i use rach linux btw

dotfiles/config/waybar/config (view raw)

1
// vim: ft=jsonc
2
{
3
  "position": "top",
4
  "layer": "top",
5
  "height": 14,
6
  "margin-top": 0,
7
  "margin-bottom": 0,
8
  "margin-left": 0,
9
  "margin-right": 0,
10
  "include": [
11
    "~/.config/waybar/modules/hypr.json",
12
    "~/.config/waybar/modules/info.json"
13
  ],
14
15
  "modules-left": ["hyprland/workspaces", "hyprland/window"],
16
  "modules-center": ["clock", "cpu"],
17
  "modules-right": [
18
    "memory",
19
    "tray",
20
    "hyprland/language",
21
    "backlight",
22
    "battery",
23
    "pulseaudio",
24
    "network"
25
  ]
26
}