blob: 442135aa71667f0c825fd1451183b10a66e9b492 (
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
|
---
# Config file for yambar
# Note that this may be version-dependent, this file is written for v1.8.0
bar:
right:
# - network:
# name: wlp5s0
# poll-interval: 10
# content:
# map:
# on-click: /bin/sh -c "nmtui"
# conditions:
# ~carrier: {empty: {}}
# carrier:
# string: {text: " {ssid} ", deco: *combutil}
# - network:
# name: enp4s0
# content:
# map:
# on-click: /bin/sh -c "nmtui"
# conditions:
# ~carrier:
# string: {text: " Eth failed ", deco: *combutil}
# carrier: {empty: {}}
# - script: # Grade average
# path: grade_average_script
# content:
# string:
# text: " {grade} "
# deco: *combmem
# - script: # tray
# path: /home/dt/.config/yambar/scripts/yambar-tray
# content:
# empty: {}
# - script:
# path: /home/dt/.config/yambar/scripts/yambar-tray-width
# poll-interval: 10
# content:
# string:
# text: "{padding}"
# deco: *combmem
|