From eb34b9afcc24f4778a5f1523c6accf6134e69ba2 Mon Sep 17 00:00:00 2001 From: harveyshao Date: Sun, 4 Dec 2022 13:05:29 +0800 Subject: [PATCH] opt code --- etc/init.shy | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/etc/init.shy b/etc/init.shy index 632b498b..b6e5cf17 100644 --- a/etc/init.shy +++ b/etc/init.shy @@ -25,18 +25,20 @@ webpack insert xterm/css/xterm.css favor remove zone _system_app - favor insert zone _system_app type "open -a 'Terminal'" name "Terminal.png" - favor insert zone _system_app type "open -a 'Safari'" name "Safari.png" - favor insert zone _system_app type "open -a 'Google Chrome'" name "Google Chrome.png" - favor insert zone _system_app type "open -a 'Docker'" name "Docker.png" - favor insert zone _system_app type "open -a 'Finder'" name "Finder.png" - favor insert zone _system_app type "open -a 'Preview'" name "Preview.png" - favor insert zone _system_app type "open -a 'QuickTime Player'" name "QuickTime Player.png" - favor insert zone _system_app type "open -a 'Launchpad'" name "Launchpad.png" - favor insert zone _system_app type "open -a 'Mission Control'" name "Mission Control.png" - favor insert zone _system_app type "open -a 'Activity Monitor'" name "Activity Monitor.png" - favor insert zone _system_app type "open -a 'System Preferences'" name "System Preferences.png" - favor insert zone _system_app type "open -a 'Contexts'" name "Contexts.png" + favor insert zone _system_app type "open -a 'System Preferences'" text "System Preferences.png" + favor insert zone _system_app type "open -a 'Launchpad'" text "Launchpad.png" + favor insert zone _system_app type "open -a 'Mission Control'" text "Mission Control.png" + favor insert zone _system_app type "open -a 'Activity Monitor'" text "Activity Monitor.png" + favor insert zone _system_app type "open -a 'Google Chrome'" text "Google Chrome.png" + favor insert zone _system_app type "open -a 'QuickTime Player'" text "QuickTime Player.png" + favor insert zone _system_app type "open -a 'Preview'" text "Preview.png" + favor insert zone _system_app type "open -a 'Finder'" text "Finder.png" + favor insert zone _system_app type "open -a 'Docker'" text "Docker.png" + favor insert zone _system_app type "open -a 'Safari'" text "Safari.png" + favor insert zone _system_app type "open -a 'Terminal'" text "Terminal.png" + favor insert zone _system_app type "open -a 'Contexts'" text "Contexts.png" + favor insert zone _system_app type "open 'http://localhost:9020'" name localhost text "Google Chrome.png" + favor insert zone _system_app type "open 'https://shylinux.com'" name shylinux text "Google Chrome.png" favor remove zone _system_term favor insert zone _system_term type "docker run -w /root -it alpine"