descriptions

This commit is contained in:
piotr
2021-09-24 03:36:51 +02:00
parent c19814256f
commit 920d95e6e1
3 changed files with 2 additions and 4 deletions

Binary file not shown.

View File

@@ -126,11 +126,11 @@ var itemSpacing = flag.Uint("spacing", 20, "icon spacing")
var lang = flag.String("lang", "", "force lang, e.g. \"en\", \"pl\"")
var fileManager = flag.String("fm", "thunar", "File Manager")
var term = flag.String("term", defaultStringIfBlank(os.Getenv("TERM"), "alacritty"), "Terminal emulator")
var nameLimit = flag.Int("fslen", 80, "File Search name length Limit")
var nameLimit = flag.Int("fslen", 80, "File Search name LENgth Limit")
var noCats = flag.Bool("nocats", false, "Disable filtering by category")
var noFS = flag.Bool("nofs", false, "Disable file search")
var resident = flag.Bool("r", false, "Leave the program resident in memory")
var debug = flag.Bool("d", false, "Turn on debug messages")
var debug = flag.Bool("d", false, "Turn on Debug messages")
func main() {
timeStart := time.Now()

View File

@@ -67,7 +67,6 @@ func setUpPinnedFlowBox() *gtk.FlowBox {
return true
} else if btnEvent.Button() == 3 {
unpinItem(entry.DesktopID)
//pinnedFlowBox = setUpPinnedFlowBox()
return true
}
return false
@@ -127,7 +126,6 @@ func setUpCategoriesButtonBox() *gtk.EventBox {
button.SetProperty("name", "category-button")
catButtons = append(catButtons, button)
button.SetLabel(cat.DisplayName)
// fix #8
button.SetAlwaysShowImage(true)
hBox.PackStart(button, false, false, 0)
name := cat.Name