From a307f29e7b473ca9cdf7bd097d780e81b5559f01 Mon Sep 17 00:00:00 2001 From: BdeAlbuquerque <58791261+bdealbuquerque@users.noreply.github.com> Date: Fri, 18 Dec 2020 19:50:56 +0100 Subject: [PATCH] Update new plugin dwm_currency --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a444663..992d1d6 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ A modular statusbar for dwm - [dwm_backlight](#dwm_backlight) - [dwm_connman](#dwm_connman) - [dwm_loadavg](#dwm_loadavg) + - [dwm_currency](#dwm_currency) - [dwm_solar_panel(#dwm_solar_panel) - [Installation](#installation) - [Reccomendations](#reccomendations) @@ -162,6 +163,13 @@ Displays how much power is being produced from your solar panels ``` [💡 3.012 W ] ``` +### dwm_currency +Displays the current rate of your currency in comparison to the USD provided by [rate.sx](http://rate.sx/) +``` +[💡 1.225 ] +``` +Dependencies: ```curl``` + ## Installation 1. Clone and enter the repository: ```