From c4129174717ee1a936857a5a8a35f166b9d717f0 Mon Sep 17 00:00:00 2001 From: zloy_linux Date: Wed, 26 Nov 2025 13:53:39 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D1=8E=D0=BD=D0=B8=D1=82=D1=8B=20systemd=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B0?= =?UTF-8?q?=20polybar=20=D0=B8=20clipse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/systemd/user/clipse.service | 12 ++++++++++++ config/systemd/user/polybar.service | 13 +++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 config/systemd/user/clipse.service create mode 100644 config/systemd/user/polybar.service diff --git a/config/systemd/user/clipse.service b/config/systemd/user/clipse.service new file mode 100644 index 0000000..4c85a77 --- /dev/null +++ b/config/systemd/user/clipse.service @@ -0,0 +1,12 @@ +[Install] +WantedBy=graphical-session.target + +[Service] +ExecStart=clipse -listen +RemainAfterExit=true +Type=oneshot + +[Unit] +After=graphical-session.target +Description=Clipse listener +PartOf=graphical-session.target diff --git a/config/systemd/user/polybar.service b/config/systemd/user/polybar.service new file mode 100644 index 0000000..e93183d --- /dev/null +++ b/config/systemd/user/polybar.service @@ -0,0 +1,13 @@ +[Unit] +Description=Polybar status bar +After=graphical-session.target + +[Service] +Type=simple +ExecStart=/usr/bin/polybar top +Restart=on-failure +RestartSec=3 + +[Install] +WantedBy=default.target +