nit(qtile): add icons to TODO
This commit is contained in:
parent
31762bb8a1
commit
654a7685a3
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue