diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-24 14:46:02 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-24 14:46:02 +0000 |
commit | 0a9c0ed6afb4489d63c59226323fb2a15bc5a70c (patch) | |
tree | 356db8efe8e0aaf329fc8df160a84c6e42afabdf /libsisyphus.sh | |
parent | c39289cfef73a2a595d0cc56885f2e1cac544b8a (diff) |
connect system user interface to main user interface
Diffstat (limited to 'libsisyphus.sh')
-rwxr-xr-x | libsisyphus.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libsisyphus.sh b/libsisyphus.sh index ff3cb1d..38b7bd4 100755 --- a/libsisyphus.sh +++ b/libsisyphus.sh @@ -84,6 +84,8 @@ export local mainui=' </button> <button tooltip-text="System Tools"> <label>System Tools</label> + <action signal="button-press-event">gtkdialog --space-expand=true --space-fill=true --program=systemui &</action> + <action signal="button-release-event">EXIT:ok</action> </button> </hbox> </frame> |