all repos

dotfiles @ 6b63f2d

my dotfiles

config/niri/waybar.jsonc (view raw)

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