nix-configs/local-configs/hyprland/hyprland-start.sh

19 lines
307 B
Bash
Executable file

#!/usr/bin/env bash
# wallpaper deamon initialisation
swww init &
# setting wallpaper
# swww img ~/path/to/image.png &
nm-applet --indicator &
# infobar
waybar -c ~/.config/waybar/config &
# dunst notification deamon
dunst
# start nextcloud in the background for file syncing
nextcloud --background