1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 23:51:57 +01:00

fix unit files

This commit is contained in:
Nick Boughton 2020-12-09 16:16:30 +00:00
parent 24da8e6983
commit d66d2bd1c2
4 changed files with 6 additions and 5 deletions

@ -126,7 +126,7 @@
"interval": 5,
"exec": "cat ~/tmp/updates.json",
"exec-if": "exit 0",
"on-click": "~/.config/waybar/modules/updates/update-system.sh; systemctl --user restart updates.timer; pkill -RTMIN+8 waybar",
"on-click": "~/.config/waybar/modules/updates/update-system.sh; systemctl --user start updates.service; pkill -RTMIN+8 waybar",
"signal": 8,
"tooltip": true
},
@ -134,6 +134,7 @@
"format": " {}",
"return-type": "json",
"exec": "cat ~/tmp/aur-vcheck.json",
"on-click": "systemctl --user start vcheck.service",
"interval": 5,
"tooltip": true
},

@ -1,7 +1,7 @@
{
"versions": [
"@vue/cli@4.5.8",
"@vue/cli-service-global@4.5.8",
"@vue/cli@4.5.9",
"@vue/cli-service-global@4.5.9",
"@quasar/cli@1.1.2",
"@quasar/icongenie@2.3.3"
]

@ -2,8 +2,8 @@
Description=Check for new upstream AUR versions of maintained NPM packages
[Service]
User=nick
Type=oneshot
WorkingDirectory=/home/nick/.config/waybar/modules/aur-vcheck
Environment=DISPLAY=:0.0
Environment=XAUTHORITY=/home/nick/.Xauthority
ExecStart=go run /home/nick/.config/waybar/modules/aur-vcheck/aur-vcheck.go /home/nick/.config/waybar/modules/aur-vcheck/config.json

@ -2,6 +2,6 @@
Description=Check for Pacman and AUR/git package updates
[Service]
User=nick
Type=oneshot
WorkingDirectory=/home/nick/.config/waybar/modules/updates
ExecStart=go run /home/nick/.config/waybar/modules/updates/update-check.go