autostart-foot-journalctl.conf: sleep and use foot-client

This commit is contained in:
Aminda Suomalainen 2024-07-09 08:54:38 +03:00
parent 0d3e3edc7f
commit 4d76f059f0
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -1,10 +1,11 @@
exec --no-startup-id foot --title=system\ journal journalctl -f
exec --no-startup-id foot --title=user\ journal journalctl -f --user
exec --no-startup-id foot --title=iwd\ log journalctl -u iwd -f
exec --no-startup-id foot --title=networkd\ log journalctl -u systemd-networkd -f
exec --no-startup-id foot --title=resolved\ log journalctl -u systemd-resolved -f
exec --no-startup-id foot --title=unbound\ log journalctl -u unbound -f
exec --no-startup-id sleep 15 && foot-client --title=system\ journal journalctl -f
exec --no-startup-id sleep 15 && foot-client --title=user\ journal journalctl -f --user
exec --no-startup-id sleep 15 && foot-client --title=iwd\ log journalctl -u iwd -f
exec --no-startup-id sleep 15 && foot-client --title=networkd\ log journalctl -u systemd-networkd -f
exec --no-startup-id sleep 15 && foot-client --title=NetworkManager\ log journalctl -u NetworkManager -f
exec --no-startup-id sleep 15 && foot-client --title=resolved\ log journalctl -u systemd-resolved -f
exec --no-startup-id sleep 15 && foot-client --title=unbound\ log journalctl -u unbound -f
# Debian uses chrony, Fedora chronyd. Comment inappropiate.
exec --no-startup-id foot --title=chrony\ log journalctl -u chrony -f
exec --no-startup-id foot --title=chronyd\ log journalctl -u chronyd -f
exec --no-startup-id foot --title=bluetooth\ log journalctl -u bluetooth -f
exec --no-startup-id sleep 15 && foot-client --title=chrony\ log journalctl -u chrony -f
exec --no-startup-id sleep 15 && foot-client --title=chronyd\ log journalctl -u chronyd -f
exec --no-startup-id sleep 15 && foot-client --title=bluetooth\ log journalctl -u bluetooth -f