summaryrefslogtreecommitdiff
path: root/yambar/config.yml
blob: 263cefb98e544e985b0040f7bbc8e25f6ad51bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
bar:
  height: 26
  location: top
  background: 00000090

  center:
    - network:
        name: enp0s31f6
        content:
          string: {text: "{name}: {state}", right-margin: 10}
    - network:
        name: wlp3s0
        content:
          string: {text: "{name}: {state}"}

  right:
    - clock:
        date-format: "KW %U %Y-%m-%d"
        content:
          - string: {text: "{date}", right-margin: 10}
          - string: {text: "{time}"}