Search found 35 matches

by user755
Mon Nov 07, 2016 3:40 pm
Forum: Scripts
Topic: easy tray menu - consider adding it to MX-16
Replies: 27
Views: 18620

convenient tray menu

long form #!/bin/bash # To show a menu with an icon in the system tray. Tested OK on MX-15 and MX-16 (XFCE and KDE desktop). # Don't forget to put a proper nice icon file in place ! Autostart works nicely using system settings. use ksysguard to end "yad". PIPE="$HOME/.pipe.tmp" r...
by user755
Mon Nov 07, 2016 9:50 am
Forum: Scripts
Topic: easy tray menu - consider adding it to MX-16
Replies: 27
Views: 18620

Re: super easy tray menu with yad

some stuff in yad does not work, however. like I dont think you can have a custom icon if you use CLI line without PIPE like in the second example.

--paned seems broken too, asf. that's why yad is in the "unstable" repo.
by user755
Mon Nov 07, 2016 9:05 am
Forum: Scripts
Topic: MX tools extension script using gtkdialog
Replies: 0
Views: 3921

MX tools extension script using gtkdialog

since yad is from sid/unstable - not for no reason, :needcoffee: I might add - gtkdialog seems to be a better choice to write bash maintenance scripts in.
MXTss.png
MXTss2.png
Above see a screenie of MXT which is working well in MX-16 BETA. very few lines of bash/gtk script. :turtle:
by user755
Sun Nov 06, 2016 8:08 pm
Forum: Scripts
Topic: easy tray menu - consider adding it to MX-16
Replies: 27
Views: 18620

easy tray menu - consider adding it to MX-16

to have stuff in the system tray - both in KDE as well as XFCE - can be done real quick: just run this one-liner: :turtle: :turtle: yad --notification --menu="xfce4-appfinder so-called!xfce4-appfinder|Firefox webbrowser!firefox" & :snail: :snail: for a menu to start Firefox or Appfinde...

Go to advanced search