[READ-ONLY] Mirror of https://github.com/jmrplens/ShellFish-Widgets. Bash scripts to send information from the server to the widget.
0

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

authored by

José M. Requena Plens and committed by
GitHub
(Sep 7, 2024, 9:56 PM +0200) 4fa761c4 5464e51d

+8
+8
README.md
··· 42 42 By running `./your_path/small_widget_A.sh --server_name Example`, the widget will look like this: 43 43 44 44 <img src=".github/small_widget_A.png" width="150"> 45 + 46 + Using the parameter `--target XX` you can display the information of several servers in different widgets: 47 + 48 + - `./your_path/small_widget_A.sh --server_name Mastodon --target Mastodon_Small` 49 + - `./your_path/small_widget_A.sh --server_name NGINX --target NGINX_Small` 50 + - `./your_path/small_widget_A.sh --server_name HA --target Home_Assistant_Small` 51 + 52 + <img src=".github/small_widget_a_full.png" width="300">