
Panel Spacer
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This plasmoid let you put some blank space between the other applets located in a panel. You can set a minimum fixed size and/or allow the spacer
to stretch if there is free space on the right. Optionally, you can display a thin separator line.
This is useful if you want to place a plasmoid on the right in a panel, if you want to do logical groups of icons in your panel, etc.
Some ideas : there should be an easy way to do that in Plasma (maybe something to set the stretch factor or the minimal/maximal size of an applet directly from the panel-settings-toolbar ?). Moreover, maybe the plasma theme specs should be extended to include a SVG for separators.
Comments, patchs, code review (I'm quite new to this) are welcome :)
---------------------------------
0.1
- Kubuntu Intrepid package (checkinstall)
- Fedora 9 package by Phobeus, thanks ! More info here : http://www.floriansievert.de/linux/repo/english.html
- Kubuntu Hardy package (done with Checkinstall. It install in /usr/lib/kde4).
- Gentoo Ebuild, thanks Devel0per
12 years ago
-0.2 (source only)
This is the version from Kde SVN playground. Some code cleanup and an improved calculation of the max stretch size (thanks Petri)
- 0.1 first release
12 years ago
-0.2 (source only)
This is the version from Kde SVN playground. Some code cleanup and an improved calculation of the max stretch size (thanks Petri)
- 0.1 first release
smihael
12 years ago
You can get it here:
http://smihael.bplaced.net/plasmoids/binary/panel-spacer_0.1-1_amd64.deb
or add following text to /etc/apt/sources.list:
deb http://smihael.bplaced.net/plasmoids/ binary/
Report
Rulatir
11 years ago
WHENEVER:
- you refer to a Playground item,
ALWAYS:
- do give the _exact_ full svn line to check out the sources. The websvn url is NOT what one needs when one wants to actually checkout the sources and build the stuff.
Report
Rulatir
11 years ago
Report
BSDKaffee
12 years ago
Report
devel0per
12 years ago
Ebuild for Gentoo hackers is here - http://sonylaptoptools.sourceforge.net/ebuilds/panelspacer-0.1.ebuild
Report
srog
12 years ago
- 0.1 first release.
Is this updated ?
Report
DanaKil
12 years ago
Other packages and comments about this package are welcome (don't know if it works)
Report
Contrast
12 years ago
One note for anyone else that might run into the problem I had. The makefile installs the files to /usr/local/lib/kde4/plasma_applet_panelspacer.so and /usr/local/share/kde4/services/plasma-applet-panelspacer.desktop, but Plasma wasn't picking up the applet from that location on my system (Kubuntu 8.10 Alpha 6). This is easily remedied by moving the files to /usr/lib/kde4 and /usr/share/kde4/services, respectively. I'm pretty sure there's a way to tell CMake what directory to install to, but I was feeling lazy and that worked well enough for me. :)
Report
Yggdrasill
12 years ago
Report
srog
12 years ago
Especially i like: "I'm a PanelSpacer so i'm quite useless here... Please put me in a panel !" ;)
Report
mtadeunet
12 years ago
Report
PARENA
12 years ago
Report