From 6ed52c386210e21564f9bcc3f29772fe05bf5a43 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sat, 28 Mar 2020 13:53:53 +0100 Subject: remove i3status applet I'm now using https://github.com/greshake/i3status-rust instead. --- main.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 252fa18..d9985b1 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,6 @@ import ( "os" "path/filepath" - "github.com/majewsky/gofu/internal/i3status" "github.com/majewsky/gofu/internal/prompt" "github.com/majewsky/gofu/internal/rtree" ) @@ -47,8 +46,6 @@ func execApplet(applet string, args []string, allowGofu bool) int { return prompt.Exec(args) case "rtree": return rtree.Exec(args) - case "i3status": - return i3status.Exec(args) default: fmt.Fprintln(os.Stderr, "ERROR: unknown applet: "+applet) return 255 -- cgit v1.3.1