This website requires JavaScript.
Explore
Help
Register
Sign In
wyj
/
Hyprland-dotfiles
Watch
1
Star
0
Fork
0
You've already forked Hyprland-dotfiles
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
27646d04c5
Hyprland-dotfiles
/
hypr
/
scripts
/
eww.sh
7 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
Updates
2024-04-20 11:57:31 -04:00
#!/bin/bash
EWW
=
`
which eww
`
Updates
2024-05-01 06:18:47 -04:00
if
[
[
!
`
pidof eww
`
]
]
;
then
${
EWW
}
daemon
sleep 0.5
fi
Reference in New Issue
Copy Permalink