mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-11-27 18:13:19 +00:00
feat(scripts): add config
This commit is contained in:
18
home/bin/system/executable_system-start.sh
Normal file
18
home/bin/system/executable_system-start.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Update Passwords
|
||||
pass git pull
|
||||
|
||||
# Desktop
|
||||
~/bin/connect-nas.sh
|
||||
systemctl --user start polybar
|
||||
systemctl --user restart streamdeck
|
||||
waybar &
|
||||
/usr/libexec/polkit-gnome-authentication-agent-1 &
|
||||
|
||||
# Keyring
|
||||
dbus-update-activation-environment --all
|
||||
/usr/bin/gnome-keyring-daemon --start --components=secrets,pkcs11,ssh
|
||||
|
||||
# NextCloud sync client
|
||||
nextcloud --background &
|
||||
Reference in New Issue
Block a user