Update
This commit is contained in:
parent
af896dd45f
commit
ee63634ec8
|
@ -2,6 +2,4 @@
|
||||||
|
|
||||||
git add . && git commit -m "Update" && git push
|
git add . && git commit -m "Update" && git push
|
||||||
|
|
||||||
notify-send -a "$(basename $(pwd)): Push" -t 999999999 "Update finished" "$(date '+%Y.%m.%d %H:%M:%S')"
|
|
||||||
|
|
||||||
echo "Ready"
|
echo "Ready"
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
[$Version]
|
[$Version]
|
||||||
update_info=kscreenlocker.upd:0.1-autolock
|
update_info=kscreenlocker.upd:0.1-autolock
|
||||||
|
|
||||||
|
[Daemon]
|
||||||
|
Autolock=false
|
||||||
|
|
||||||
[Greeter][Wallpaper][org.kde.image][General]
|
[Greeter][Wallpaper][org.kde.image][General]
|
||||||
Image=/usr/share/wallpapers/Melawy Nier A2/
|
Image=/usr/share/wallpapers/Melawy Nier A2/
|
||||||
PreviewImage=/usr/share/wallpapers/Melawy Nier A2/
|
PreviewImage=/usr/share/wallpapers/Melawy Nier A2/
|
||||||
|
|
|
@ -30,4 +30,7 @@ pacman-key --lsign-key key@fadeeva.me
|
||||||
|
|
||||||
pacman-key --updatedb
|
pacman-key --updatedb
|
||||||
|
|
||||||
pacman -Syy
|
/usr/local/bin/connection-checker
|
||||||
|
if [ $? -eq 0 ]; then
|
||||||
|
pacman -Syy
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in New Issue