cfg_statusbar für Beitrag im Blog https://got-tty.org/archives/notion-batterien-und-temperatur-im-thinkpad-mit-tlp-auslesen.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mod_statusbar.create{ | |
screen=0, | |
pos='bl', | |
fullsize=false, | |
systray=true, | |
template="%date || %>load || E: %netmon_avgin/%netmon_avgout W: %iwinfo_signal %iwinfo_ssid || %exec_tlpbattery %exec_temp || %workspace_pager ||%weather_tempC C %weather_wind || %exec_sera %exec_chris %exec_google PWK: %exec_pwk WP: %exec_wp GAuth: %exec_ggl %systray_dock", | |
} | |
mod_statusbar.launch_statusd{ | |
date={ | |
date_format='%a %d.%m.%Y %H:%M', | |
}, | |
load={ | |
}, | |
exec = { | |
tlpbattery={ | |
program='/home/cmg/bin/tlpbattery', | |
retry_delay=6000*1000, | |
}, | |
chris={ | |
program='/home/cmg/bin/imapchris', | |
retry_delay=6000*1000, | |
}, | |
sera={ | |
program='/home/cmg/bin/imapseraphyn', | |
retry_delay=6000*1000, | |
}, | |
google={ | |
program='/home/cmg/bin/imapgoogle', | |
retry_delay=6000*1000, | |
}, | |
pwk={ | |
program='/home/cmg/bin/PWKAUTH', | |
retry_delay=25*1000, | |
}, | |
wp={ | |
program='/home/cmg/bin/WP', | |
retry_delay=25*1000, | |
}, | |
ggl={ | |
program='/home/cmg/bin/GGLAUTH', | |
retry_delay=25*1000, | |
}, | |
temp={ | |
program='/home/cmg/bin/TEMP', | |
retry_delay=25*1000, | |
} | |
}, | |
mail={ | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment