diff --git a/README.MD b/README.MD index 04f4ffb..a157ead 100644 --- a/README.MD +++ b/README.MD @@ -59,7 +59,7 @@ ram: ### IP The IP module lets you display a local IP address. -It takes an interface array which will be scanned in the same order. As of today, it only supports IPv4. IPv6 support may be coming later (PR are welcome ;)). +It takes an interface array which will be scanned in the same order. As of today, it only supports IPv4. IPv6 support may be coming later (PR are welcome ;)). This will also ignore non-existing interface, so if you want to put first your Android's RNDIS it won't mess your setup when you are not connected through your smartphone. It also takes a `no_ip` string that is displayed when no address IP can be found. @@ -130,4 +130,14 @@ custom: my_custom_script: prefix: ☁️ command: curl wttr.in/Paris?format=%t -``` \ No newline at end of file +``` + +### Future plans +This project is open for contribution. If you know Go you can definetly create your own module and submit a PR ! + +Here are the upcoming features: +- include / multiple config file +- Temperature sensors module + +Could happen in the future: +- Weather module \ No newline at end of file diff --git a/config.yml b/config.yml deleted file mode 100644 index 3b5d504..0000000 --- a/config.yml +++ /dev/null @@ -1,27 +0,0 @@ -datetime: - i3: - prefix:  - format: 01/02/06 15:04:05 - tmux: - format: 15:04:05 - -ram: - i3: - format: "%percentage%" - unit: Go - rounding: 2 - tmux: - format: "%used% / %total% %unit% - %free%" - unit: Go - rounding: 2 - -ip: - tmux: - interface: ['enp37s0'] - no_ip: No address - -music: - tmux: - format: "%xesam:title% - %xesam:artist%" - no_player: None - trim_at: 15 \ No newline at end of file