awesome-wm-widgets/_main/main.md

24 lines
897 B
Markdown
Raw Normal View History

2018-10-08 17:50:01 +02:00
---
layout: page
---
# Awesome WM Widgets
2019-12-15 21:38:11 +01:00
This is a project page of the github repo with set of widgets for Awesome Window Manager
2018-10-08 17:50:01 +02:00
## Prerequisite
2019-12-15 21:38:11 +01:00
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. Note that text widgets (for example text in spotify-widget) are using color defined in `theme.fg_normal`.
2018-10-08 17:50:01 +02:00
```lua
2019-12-15 21:38:11 +01:00
-- https://github.com/streetturtle/awesome-wm-widget
2018-10-08 17:50:01 +02:00
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
2019-12-15 21:38:11 +01:00
I would also recommend to install [Play](https://fonts.google.com/specimen/Play) font as it looks good and explicitly used in some widgets. However you can easily change font in widget's source.