Separator 1.0

UUID: separator@dalcde
Score: 13

Download



A simple separator applet (technically, it is simply a "|" character). Extract in ~/.local/share/cinnamon/applets to install and use cinnamon-settings to activate

About The Author

dalcde

Student in Hong Kong, passionate lover of linux (and computer in general).

My github page: http://github.com/dalcde

My contributions:

Themes:  White, Holo (Green)

Applets: Separator, Record Desktop, Caps/Num lock, Window list with preview, Touchpad Indicator, Classic Menu

 

Extensions: 2 Bottom Panels


6 Comments

  1. darkensk says:

    Would it be possible to somehow make the "|" bigger to cover the whole panel height?

  2. Zyzz says:

    Ha, after reading the comments on my spaces I thought I do this too but you were faster. :D I doubt it can cover the whole line without using a more complicated script. :( (I try that now. :p)

  3. roger64 says:

    Very handy. Thanks you very much. As I needed three of them on my panel, I changed both names and uuid.

  4. Klystron says:

    I am a separator maniac, lol. I installed this and immediately made 6 copies of it. I have to keep everything separated. So so simple, yet so necessary. Thanks! *****

  5. Fraoch says:

    I can't seem to figure out how to add multiple separators. I added multiple copies of the downloaded folder which did place multiple lines in Cinnamon settings, but I can only add one separator. If I click on the box and checkmark it, one separator appears. However when I click on the other separator entries nothing happens. When I go into Cinnamon settings again, all the separator entries are checked. Unchecking any one of them removes the only separator that can be placed. Cinnamon 1.6.3 on Ubuntu 12.10.

  6. kiweegie says:

    @Fraoch Just figured this out with help from comments by roger64. Copy your multiple instances of separator@dalcde to ~/.local/share/cinnamon/applets and rename them to separator2@dalcde, separator3@dalcde etc. Then inside each one edit the metadata.json file as follows: { "uuid": "separator2@dalcde", "name": "Separator2", "description": "Creates a separator between applets", "icon": "window-close" } make sure tour uuid and name field match and continue with any others in similar vein - you'll now see the multiple instances in cinnamon settings. Hope this helps.