mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-08 01:43:13 +00:00
.. | ||
screenshots | ||
info-xampp.sh | ||
README.md |
Script: info-xampp
The Script prints the status of XAMPP services (Apache, MySQL, ProFTPD) if they are running.
Configuration
You have to add the xampp
command to the /etc/sudoers
NOPASSWD of your user:
user ALL=(ALL) NOPASSWD: /opt/lampp/xampp
Module
[module/info-xampp]
type = custom/script
exec = ~/polybar-scripts/info-xampp.sh
interval = 10