all repos

dotfiles @ d25692ccf3b4e911f6e146047ef3bfd23c2a982b

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", "cpu"],
  "modules-right": [
    "memory",
    "tray",
    "niri/language",
    "backlight",
    "battery",
    "pulseaudio",
    "network"
  ]
}