add fond and screenfetch

This commit is contained in:
Hendrik Schutter 2024-08-24 18:31:33 +02:00
parent 58953da23f
commit 15b15d1008
2 changed files with 18 additions and 0 deletions

View File

@ -67,6 +67,7 @@
<package name="smartmontools"/> <package name="smartmontools"/>
<package name="curl"/> <package name="curl"/>
<package name="nano"/> <package name="nano"/>
<package name="dejavu-fonts"/>
<package name="NetworkManager"/> <package name="NetworkManager"/>
<package name="NetworkManager-tui"/> <package name="NetworkManager-tui"/>
<package name="python3-pip"/> <package name="python3-pip"/>

View File

@ -0,0 +1,17 @@
[Unit]
Description=screenfetch on tty4
[Service]
WorkingDirectory=/usr/bin/
ExecStart=
ExecStart=-/usr/bin/screenfetch
StandardInput=tty
StandardOutput=tty
Restart=always
RestartSec=1
UtmpIdentifier=tty4
TTYPath=/dev/tty4
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes
SendSIGHUP=yes