mirror of
https://github.com/liclac/ambient
synced 2024-11-21 19:33:08 +00:00
8 lines
277 B
Fish
Executable file
8 lines
277 B
Fish
Executable file
#!/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
|