From 674a782ffc54e5e1ea4d294eefa9ef9056fee210 Mon Sep 17 00:00:00 2001 From: Vortex-5 Date: Sun, 31 May 2020 18:15:54 -0400 Subject: [PATCH] Changed the arrow style to inverted so the arrow is white in dark mode. --- README.md | 4 ++-- bwmon/www/bwmondark.css | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 662bf7f..158ced5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Installation instructions 3. Optionally enable lighttpd support from Services -> Webserver -> Lighttpd Server. Keep it at the default port 81 and do not enable WAN access. 4. Log into your router via ssh. You may use putty to do this on windows or just ssh on linux. 5. From your ssh terminal type: `cd /jffs/`. -6. Either download the tool directly from your router's ssh prompt type: `wget https://github.com/vortex-5/ddwrt-bwmon/releases/download/2.2.1/bwmon.tar.gz`. Alternatively you can download the file from the releases page and copy it to your usb flash drive. +6. Either download the tool directly from your router's ssh prompt type: `wget https://github.com/vortex-5/ddwrt-bwmon/releases/download/2.2.2/bwmon.tar.gz`. Alternatively you can download the file from the releases page and copy it to your usb flash drive. 7. Extract the installer package from your router's ssh prompt type: `tar -xzvf bwmon.tar.gz`. 8. Fix the permissions on your router type: `cd /jffs/bwmon/ && sh install.sh`. 9. Set the automount script on the router (Under your router's web gui's Services -> USB) to point to `/path/bwmon/startup.sh` to autostart this script on mount or just run the startup.sh script manually if you don't wish to start on system bootup. @@ -22,7 +22,7 @@ Installation instructions **Notes:** Only one of the two URL's will be available and Bwmon will autodetect which mode it should run in based on if the lighttpd server is enabled at script startup. Bwmon will automatically fall back to legacy mode if it does not have lighttpd access. -**Update:** The latest tested version of DD-WRT confirmed to be working is 43192 with this module. +**Update:** The latest tested version of DD-WRT confirmed to be working is 43306 with this module. Usage and Directory Structure ----------------------------- diff --git a/bwmon/www/bwmondark.css b/bwmon/www/bwmondark.css index ac81dea..5d0d2fa 100644 --- a/bwmon/www/bwmondark.css +++ b/bwmon/www/bwmondark.css @@ -106,11 +106,12 @@ .arrow-up { transform: rotate(90deg); + filter: invert(100%); } .arrow-down { transform: rotate(-90deg); - + filter: invert(100%); } .btn-default {