summaryrefslogtreecommitdiff
path: root/yambar/config.yml
blob: 7e71140ce3657f06edc8e708a3d5613745fa7853 (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
bar:
  height: 26
  location: bottom
  background: 000000ff
  font: Commit Mono-23
  border: { top-width: 2, bottom-width: 2, left-width: 2, right-width: 2 }

  right:
    - script:
        path: ~/.local/bin/yambar_status
        args: []
        poll-interval: 1000
        content: {string: {text: "{temp} | {time}"}}
  left:
    - dwl:
        number-of-tags: 8
        dwl-info-filename: "/home/tslil/.cache/dwltags"
        name-of-tags: [ "F", "U", "H", ".", "V", "L", "O", "M" ]
        content:
          list:
            items:
              - map:
                  conditions:
                    # default tag
                    id == 0: {string: {text: " | {layout} | {title}"}}
                    selected: {string: {text: " *{name}"}}
                    ~empty: {string: {text: " {name}"}}
                    urgent: {string: {text: "=> {name} <="}}