mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-12 03:56:56 +02:00
fix: eww startup
This commit is contained in:
parent
6a7ff5f674
commit
9771014638
1 changed files with 4 additions and 6 deletions
|
@ -1,9 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if ! pgrep -x "eww" >/dev/null; then
|
||||
eww daemon &
|
||||
sleep 1
|
||||
fi
|
||||
|
||||
eww daemon
|
||||
sleep 1
|
||||
eww open bar
|
||||
eww open notifications
|
||||
|
||||
# eww open notifications
|
||||
|
|
Loading…
Add table
Reference in a new issue