(on Wikipedia)
https://github.com/mate-desktop/mate-panel
A taskbar.
After some work, this can be made sensible. I prefer LXPanel or fbpanel.
-
2017-07-07 – on Mate 1.8.1 on Devuan-1.0.0-jessie-i386-DVD
2017-07-07 – on Mate 1.8.1 ∞
(I don’t know how to learn mate-panel’s version.)
Layout ∞
- Resetting
To destroy all your hard work and reset it back to default, do:
\mate-panel --reset
- Removing the top bar
-
right-clickit, somewhere in the middle, andDelete
- Modifying the bottom bar
The general instructions are:
- Right-click somewhere appropriate to get a menu. Many items will have a small handle to their left. That’s where you would click.
-
To remove something, you may need to:
[_] Lock To Panel
-
Right-click and
moveto have it sticky to the mouse. Wave the mouse until the object goes somewhere you like, then click. Yes, this is insane.
The sane layout, from left-to-right, is:
- Main Menu
- Separator
-
(optional) Application Launcher…
- Internet > Pale Moon Web Browser
- Window List
- Notification Area
- Separator
-
Clock
- Customizing the clock properly has to be done in an overcomplex way. See below for instructions.
- Log Out…
-
Shut Down…
UNSOLVED – Moving the taskbar to the primary window. ∞
My smaller monitor is picked up as the primary/default monitor.
Even when I make my large monitor primary, and reboot, the taskbar remains on the other monitor. The Debian LiveUSB will do this.
Turning the smaller monitor off will move the taskbar to the only remaining window.
Customize the clock text ∞
- 1) Install dconf-editor
# as root \apt-get --install dconf-editor
- 2) Launch dconf-editor
# as your user \dconf-editor
- 3) Enable a custom clock
Within dconf-editor, go to this folder:
org > mate > panel > objects > object_x > prefs
where object_x is a number. It’ll likely be the only one with a prefs under it.
For format, click on its right-side, under value, and type the word custom.
- 4) Set your format
For custom-format, click on its right-side, under value, and type your value. The clock will be immediately changed.
See strftime
I use:
2017-07-07, Fri - 6:58 pm
%Y-%m-%d, %a - %l:%M %P
NOTE – While you can use %n for a newline, the bar isn’t tall enough to deal with that. I suppose you could change the font/size. See below.
Customize the clock style ∞
edit /home/user/.gtkrc-2.0.mine
I haven’t played with this much.
Here’s a rough example:
style "clock-applet"
{
fg[NORMAL] = "#444AA9"
font_name = "Arial 9"
}
widget "*.clock-applet-button.*" style "clock-applet"
To view it, open a terminal and type:
\mate-panel --replace &
