summaryrefslogtreecommitdiff
path: root/.config/waybar/config.json
blob: 70606e5bcb8430f73bb66d979641eeb3078bdc18 (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
28
29
30
{
  "reload_style_on_change": false,
  "position": "top",
   "layer": "top",
   "height": 12,
   "spacing": 0,

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

   "modules-left": [
     "river/tags",
     "river/layout",
     "river/window"
   ],

   "modules-center": [
   ],

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

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