From 7bf9c53bbf89e48b85dd5e6326685b6ccc8a8ee4 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Sun, 15 Dec 2019 15:38:11 -0500 Subject: [PATCH] update main page --- _main/main.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_main/main.md b/_main/main.md index ab4ca2b..8e2519c 100644 --- a/_main/main.md +++ b/_main/main.md @@ -4,13 +4,14 @@ layout: page # Awesome WM Widgets -This is a project page of the [GitHub repo](https://github.com/streetturtle/awesome-wm-widgets) with set of widgets for Awesome Window Manager +This is a project page of the github repo with set of widgets for Awesome Window Manager ## 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. +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`. ```lua +-- https://github.com/streetturtle/awesome-wm-widget theme.widget_main_color = "#74aeab" theme.widget_red = "#e53935" theme.widget_yelow = "#c0ca33" @@ -19,4 +20,4 @@ theme.widget_black = "#000000" theme.widget_transparent = "#00000000" ``` -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. +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.