From ccdbbbed1898c5073dc460a737cdd4b7c7036bb5 Mon Sep 17 00:00:00 2001 From: TheUltimateHacker Date: Fri, 29 May 2015 09:57:53 -0400 Subject: BWM - Skinning! Yay! ShiftOS Next can finally be Shifted! Yes, that's true. I've added basic skinning to the Basic Window Manager. Currently, the only way to get to it is by typing "open shifter" in the Terminal, and the Shifter will open. Choose the settings you want and hit Apply! This is also the Alpha 3 commit, so after this I'll make the next release. --- shiftos_next/APIs/API.vb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'shiftos_next/APIs/API.vb') diff --git a/shiftos_next/APIs/API.vb b/shiftos_next/APIs/API.vb index d3a70fe..af6474d 100644 --- a/shiftos_next/APIs/API.vb +++ b/shiftos_next/APIs/API.vb @@ -73,6 +73,8 @@ Public Sub OpenProgram(progtoopen As String) Select Case progtoopen + Case "shifter", "skin", "shift" + Shifter.Show() Case "shiftorium", "packages", "pacman", "code shop" shiftorium_cmd.Show() Case "files", "fileskimmer", "file skimmer", "fs", "file browser" @@ -108,7 +110,8 @@ Else AddLine("close: Invalid program """ & progtoclose & """.") End If - + Case "shifter", "skin", "shift" + Shifter.Hide() Case Else AddLine("close: Invalid program """ & progtoclose & """.") End Select -- cgit v1.2.3