6 lines
94 B
Python
6 lines
94 B
Python
|
|
# Define Widgets
|
|
widget_defaults = dict(
|
|
font="Fira Code Nerd Font",
|
|
fontsize = 11,
|
|
) |