mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-09-19 21:07:19 +02:00
Compare commits
No commits in common. "37fec33b6cb8ac6323e44d2cc3a3ed6c17ac6f56" and "4fbdcc3e40b9f6b670c07ede47c86cf20bce0fbe" have entirely different histories.
37fec33b6c
...
4fbdcc3e40
@ -1,7 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Exec=footclient -T DNS journalctl --no-hostname --follow -u unbound -u systemd-resolved
|
|
||||||
Icon=foot
|
|
||||||
Terminal=false
|
|
||||||
Name=DNS log
|
|
||||||
Comment=sysadmin laziness
|
|
@ -1,7 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Exec=footclient -T Network journalctl --no-hostname --follow -u NetworkManager -u systemd-networkd -u wpa_supplicant -u iwd
|
|
||||||
Icon=foot
|
|
||||||
Terminal=false
|
|
||||||
Name=Network log
|
|
||||||
Comment=sysadmin laziness
|
|
@ -1,7 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Exec=footclient -T Time journalctl --no-hostname --follow -u chrony -u chronyd -u systemd-timesyncd -u ntp -u ntpd
|
|
||||||
Icon=foot
|
|
||||||
Terminal=false
|
|
||||||
Name=Time log
|
|
||||||
Comment=sysadmin laziness
|
|
@ -1,7 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Exec=footclient -T System journalctl --no-hostname --follow
|
|
||||||
Icon=foot
|
|
||||||
Terminal=false
|
|
||||||
Name=System log
|
|
||||||
Comment=sysadmin laziness
|
|
6
install
6
install
@ -213,12 +213,6 @@ if [ "$(id -u)" == "0" ]; then
|
|||||||
# SECURITY WARNING, autostarts
|
# SECURITY WARNING, autostarts
|
||||||
(rm -v /etc/xdg/autostart/footclient-tmux.desktop &)
|
(rm -v /etc/xdg/autostart/footclient-tmux.desktop &)
|
||||||
cp -v etc/xdg/autostart/foot-tmux.desktop /etc/xdg/autostart/
|
cp -v etc/xdg/autostart/foot-tmux.desktop /etc/xdg/autostart/
|
||||||
if hash journalctl 2> /dev/null; then
|
|
||||||
cp -v etc/xdg/autostart/footclient-journal.desktop /etc/xdg/autostart/
|
|
||||||
cp -v etc/xdg/autostart/footclient-journal-dns.desktop /etc/xdg/autostart/
|
|
||||||
cp -v etc/xdg/autostart/footclient-journal-network.desktop /etc/xdg/autostart/
|
|
||||||
cp -v etc/xdg/autostart/footclient-journal-time.desktop /etc/xdg/autostart/
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Enables laziness on checking whether or not apt is installed
|
# Enables laziness on checking whether or not apt is installed
|
||||||
mkdir -vp /etc/apt/apt.conf.d/
|
mkdir -vp /etc/apt/apt.conf.d/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user