ethanrutt / awesome-config

Configuration files for awesome window manager
GNU General Public License v3.0
0 stars 0 forks source link

Add more widget_utils functions #6

Open ethanrutt opened 1 month ago

ethanrutt commented 1 month ago

have arguments to set font, connect signals, keys, etc.

The goal is for theme.lua to just be able to create widgets and assign them to a theme with a single function call, all the complexity of connecting signals on hover, assigning buttons, etc. should all be hidden so that themes can be made on the fly with common widgets.