all repos

dotfiles @ 8ae57e2ec4dab44c1490291b3b993268b3c22d61

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": 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", "temperature"],
  "modules-right": [
    "niri/language",
    "tray",
    "battery",
    "power-profiles-daemon",
    "idle_inhibitor",
    "backlight",
    "pulseaudio",
    "network"
  ]
}