blob: 2b44dbfeb6c823a1a4d703f8ec500dabaed80a35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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 += "keyboard_layout"
order += "battery_level"
order += "time"
|