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

20 lines
307 B
Bash
Raw Permalink Normal View History

2024-01-21 21:27:16 +00:00
#!/usr/bin/env bash
# wallpaper deamon initialisation
swww init &
# setting wallpaper
# swww img ~/path/to/image.png &
nm-applet --indicator &
# infobar
2024-01-22 02:30:43 +00:00
waybar -c ~/.config/waybar/config &
2024-01-21 21:27:16 +00:00
# dunst notification deamon
dunst
2024-01-22 02:30:43 +00:00
# start nextcloud in the background for file syncing
nextcloud --background