add a coffee link
This commit is contained in:
parent
8432b8fbb8
commit
bd5e7326b3
|
@ -1,21 +1,19 @@
|
|||
<ul>
|
||||
<li><a class="github-button"
|
||||
href="https://github.com/streetturtle/awesome-wm-widgets/subscription"
|
||||
data-icon="octicon-eye" data-show-count="true"
|
||||
aria-label="Watch streetturtle/awesome-wm-widgets on GitHub">Watch</a></li>
|
||||
<li><a class="github-button" href="https://github.com/streetturtle/awesome-wm-widgets"
|
||||
data-icon="octicon-star" data-show-count="true"
|
||||
aria-label="Star streetturtle/awesome-wm-widgets on GitHub">Star</a></li>
|
||||
<li><a class="github-button" href="https://github.com/streetturtle/awesome-wm-widgets/fork"
|
||||
data-icon="octicon-repo-forked" data-show-count="true"
|
||||
aria-label="Fork streetturtle/awesome-wm-widgets on GitHub">Fork</a></li>
|
||||
<li><a class="github-button" href="https://github.com/streetturtle/awesome-wm-widgets/issues"
|
||||
data-icon="octicon-issue-opened" data-show-count="true"
|
||||
aria-label="Issue streetturtle/awesome-wm-widgets on GitHub">Issue</a></li>
|
||||
<li><a class="github-button"
|
||||
href="https://github.com/streetturtle/awesome-wm-widgets/archive/master.zip"
|
||||
data-icon="octicon-cloud-download"
|
||||
aria-label="Download streetturtle/awesome-wm-widgets on GitHub">Download</a></li>
|
||||
<li><a class="github-button" href="https://github.com/streetturtle"
|
||||
data-show-count="true" aria-label="Follow @streetturtle on GitHub">Follow @streetturtle</a></li>
|
||||
</ul>
|
||||
<li><a class="github-button" href="https://github.com/streetturtle/awesome-wm-widgets/subscription"
|
||||
data-icon="octicon-eye" data-show-count="true"
|
||||
aria-label="Watch streetturtle/awesome-wm-widgets on GitHub">Watch</a></li>
|
||||
<li><a class="github-button" href="https://github.com/streetturtle/awesome-wm-widgets" data-icon="octicon-star"
|
||||
data-show-count="true" aria-label="Star streetturtle/awesome-wm-widgets on GitHub">Star</a></li>
|
||||
<li><a class="github-button" href="https://github.com/streetturtle/awesome-wm-widgets/fork"
|
||||
data-icon="octicon-repo-forked" data-show-count="true"
|
||||
aria-label="Fork streetturtle/awesome-wm-widgets on GitHub">Fork</a></li>
|
||||
<li><a class="github-button" href="https://github.com/streetturtle/awesome-wm-widgets/issues"
|
||||
data-icon="octicon-issue-opened" data-show-count="true"
|
||||
aria-label="Issue streetturtle/awesome-wm-widgets on GitHub">Issue</a></li>
|
||||
<li><a class="github-button" href="https://github.com/streetturtle/awesome-wm-widgets/archive/master.zip"
|
||||
data-icon="octicon-cloud-download"
|
||||
aria-label="Download streetturtle/awesome-wm-widgets on GitHub">Download</a></li>
|
||||
<li><a class="github-button" href="https://github.com/streetturtle" data-show-count="true"
|
||||
aria-label="Follow @streetturtle on GitHub">Follow me</a></li>
|
||||
<li><a class="social-link" href="https://www.buymeacoffee.com/streetturtle"><img src="https://img.shields.io/badge/-buy%20me%20a%20coffee-3B4252?style=flat&logo=Buy-Me-A-Coffee"></a></li>
|
||||
</ul>
|
|
@ -27,7 +27,7 @@
|
|||
{% include github-corner.html %}
|
||||
|
||||
<ul class="sidenav sidenav-fixed" style="transform: translateX(0px);">
|
||||
<li class="tab"><a class="white-text" href="#tabMain">Awesome WM Widgets</a></li>
|
||||
<li class="tab col s2"><a class="tab white-text" href="#tabMain">Awesome WM Widgets</a></li>
|
||||
<li><div class="divider"></div></li>
|
||||
|
||||
<ul class="collapsible collapsible-accordion">
|
||||
|
|
|
@ -5,19 +5,3 @@ layout: page
|
|||
# Awesome WM Widgets
|
||||
|
||||
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. 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"
|
||||
theme.widget_green = "#43a047"
|
||||
theme.widget_black = "#000000"
|
||||
theme.widget_transparent = "#00000000"
|
||||
```
|
||||
|
||||
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.
|
||||
|
|
|
@ -99,7 +99,14 @@ footer {
|
|||
li {
|
||||
line-height: normal;
|
||||
padding: 4px 32px;
|
||||
a.social-link {
|
||||
display: inline;
|
||||
height: 0;
|
||||
line-height: 0;
|
||||
padding: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue