is0n / dotfiles-herbstluftwm

My dotfiles (for the most part)
16 stars 0 forks source link

How do you launch eww? #1

Closed RayZ0rr closed 2 years ago

RayZ0rr commented 2 years ago

Can you share your eww launch script?

is0n commented 2 years ago

I have the following in my autostart script for herbstluftwm:

function launch_eww {
  eww daemon
  eww open bar
  ~/.config/eww/scripts/powermenu
  ~/.config/eww/scripts/dashboard
}

pgrep eww || launch_eww &
RayZ0rr commented 2 years ago

oops I didn't see that function. I thought it would be some script in your PATH