nit(qtile): add icons to TODO

This commit is contained in:
Infinidoge 2022-03-29 13:33:51 -04:00
parent 31762bb8a1
commit 654a7685a3
2 changed files with 9 additions and 1 deletions

View file

@ -70,3 +70,11 @@
** TODO Setup IRC ** TODO Setup IRC
*** TODO ZNC setup *** TODO ZNC setup
** PROJ Qtile
*** TODO Add icons to the bar
**** TODO Battery
**** TODO Volume

View file

@ -597,7 +597,7 @@ def init_widget_list(main=True, laptop=False):
padding=5, padding=5,
), ),
], ],
[ [ # TODO: Create battery icon widget using NerdFont icons
widget.Battery( widget.Battery(
format="{char} {percent:2.1%} {hour:d}h:{min:02d}m", format="{char} {percent:2.1%} {hour:d}h:{min:02d}m",
update_interval=10, update_interval=10,