first commit
This commit is contained in:
13
systemd/user/background.service
Normal file
13
systemd/user/background.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Set Background on X Display :0
|
||||
After=default.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/local/bin/fehbg
|
||||
Restart=on-failure
|
||||
Environment=DISPLAY=:0
|
||||
Environment=XAUTHORITY=/home/klein/.Xauthority
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
16
systemd/user/battery_monitor.service
Normal file
16
systemd/user/battery_monitor.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=Battery Monitor Service
|
||||
After=default.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/local/bin/battery_daemon.sh
|
||||
Restart=on-failure
|
||||
Environment=DISPLAY=:0
|
||||
Environment=XAUTHORITY=%h/.Xauthority
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
13
systemd/user/caffeineindicator.service
Normal file
13
systemd/user/caffeineindicator.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Start caffeine-indcator on X
|
||||
After=default.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/local/bin/caffeine-indicatorstartup
|
||||
Restart=on-failure
|
||||
Environment=DISPLAY=:0
|
||||
Environment=XAUTHORITY=/home/klein/.Xauthority
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
1
systemd/user/default.target.wants/background.service
Symbolic link
1
systemd/user/default.target.wants/background.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/klein/.config/systemd/user/background.service
|
||||
1
systemd/user/default.target.wants/background1.service
Symbolic link
1
systemd/user/default.target.wants/background1.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/klein/.config/systemd/user/background1.service
|
||||
1
systemd/user/default.target.wants/battery_monitor.service
Symbolic link
1
systemd/user/default.target.wants/battery_monitor.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/klein/.config/systemd/user/battery_monitor.service
|
||||
1
systemd/user/default.target.wants/brightnesscontrol.service
Symbolic link
1
systemd/user/default.target.wants/brightnesscontrol.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/klein/.config/systemd/user/brightnesscontrol.service
|
||||
1
systemd/user/default.target.wants/caffeineindicator.service
Symbolic link
1
systemd/user/default.target.wants/caffeineindicator.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/klein/.config/systemd/user/caffeineindicator.service
|
||||
1
systemd/user/default.target.wants/libinput-gestures.service
Symbolic link
1
systemd/user/default.target.wants/libinput-gestures.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/libinput-gestures.service
|
||||
1
systemd/user/default.target.wants/mastpysystray.service
Symbolic link
1
systemd/user/default.target.wants/mastpysystray.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/klein/.config/systemd/user/mastpysystray.service
|
||||
1
systemd/user/default.target.wants/picom.service
Symbolic link
1
systemd/user/default.target.wants/picom.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/klein/.config/systemd/user/picom.service
|
||||
1
systemd/user/default.target.wants/screenshot.service
Symbolic link
1
systemd/user/default.target.wants/screenshot.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/klein/.config/systemd/user/screenshot.service
|
||||
1
systemd/user/default.target.wants/statusbar.service
Symbolic link
1
systemd/user/default.target.wants/statusbar.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/klein/.config/systemd/user/statusbar.service
|
||||
1
systemd/user/default.target.wants/systray.service
Symbolic link
1
systemd/user/default.target.wants/systray.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/klein/.config/systemd/user/systray.service
|
||||
1
systemd/user/default.target.wants/volumeicon.service
Symbolic link
1
systemd/user/default.target.wants/volumeicon.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/klein/.config/systemd/user/volumeicon.service
|
||||
1
systemd/user/graphical.target.wants/statusbar.service
Symbolic link
1
systemd/user/graphical.target.wants/statusbar.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/klein/.config/systemd/user/statusbar.service
|
||||
13
systemd/user/mastpysystray.service
Normal file
13
systemd/user/mastpysystray.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=MastPySystray Service for XORG or WAYLAND
|
||||
After=default.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/local/bin/mastpysystray
|
||||
Restart=on-failure
|
||||
Environment=DISPLAY=:0
|
||||
Environment=XAUTHORITY=%h/.Xauthority
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
13
systemd/user/picom.service
Normal file
13
systemd/user/picom.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Picom Startup on X display :0
|
||||
After=default.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/local/bin/picomstartup
|
||||
Restart=on-failure
|
||||
Environment=DISPLAY=:0
|
||||
Environment=XAUTHORITY=/home/klein/.Xauthority
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
14
systemd/user/statusbar.service
Normal file
14
systemd/user/statusbar.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=SystemBar for DWM from suckless
|
||||
After=default.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/local/bin/statusbar
|
||||
User=klein
|
||||
Restart=on-failure
|
||||
Environment=DISPLAY=:0
|
||||
Environment=XAUTHORITY=/home/klein/.Xauthority
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
13
systemd/user/volumeicon.service
Normal file
13
systemd/user/volumeicon.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Start systrays on X
|
||||
After=default.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/local/bin/volumeiconstartup
|
||||
Restart=on-failure
|
||||
Environment=DISPLAY=:0
|
||||
Environment=XAUTHORITY=/home/klein/.Xauthority
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user