This commit is contained in:
pika 2025-06-12 11:35:28 +02:00
parent 7f85b4b420
commit 55101b6ba2
3 changed files with 10 additions and 7 deletions

View file

@ -30,12 +30,12 @@ setup-desktop() {
# if command-exists qs; then
# qs
# else
bash "$SCRIPTS/bar"
bash -c "$SCRIPTS/bar"
log_notify low "Bar" "Initializing.."
# fi
log_notify low "Wallpaper" "Initializing.."
bash "$SCRIPTS/wallpaper"
log_notify low "Wallpaper" "Initializing.."
local modules
@ -133,6 +133,7 @@ init-xdg-portal() {
main() {
kill-all
sleep 0.3
setup-desktop
if [ -x "/usr/lib/hyprpolkitagent" ]; then