-
Is there any way to achive this? I have a bar with only tray module with a specified width/height. The bar appears at the bottom as I want but is in center. How can I move it to right corner? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Don't specify width, just use the margin option:
|
Beta Was this translation helpful? Give feedback.
-
Okay, I was doing it from css file. This way works, but seems that there is a bug though. If I use a margin above 1280 the Window Manager crashes with segmentation fault. I tried to use only right side modules in case that was the problem(I had the taskbar left and the tray right), but it doesn't make any difference. Above this value the WM crashes and I want a bigger value for bar to have a width 240, so need a value of 1680. |
Beta Was this translation helpful? Give feedback.
No, I meant the
margin-left
option in theconfig
file, not in thestyle.css
file. It will work as thewidth
option, but from a single side.Remember to not specify the
width
option because it doesn't work with themargin
option in theconfig
file.