all repos

dotfiles @ master

my dotfiles

config/waybar/config (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
27
// vim: ft=jsonc
// NOTE: hyprland config
{
  "position": "top",
  "layer": "top",
  "height": 14,
  "margin-top": 0,
  "margin-bottom": 0,
  "margin-left": 0,
  "margin-right": 0,
  "include": [
    "~/.config/waybar/modules/hypr.json",
    "~/.config/waybar/modules/info.jsonc"
  ],

  "modules-left": ["hyprland/workspaces", "hyprland/window"],
  "modules-center": ["clock", "cpu"],
  "modules-right": [
    "memory",
    "tray",
    "hyprland/language",
    "backlight",
    "battery",
    "pulseaudio",
    "network"
  ]
}