Skip to content

v0.1.1 Scripts

Compare
Choose a tag to compare
@diced diced released this 24 May 04:57
· 4 commits to trunk since this release
74d8e30

This update brings scripts into Dlauncher, which are obviously little scripts you can put inside of ~/.config/dlauncher/scripts to do small actions.
Heres a small script that just opens google.com

#!/bin/sh

# Script
# Name Open google
# Desc
# Icon-themed google

xdg-open "https://google.com"

The metadata for scripts are inside of the comments.

Full Changelog: v0.1.0...v0.1.1