fixes
This commit is contained in:
parent
7f85b4b420
commit
55101b6ba2
3 changed files with 10 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue