blob: 7bdcfce7e74afc71438f97a73f96be6b28c1e345 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
battery_level {
battery_id = "all"
notification = True
notify_low_level = True
format = "{percent}"
}
keyboard_layout {
layouts = ['us', 'latam']
}
py3status {
nagbar_font = 'pango:Ubuntu Mono 12'
}
order += "pomodoro"
order += "dpms"
order += "keyboard_layout"
order += "battery_level"
order += "volume_status"
order += "time"
|