add fond and screenfetch
This commit is contained in:
parent
58953da23f
commit
15b15d1008
@ -67,6 +67,7 @@
|
||||
<package name="smartmontools"/>
|
||||
<package name="curl"/>
|
||||
<package name="nano"/>
|
||||
<package name="dejavu-fonts"/>
|
||||
<package name="NetworkManager"/>
|
||||
<package name="NetworkManager-tui"/>
|
||||
<package name="python3-pip"/>
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user