all repos

dotfiles @ 060ff51

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
26
{
  "position": "top",
  "layer": "top",
  "height": 38,
  "margin-top": 0,
  "margin-bottom": 0,
  "margin-left": 0,
  "margin-right": 0,
  "include": [
    "~/.config/waybar/modules/info.jsonc",
    "~/.config/waybar/modules/niri.json"
  ],
  "modules-left": ["niri/workspaces", "niri/window"],
  "modules-center": ["clock"],
  "modules-right": [
    "niri/language",
    "tray",
    "battery",
    "temperature",
    "power-profiles-daemon",
    "idle_inhibitor",
    "backlight",
    "pulseaudio",
    "network"
  ]
}