Initial full commit for Dell16 Arch
This commit is contained in:
6
.config/systemd/user/checkupdates.service
Normal file
6
.config/systemd/user/checkupdates.service
Normal file
@@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
Description=Check pacman updates
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/sh -c 'checkupdates > ~/.cache/updates-count 2>/dev/null || true'
|
||||
8
.config/systemd/user/checkupdates.timer
Normal file
8
.config/systemd/user/checkupdates.timer
Normal file
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Check updates on boot
|
||||
|
||||
[Timer]
|
||||
OnBootSec=1min
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/appimagelauncherd.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/hyprdynamicmonitors-prepare.service
|
||||
1
.config/systemd/user/default.target.wants/pipewire-pulse.service
Symbolic link
1
.config/systemd/user/default.target.wants/pipewire-pulse.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/pipewire-pulse.service
|
||||
1
.config/systemd/user/default.target.wants/pipewire.service
Symbolic link
1
.config/systemd/user/default.target.wants/pipewire.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/pipewire.service
|
||||
1
.config/systemd/user/default.target.wants/power-monitor.service
Symbolic link
1
.config/systemd/user/default.target.wants/power-monitor.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/lucas/.config/systemd/user/power-monitor.service
|
||||
1
.config/systemd/user/default.target.wants/syncthing.service
Symbolic link
1
.config/systemd/user/default.target.wants/syncthing.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/syncthing.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/hyprdynamicmonitors-prepare.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/hyprdynamicmonitors.service
|
||||
1
.config/systemd/user/pipewire-session-manager.service
Symbolic link
1
.config/systemd/user/pipewire-session-manager.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/wireplumber.service
|
||||
1
.config/systemd/user/pipewire.service.wants/wireplumber.service
Symbolic link
1
.config/systemd/user/pipewire.service.wants/wireplumber.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/wireplumber.service
|
||||
11
.config/systemd/user/power-monitor.service
Normal file
11
.config/systemd/user/power-monitor.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=RAPL power monitor
|
||||
After=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/home/lucas/scripts/power-monitor
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
1
.config/systemd/user/sockets.target.wants/pipewire-pulse.socket
Symbolic link
1
.config/systemd/user/sockets.target.wants/pipewire-pulse.socket
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/pipewire-pulse.socket
|
||||
1
.config/systemd/user/sockets.target.wants/pipewire.socket
Symbolic link
1
.config/systemd/user/sockets.target.wants/pipewire.socket
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/pipewire.socket
|
||||
1
.config/systemd/user/timers.target.wants/checkupdates.timer
Symbolic link
1
.config/systemd/user/timers.target.wants/checkupdates.timer
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/lucas/.config/systemd/user/checkupdates.timer
|
||||
Reference in New Issue
Block a user