mirror of
https://github.com/liclac/ambient
synced 2024-11-22 03:43:19 +00:00
9 lines
277 B
Text
9 lines
277 B
Text
|
#!/usr/bin/env fish
|
||
|
|
||
|
# Change to the script's directory for now, it makes things easier.
|
||
|
set -l ambient_path (dirname (status --current-filename))
|
||
|
cd $ambient_path
|
||
|
|
||
|
# Use ambient to run the widget dispatcher with data in the environment.
|
||
|
./ambient ./lib/_dispatch_widgets.fish
|