blob: c4a2ae6b2901221cb67697a81bca60c25b4aa28f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
battery_level {
battery_id = "all"
notification = True
notify_low_level = True
format = "{percent}"
}
py3status {
nagbar_font = 'pango:Ubuntu Mono 12'
}
order += "pomodoro"
order += "keyboard_layout"
order += "battery_level"
order += "time"
|