franckRenard / rutorrent

Automatically exported from code.google.com/p/rutorrent
0 stars 0 forks source link

Feature request: Status Bar color code #244

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The new status bars in 3.0 are great but i think it would be even better if 
they 
changed color depending on status.

For instance....If it is currently downloading, maybe it's green, when it's 
100% 
it turns to blue, if it stalls maybe it's red.

Original issue reported on code.google.com by Wonslung@gmail.com on 18 Jan 2010 at 2:22

GoogleCodeExporter commented 8 years ago
This will make ruTorrent's interface like сhristmas tree ;) I think, this is 
not good
way.

Original comment by novik65 on 18 Jan 2010 at 3:29

GoogleCodeExporter commented 8 years ago
I was using those colors as examples.
Personally i don't care what colors you use, but they SHOULD be different, even 
if
it's just SLIGHTLY different.

a 100% complete torrent maybe should have a darker shade of blue if not it's own
color.  I promise if you check it out, it will "pop"

don't do it if you don't think it is a good idea but i am convinced it would be 
great.

Original comment by Wonslung@gmail.com on 18 Jan 2010 at 3:36

GoogleCodeExporter commented 8 years ago
Hmm... Try to draw that on existing screenshot, please. If that view will be 
good - i
realize it.

Original comment by novik65 on 18 Jan 2010 at 4:04

GoogleCodeExporter commented 8 years ago
Hmm yea, Just a little different shades will look much better rather then all 
bars the 
same.

Original comment by Bhav...@gmail.com on 21 Jan 2010 at 7:14

GoogleCodeExporter commented 8 years ago
I to0 think it would look good to have different css entries for meter-value-up 
and
meter-value-down. Then I could edit the css files to change the colors as I 
like,
same or different.

Original comment by jfm.gal...@gmail.com on 22 Jan 2010 at 9:29

GoogleCodeExporter commented 8 years ago
You got this in r690. Now progress color drawed as gradient between

.meter-value-start-color { background-color: #55BFFF }
.meter-value-end-color { background-color: #57CA57 }

This is a not final colors. If you has better values - paste it's here.

Original comment by novik65 on 22 Jan 2010 at 11:49

GoogleCodeExporter commented 8 years ago
Here's a color combination I I am trying at the moment

.meter-value { background-color: #99D699; border: 1px inset #BBBBBB; 
border-bottom:
none; }
.meter-value-start-color { background-color: #FFFF00 }
.meter-value-end-color { background-color: #99D699 }

I also added an indent border to give it a different look.

Original comment by jfm.gal...@gmail.com on 22 Jan 2010 at 1:26

Attachments:

GoogleCodeExporter commented 8 years ago
This is what it looks like as a whole

Original comment by jfm.gal...@gmail.com on 22 Jan 2010 at 1:45

Attachments:

GoogleCodeExporter commented 8 years ago
I partially use your color solution in r691 (with small modification - 
zero-sized
progress bars will draw without borders)

Original comment by novik65 on 22 Jan 2010 at 2:48

GoogleCodeExporter commented 8 years ago
awesome, i love it when an idea comes together =)

Original comment by Wonslung@gmail.com on 23 Jan 2010 at 7:10

GoogleCodeExporter commented 8 years ago

Original comment by novik65 on 26 Jan 2010 at 8:17

GoogleCodeExporter commented 8 years ago
as Wonslung said,any idea when it will be available for update 

Original comment by kevinofa...@gmail.com on 1 Feb 2010 at 2:26

GoogleCodeExporter commented 8 years ago
This is working now in 3.0
check the forums in the how-to section for a guide on installing 3.0

Original comment by Wonslung@gmail.com on 1 Feb 2010 at 3:09