summaryrefslogtreecommitdiff
path: root/.config/waybar/config.json
blob: f61d9bddf791618bb5e8409f9d78685d80356e55 (plain)
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
{
  "position": "top",
   "layer": "top",
   "height": 12,
   "spacing": 0,

   "_Modules_": "Choose the order of the modules",

   "modules-left": [
     "dwl/tags",
     "dwl/window",
   ],

   "modules-center": [
   ],

   "modules-right": [
     "custom/dotfiles",
     "custom/mail",
     "custom/eselect",
     "custom/date",
     "custom/time",
     "custom/battery",
   ],

   "include": "~/.config/waybar/modules.json"
}