diff options
author | Hsieh Chin Fan <typebrook@topo.tw> | 2023-02-04 09:07:16 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@topo.tw> | 2023-02-04 09:07:16 +0800 |
commit | 3a0eb292a8b7eff34be5bcda90e85bfef2315179 (patch) | |
tree | e27fcc3f660487ca7238df390950fff86d3bcc59 /X11/eww | |
parent | 64ebcef8049fe0ed85594a35185089c8dd44fbcb (diff) |
Update eww path
Diffstat (limited to 'X11/eww')
-rwxr-xr-x | X11/eww/launch_dashboard | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/X11/eww/launch_dashboard b/X11/eww/launch_dashboard index 91e6441..889d346 100755 --- a/X11/eww/launch_dashboard +++ b/X11/eww/launch_dashboard | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | ## Files and cmd | 3 | ## Files and cmd |
4 | FILE="$HOME/.cache/eww_launch.dashboard" | 4 | FILE="$HOME/.cache/eww_launch.dashboard" |
5 | CFG="$HOME/.config/eww/dashboard" | 5 | CFG="$HOME/helper/X11/eww" |
6 | EWW=`which eww` | 6 | EWW=`which eww` |
7 | 7 | ||
8 | ## Run eww daemon if not running already | 8 | ## Run eww daemon if not running already |