2018-10-08 17:50:01 +02:00
---
layout: page
---
# Awesome WM Widgets
2018-11-02 21:11:03 +01:00
This is a project page of the [GitHub repo ](https://github.com/streetturtle/awesome-wm-widgets ) with set of widgets for Awesome Window Manager
2018-10-08 17:50:01 +02:00
## Prerequisite
To have a consistent color palette through all the widgets add following section to your **theme.lua** . This will also allow you to easily change colors of the widgets in one place.
```lua
theme.widget_main_color = "#74aeab"
theme.widget_red = "#e53935"
theme.widget_yelow = "#c0ca33"
theme.widget_green = "#43a047"
theme.widget_black = "#000000"
theme.widget_transparent = "#00000000"
```
2018-10-22 04:00:14 +02:00
2018-11-02 21:11:03 +01:00
However text widgets (for example currently playing song in spotify widget) are using `theme.fg_normal` color. So you need to set it as well.