restructure the code

This commit is contained in:
foglar 2025-05-28 10:32:46 +02:00
parent a09f742dcb
commit 675d65a99a
5 changed files with 6 additions and 7 deletions

View File

@ -2,17 +2,16 @@ package main
import (
"fmt"
"log"
"strings"
//"whspbrd/systray"
"whspbrd/term_image"
//"image"
_ "image/jpeg"
_ "image/png"
"log"
"strings"
"github.com/jroimartin/gocui"
//"github.com/dolmen-go/kittyimg"
//"whspbrd/pkg/systray"
"whspbrd/pkg/term_image"
)
var messages []string

View File

@ -3,7 +3,7 @@ package systray
import (
"os"
"os/exec"
"whspbrd/icons"
"whspbrd/pkg/icons"
"github.com/getlantern/systray"
)