alpm-hooks
bin
flatpak-overrides
systemd
services
fix-flatpaks-theming.service
fix-theming.service
fix-zombie-appicons.service
Makefile
PKGBUILD
README.md
fixes-package.install
tromjaro-fixes.sh
16 lines
228 B
Desktop File
16 lines
228 B
Desktop File
# This service unit is for fix-theming script
|
|
#
|
|
|
|
[Unit]
|
|
Description=Fix theming script
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=1
|
|
ExecStart=/usr/bin/fix-theming
|
|
|
|
[Install]
|
|
WantedBy=default.target
|