Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tweakpane | 2,611 | 3 | 28 | 5 days ago | 62 | June 13, 2022 | 11 | mit | TypeScript | |
:control_knobs: Compact GUI for fine-tuning parameters and monitoring value changes | ||||||||||
Kubebox | 2,021 | 11 days ago | 30 | April 09, 2022 | 38 | mit | JavaScript | |||
⎈❏ Terminal and Web console for Kubernetes | ||||||||||
Roxy Wi | 1,216 | a day ago | 4 | apache-2.0 | HTML | |||||
Web interface for managing Haproxy, Nginx, Apache and Keepalived servers | ||||||||||
Bmw Yolov4 Training Automation | 625 | 12 days ago | 9 | bsd-3-clause | Python | |||||
This repository allows you to get started with training a state-of-the-art Deep Learning model with little to no configuration needed! You provide your labeled dataset or label your dataset using our BMW-LabelTool-Lite and you can start the training right away and monitor it in many different ways like TensorBoard or a custom REST API and GUI. NoCode training with YOLOv4 and YOLOV3 has never been so easy. | ||||||||||
Alcali | 320 | 3 months ago | 16 | April 26, 2020 | 47 | mit | Vue | |||
Featureful Saltstack GUI | ||||||||||
Pyrasite Gui | 239 | 3 years ago | 7 | gpl-3.0 | Python | |||||
A graphical interface for monitoring and interacting with running Python processes | ||||||||||
Xfce4 Genmon Scripts | 113 | 6 months ago | 4 | gpl-3.0 | Shell | |||||
🐭 XFCE panel generic monitor scripts | ||||||||||
Dockdash | 99 | 10 months ago | 6 | June 01, 2022 | 1 | mit | Go | |||
Docker dashboard using Termui | ||||||||||
Callmon | 71 | 3 years ago | C | |||||||
CallMon is an experimental system call monitoring tool that works on Windows 10 versions 2004+ using PsAltSystemCallHandlers | ||||||||||
Kafkamirror | 51 | 2 years ago | 3 | January 07, 2021 | mit | JavaScript | ||||
- KafkaMirror Beta Launch Repo - KafkaMirror is a monitoring application providing live display of data to help Kafka engineers make informed decisions about its traffic and health. |
Beautify your XFCE panel by addding these awesome scripts in xfce4-genmon-plugin wrappers.
Filename | Preview | Tooltip Preview | On Click Action |
---|---|---|---|
smart-watch-battery-panel.sh | ![]() |
||
battery-panel.sh | ![]() |
battery-tooltip | battery-gui |
cleaner-panel.sh | ![]() |
cleaner-gui cleaner-gui-2 | |
cpu-panel.sh | ![]() |
cpu-tooltip | cpu-gui |
datetime-panel.sh | ![]() |
datetime-tooltip | |
die-panel.sh | ![]() |
||
disk-panel.sh | ![]() |
disk-tooltip | |
eject-panel.sh | ![]() |
eject-gui | |
kernel-panel.sh | ![]() |
kernel-tooltip | |
memory-panel.sh | ![]() |
memory-tooltip | memory-gui |
network-panel.sh | ![]() |
network-tooltip | |
pacman-panel.sh | ![]() |
pacman-tooltip | |
power-panel.sh | ![]() |
power-gui | |
spotify-panel.sh | ![]() |
spotify-tooltip | Gain focus on spotify window |
To get started, you need a horizontal xfce4-panel with 28p row size and 100% length (recommended, suits better).
Command | Font | Period (s) |
---|---|---|
/path/to/smart-watch-battery-panel.sh | xos4 Terminus Bold 18 | 30 |
/path/to/battery-panel.sh | xos4 Terminus Bold 18 | 1.75 |
/path/to/cleaner-panel.sh | xos4 Terminus Bold 18 | 3600 |
/path/to/cpu-panel.sh | xos4 Terminus Bold 18 | 1.50 |
/path/to/datetime-panel.sh | xos4 Terminus Bold 18 | 1.00 |
/path/to/die-panel.sh | xos4 Terminus Bold 18 | 2.75 |
/path/to/disk-panel.sh | xos4 Terminus Bold 18 | 5.00 |
/path/to/eject-panel.sh | xos4 Terminus Bold 18 | 3600 |
/path/to/kernel-panel.sh | xos4 Terminus Bold 18 | 3600 |
/path/to/memory-panel.sh | xos4 Terminus Bold 18 | 1.00 |
/path/to/network-panel.sh | xos4 Terminus Bold 18 | 2.25 |
/path/to/pacman-panel.sh | xos4 Terminus Bold 18 | 3600 |
/path/to/power-panel.sh | xos4 Terminus Bold 18 | 3600 |
/path/to/spotify-panel.sh | xos4 Terminus Bold 18 | 1.00 |
You just need xfce4-panel
and xfce4-genmon-plugin
. Additional requirements are mentioned inside the scripts.
Clone the project git clone --depth 1 https://github.com/xtonousou/xfce4-genmon-scripts.git
.
Add one Generic Monitor for each widget and place it wherever you want.
Finally, edit its properties and add bash /full/path/to/widget-panel.sh
. For suggested period(s) and fonts, refer to "Recommended Properties"
TIP: Monitor the CPU and Memory usage of its widget (Generic Monitor) and adjust its properties (increase period)
The icons that are packaged with this software are part of the MaterialDesign project. These icons are provided as-is without any change.
Please refer here for the respective license.
In order to use smart-watch-battery-panel.sh
you need to use a crontab or a systemd timer to generate the required information.
crontab -e
* * * * * /usr/bin/env bash /path/to/xfce4-genmon-scripts/adb-info.sh $(arp -e -n | awk "/98:28:a6:dd:00:8c/{print \$1}") battery ticwatch
arp -n -a
to get the MAC address.This project is licensed under GPL(v3) or later.