all repos

dotfiles @ 6da6fe1

i use rach linux btw

dotfiles/config/waybar/config (view raw)

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