You are not logged in.

#1 2016-04-26 07:14:29

ghorvath
Member
Registered: 2015-10-01
Posts: 161

[SOLVED] Fan icons?

My Samsung Series 9 laptop has a button for "silent mode", which turns off all fan activity and reduces cpu power, as well. This is extremely useful when on battery mode, and also sometimes one just wants to have a silent environment. :-)

Anyway, I would like to add a notify-send message when the user activates or deactivates this feature, and I would like to use some nice icon of a fan of it. Preferably, some kind of shaded out or empty fan when silent mode is turned on and a black or complete fan when silent mode is turned off. Does anyone have any nice fans like that? I grep-ed for "fan" in /usr/share/icons, but it did not reveal any hits.

Alternatively, if there are any other suggestions for icons for this feature, I would be happy to use them, as well.

Thanks.

Last edited by ghorvath (2016-05-05 09:24:40)

Offline

#2 2016-04-26 17:20:05

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: [SOLVED] Fan icons?

you can have a look yourself.
open a command line and type

exo-desktop-item-edit dummy.desktop

then press the "No Icon" button.
this will give you a nice dialog where you can see all icons with their generic names, not only of the current icon theme.

let's hope notify-send supports these generic icon names.

but even if not, based on your findings you can use

find /usr/share/icons -name '*yourfindings*'

(and not grep)

Offline

#3 2016-04-26 18:58:05

ghorvath
Member
Registered: 2015-10-01
Posts: 161

Re: [SOLVED] Fan icons?

ohnonot wrote:

you can have a look yourself.
open a command line and type

exo-desktop-item-edit dummy.desktop

then press the "No Icon" button.
this will give you a nice dialog where you can see all icons with their generic names, not only of the current icon theme.

let's hope notify-send supports these generic icon names.

but even if not, based on your findings you can use

find /usr/share/icons -name '*yourfindings*'

(and not grep)

Thanks for the suggestions. I must have been really tired when I wrote grep, of course I meant find. :-)

exo-desktop-item-edit did not reveal too many nice icons, and not all of what can be found in /usr/share/icons. I will keep digging.

Offline

#4 2016-04-27 05:07:36

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: [SOLVED] Fan icons?

^ change icon theme and repeat the previous trick.

or, how about one of these?

btw, /usr/share/pixmaps also has icons.


ps:
of course i fell for the obvious misunderstanding when i first saw your thread big_smile

Offline

#5 2016-04-30 11:53:07

ghorvath
Member
Registered: 2015-10-01
Posts: 161

Re: [SOLVED] Fan icons?

I have chosen for now the fan icon style 2 fans from legacy icons of http://icons.mysitemyway.com
However, I really would like to have two icons, almost entirely the same except that one of them looks like it is currently running, and the other one looks as it is stopped. I did not manage to find two such lookalike icons.

Anyway, thanks for all the help.

Offline

#6 2016-04-30 12:15:58

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [SOLVED] Fan icons?

ghorvath wrote:

I have chosen for now the fan icon style 2 fans from legacy icons of http://icons.mysitemyway.com
However, I really would like to have two icons, almost entirely the same except that one of them looks like it is currently running, and the other one looks as it is stopped. I did not manage to find two such lookalike icons.

Anyway, thanks for all the help.

Open the one you like in GIMP, and edit it, then export to a different icon.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#7 2016-05-05 09:24:24

ghorvath
Member
Registered: 2015-10-01
Posts: 161

Re: [SOLVED] Fan icons?

Thanks for the advice, now I have two really nice icons that toggle in an excellent way when I activate/deactivate silent mode.

Offline

Board footer

Powered by FluxBB