aboutsummaryrefslogtreecommitdiff
path: root/crait.config-waybar-local.conf
blob: 3f256207508ea42ece70b0ec953c8b7e22d42020 (plain) (blame)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// -*- jsonc -*-
{
  "height": 16,
  "tray": {
    "icon-size": 14
  },
  "clock": {
    "format-alt": "{:%a %Y-%m-%d %T}",
    "format": "{:%T}"
  },
  "modules-center": [
    "privacy",
    "systemd-failed-units",
  ],
  "modules-right": [
    "idle_inhibitor",
    "power-profiles-daemon",
    "pulseaudio",
    "bluetooth",
    "network",
    "cpu",
    "memory",
    "temperature",
    "backlight",
    "battery",
    "clock",
    "tray",
    "custom/notification"
  ],
  "custom/notification": {
    "tooltip": false,
    "format": "{icon}",
    "format-icons": {
      "notification": "<span foreground='red'><sup></sup></span>",
      "none": "",
      "dnd-notification": "<span foreground='red'><sup></sup></span>",
      "dnd-none": ""
    },
    "return-type": "json",
    "exec-if": "which swaync-client",
    "exec": "swaync-client -swb",
    "on-click": "swaync-client -t -sw",
    "on-click-right": "swaync-client -d -sw",
    "escape": true
  }
}

// Local Variables:
// indent-tabs-mode: nil
// js-indent-level: 2
// End: