wrong resources path fixed

This commit is contained in:
piotr
2021-06-26 23:45:46 +02:00
parent f2bda0e496
commit cd6e544adc
5 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ import (
"github.com/gotk3/gotk3/gtk"
)
const version = "0.1.1"
const version = "0.1.2"
var (
appDirs []string
@@ -98,7 +98,7 @@ var (
// Flags
var cssFileName = flag.String("s", "drawer.css", "Styling: css file name")
var targetOutput = flag.String("o", "", "name of the Output to display the menu on (sway only)")
var targetOutput = flag.String("o", "", "name of the Output to display the drawer on (sway only)")
var displayVersion = flag.Bool("v", false, "display Version information")
var overlay = flag.Bool("ovl", false, "use OVerLay layer")
var iconSize = flag.Int("is", 64, "Icon Size")