Awesome menu icon themes

I've just started playing around with awesome (normally use gnome). Is there anyway of setting an icon theme for the menus and things?
The standard themes manually set the icons in theme.lua .
theme.awesome_icon = "~/muh_icon.png"
beautiful.awesome_icon
In theme.lua there's a field theme.icon_theme which doesn't seem to do anything?

It's somewhat complicated. Where do you want you change the icon theme?
If you want to change the application icons that appear in the task bar, you must use lxappearance.
If you want to change the applications icons in the menu bar (the one that functions like dmenu), you must set the variable theme.icon_theme=Your_icon_theme in your theme.lua, like you said in your post. But there are several things to consider:
- The folder that contains the icon theme must be in the following format:
/... /icons/Icon_theme/16x16/actions, animations,apps,...
/22x22/
/64x64/
etc
Not every theme follows that format. For example, faenza-icon-theme and faience-icon-theme from the official repositories have the directories with the categories first (apps, emblems, etc) and then the directories with the different sizes, so the script that loads the icons doesn't work.
-The icon theme must consist only of .png images. Many icon themes have images in .svg, and apparently Awesome can't load them. numix-icon-theme-git and faba-icon-theme-git from the AUR consist of .svg images, so they won't work.
moka-icon-theme-git from the AUR has .png icons and also has them stored in the correct directory format. Maybe you should try it.
If you want to use a theme with .svg icons, you can convert them to .png with imagemagick. I use the following bash script:
#!/bin/bash
for directorio in */
do
echo $directorio
for imagen in $directorio/*
do
echo $imagen
convert -background transparent $imagen $directorio/`basename $imagen .svg`.png
done
rm $directorio/*.svg
done
notify-send "Finish" "Icon conversion finished."
You must run it inside of every size folder (64x64, 128x128, etc), be sure to make a backup of the original icon theme.
For example, I converted numix-circle-icon-theme-git with that script and now my menubar looks like this:
If you want to change the application icons in the menu that appears when you click on the awesome icon or right click on the desktop, install archlinux-xdg-menu from the official repositories. After that copy /usr/bin/xdg_menu to your home directory and edit it like this:
91 foreach my $dir (@xdg_data_dirs)
92 {
93 my $theme = "your_icon_theme";
94 my $size;
Then, execute it like it's mentioned in the wiki: https://wiki.archlinux.org/index.php/Xdg-menu, but using the script in your home folder for --root-menu. The icons must be stored in the directory format mentioned above.
Now, the app menu looks like this:
I hope these instructions are useful. Maybe it's a good idea to include them in the wiki.

Similar Messages

  • [SOLVED]Icon theme set properly in .gtkrc-2.0.mine,no icons in Thunar

    Hi again. I seem to not be able to utilize the search function properly. I've arrived at these three threads:
    https://bbs.archlinux.org/viewtopic.php?id=48490
    https://bbs.archlinux.org/viewtopic.php?id=98261
    https://bbs.archlinux.org/viewtopic.php?id=103138
    None of them seem to help me. As you can see, I--like others-- am having a problem with icons in thunar. However, it's not because I don't know how the .gtkrc-2.0 file works or something silly like that. I just did this in Slackware with Awesome wm and it worked fine. I've created a .gtkrc-2.0 in my home directory, I have the include line pointing to .gtkrc-2.0.mine and I have this line:
    gtk-icon-theme-name = "icontheme"
    Considering that didn't work I installed lxappearance and set the theme from there. Turns out, it actually does work it seems. I can see in firefox that the icon theme is working. Also, some files in Thunar have their proper icons. In the filesystem, my root folder has it's appropriate icon as well. However, every other folder in thunar is just blank. No icon. I'm using Awesome wm. I hope you will see this isn't the same problem everyone else has had with Thunar and gtk icon themes. Hopefully the community does not frown on this post. I've searched, but if there is indeed a thread somewhere that I missed, would someone mind kindly directing me to it? Thank you, and thanks for reading.
    Last edited by xworld (2013-12-25 15:34:51)

    # DO NOT EDIT! This file will be overwritten by LXAppearance.
    # Any customization should be done in ~/.gtkrc-2.0.mine instead.
    gtk-theme-name="SlicknesS-black"
    gtk-icon-theme-name="black-white_2-gloss"
    gtk-font-name="Cantarell 11"
    gtk-cursor-theme-size=0
    gtk-toolbar-style=GTK_TOOLBAR_BOTH
    gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
    gtk-button-images=1
    gtk-menu-images=1
    gtk-enable-event-sounds=1
    gtk-enable-input-feedback-sounds=1
    gtk-xft-antialias=1
    gtk-xft-hinting=1
    gtk-xft-hintstyle="hintfull"
    gtk-xft-rgba="rgb"
    include "~/user/.gtkrc-2.0.mine"
    As generated by lxappearance. Originally I had only the include line in .gtkrc-2.0 which I created myself but since that didn't work I tried lxappearance.
    gtk-icon-theme-name = "black-white_2-gloss"
    That's what I had in my .gtkrc-2.0.mine
    (thunar:788): Gtk-WARNING **: Unable to locate theme engine in module_path: "ubuntulooks",
    (thunar:788): Gtk-WARNING **: Unable to locate theme engine in module_path: "crux-engine",
    Output of starting thunar in terminal. That's always been like that for every linux I've ever had though and it never affected the icons before.
    As you can see, the icons are having an effect, but only on certain things. Also, I'm starting awesome with .xinitrc.
    #!/bin/sh
    # $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $
    userresources=$HOME/.Xresources
    usermodmap=$HOME/.Xmodmap
    sysresources=/etc/X11/xinit/.Xresources
    sysmodmap=/etc/X11/xinit/.Xmodmap
    exec xcompmgr &
    # merge in defaults and keymaps
    [ -f $sysresources ] && xrdb -merge $sysresources
    [ -f $sysmodmap ] && xmodmap $sysmodmap
    [ -f $userresources ] && xrdb -merge $userresources
    [ -f $usermodmap ] && xmodmap $usermodmap
    # Start the window manager:
    if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
    ck-launch-session dbus-launch --exit-with-session awesome
    else
    awesome
    fi
    Last edited by xworld (2013-12-20 21:29:05)

  • Little question about a Claws-Mail tray icon theme, and how to use it.

    There is a Claws Mail tray icon theme available on gnome-look.org:
    http://gnome-look.org/content/show.php/ … tent=71540
    These are the instructions the author gives to install the theme:
    Claws Mail Tango trayicon theme
    Claws-Mail version = 3.3.0
    copy icons claws-mail-3.3-0/src/pixmaps, recompile and install.
    So what am I supposed to do (especially since the newest Claws Mail version is 3.4.0...)?

    Stalafin wrote:
    There is a Claws Mail tray icon theme available on gnome-look.org:
    http://gnome-look.org/content/show.php/ … tent=71540
    These are the instructions the author gives to install the theme:
    Claws Mail Tango trayicon theme
    Claws-Mail version = 3.3.0
    copy icons claws-mail-3.3-0/src/pixmaps, recompile and install.
    So what am I supposed to do (especially since the newest Claws Mail version is 3.4.0...)?
    I would recommend using ABS. just makepkg -o first so the sources get DL'd and unpacked. copy your icons and makepkg -e so the sources are not extracted again and therefore your new icons overwitten.
    finally, enjoy some awesomeness:

  • [SOLVED] [Openbox] Icon-theme not working(?)

    Hi!
    I hope you guys could help me with the following problem.
    Currently I'm running Openbox, compton, tint2, gtk2/3 on my Arch-system.
    The problem I'm having right now is that tint2 tray icons are not showing Faenza-Dark but showing gnome(?) dark icons. I would like to have white/grey icons instead of dark ones!
    My tint2 config:
    # Tint2 config file
    # Generated by tintwizard (http://code.google.com/p/tintwizard/)
    # For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
    # Background definitions
    # ID 1
    rounded = 0
    border_width = 0
    background_color = #FFFFFF 20
    border_color = #FFFFFF 0
    # Backgrounds
    panel_background_id = 1
    taskbar_background_id = 0
    task_background_id = 0
    task_active_background_id = 1
    systray_background_id = 0
    clock_background_id = 0
    # Panel
    panel_monitor = 1
    panel_position = bottom center horizontal
    panel_size = 0 38
    panel_items = LTSC
    panel_margin = 0 0
    panel_padding = 0 0 5
    font_shadow = 0
    panel_background_id = 1
    wm_menu = 1
    panel_dock = 0
    panel_layer = top
    # Launcher
    launcher_icon_theme = Numix
    launcher_padding = 10 10 10
    launcher_icon_size = 22
    launcher_tooltip = 0
    launcher_apps_dir = /home/archie/.config/tint2/launchers
    # Taskbar
    taskbar_mode = single_desktop
    taskbar_padding = 0 0 10
    # Tasks
    urgent_nb_of_blink = 20
    task_icon = 1
    task_text = 0
    task_centered = 1
    task_maximum_size = 58 0
    task_padding = 10 4
    # Systray
    systray_padding = 0 10 6
    systray_sort = left2right
    systray_icon_size = 22
    systray_icon_asb = 100 0 0
    systray_icon_theme = Faenza-Dark
    # Clock
    time1_format = %I:%M %p
    time1_font = Open Sans 9
    time2_format = %D
    time2_font = Open Sans 9
    clock_font_color = #ffffff 80
    clock_padding = 10 0
    # Tooltip
    tooltip = 0
    # Mouse
    mouse_middle = close
    mouse_right = none
    # Autohide
    autohide = 0
    /home/archie/.config/gtk-3.0/settings.ini:
    [Settings]
    gtk-theme-name=Greybird
    gtk-icon-theme-name=Faenza-Dark
    gtk-font-name=Open Sans 9
    gtk-cursor-theme-name=Vanilla-DMZ
    gtk-cursor-theme-size=0
    gtk-toolbar-style=GTK_TOOLBAR_ICONS
    gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
    gtk-button-images=0
    gtk-menu-images=0
    gtk-enable-event-sounds=1
    gtk-enable-input-feedback-sounds=1
    gtk-xft-antialias=1
    gtk-xft-hinting=1
    gtk-xft-hintstyle=hintfull
    gtk-xft-rgba=rgb
    I'm running tint2-svn and already tried the normal one.
    Could some tell me a hint?
    Last edited by beta990 (2014-01-13 21:58:18)

    Thanks for posts!
    I have done all the steps, but real key was to reboot the system! Even pkill X didn't work. It's now solved.
    To give users with the same issue a solution:
    - Set icon-theme with lxappearance
    - Be sure that gtk3.0/settings.ini has fallback and icon-theme the same value (not know if it really needed)
    - Reboot! pkill X didn't work for me.
    Thanks again.

  • Another N82 query - Menu Icon Animation

    Yes, I have too much time on my hands today, but seeing as people have been so helpful of late…
    I read in the N82 user guide (p97 in fact) that menu icon animation should be an option, and can be turned on and off. But I assumed that this was an error as the Menu > Options > Icon animation feature was absent on my relatively new handset. At first I thought it was because I was using a third party theme, but it the same under all the pre-installed N Series themes too.
    Reading the forums here, I noticed references to this feature in other threads so I looked on my handset again... under Menu > Options, I have:
    Open
    Change menu view
    Move
    Move to folder
    New folder
    Download applications
    Memory details >
    Help
    Exit
    No mention of icon animation in the menu or any sub menu. Is this a restriction my network operator (Orange UK) have placed on the firmware, or am I just looking in the wrong place?
    Solved!
    Go to Solution.

    Probably the only way they could make it work.
    I've noticed that with some 3rd party themes if you have icon animation enabled it doesn't show custom icons in all of the menus.
    I've been using this theme recently and it behaves like that.

  • On a kindle fire, there is no menu icon or settings icon, how do I get to settings

    I have a kindle fire tablet, 8.9 hd. Just downloaded aurora and there is no apparent way to go to settings. When I tap the icon on aurora all it shows is " share", there is not a device menu icon on this screen, how do I get to settings?

    Hi bluesky4me,
    Sometimes Aurora will include a menu icon near the top-right of the screen - it will look like three vertical dots. If you tap that, settings should be right in there - though you may to scroll down a little to see them.
    If you don't see the three dots button, then Aurora has detected that there is a (physical or virtual) device menu button.
    On Kindles, I believe the button is in the black bar at the bottom of the screen. If the bar is hidden, you can swipe up to see it.
    There's more info in your device manual (pages 8 and 9)
    https://kindle-fire-updates.s3.amazonaws.com/Kindle_Fire_User_Guide.pdf#
    Hope that helps!

  • Menu Icons Display Strange

    All my disabled buttons appear like this where they are gray.  What can I do to fix this or what would cause them not appearing correctly?
    Thanks!

    Here are my System Specs
    Dell Latitude E6500
    Windows XP Pro Service Pack 3. 32 bit
    Intel Core 2 Duo 2.66 Ghz
    NVIDIA Quadro NVS 160M
    The buttons seem to work fine, they just look all grayed out when they can't be selected.
    Thanks for your help.
    Alan Wayman [email protected]
    Date: Thu, 10 Sep 2009 14:58:40 -0600
    From: [email protected]
    To: [email protected]
    Subject: Menu Icons Display Strange
    Hi again
    Hmmm, new install. Aside from the funky icons does it seem to function?
    What is your operating system? Vista, Windows 7, Windows XP and how many bits? 32 or 64.
    Note that Adobe has no version of Captivate that has been blessed and purported to run flawlessly on 64 bit systems. We are seeing more and more folks arrive here that are using 64 bit systems and citing all manner of issues. Mostly surrounding capture and audio.
    Cheers... Rick
    | http://www.robowizard.com/pc.gif | Helpful and Handy Links
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=5
    http://www.ShowMeSolutions.biz
    http://sorcererstone.wordpress.com/
    http://www.gooberguides.com |
    >

  • Finder Menu Icons Missing

    My finder menu Icons are missing this all began after I was in a login screen and ran a micro fiber cloth across the keyboard. Since then I have lost all my menu icons and boot up takes five minutes this is a Brand new 27" IMac (February 2014) running Mavericks OSX 10.9.2
    I have repaired Pemissions and deleted the finder.plist
    Anyone have any idea whats going on? Any Ideas or suggestions would be much appreciated.

    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work. The intent is to see if it is specific to one account or a system wide problem. This account can be deleted later.
    Isolating an issue by using another user account
    If the problem is still there, try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up after waiting 10 seconds. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode
    Safe Mode - About

  • [SOLVED] How to Add Items in the Awesome Menu?

    I hate to ask, but I've gotta say I've read the manuals extensively, and can't figure out certain things in awesome... I want to purchase a lua programming manual to have around, but in the meantime... I'm hoping one of you guys can throw me a bone here and help me figure out this one thing...
    I've added firefox to my awesome menu so now it's like awesome > open terminal > firefox. However, nothing happens when I select firefox, and here's my code:
    -- {{{ Menu
    -- Create a launcher widget and a main menu
    myawesomemenu = {
       { "manual", terminal .. " -e man awesome" },
       { "edit config", editor_cmd .. " " .. awesome.conffile },
       { "restart", awesome.restart },
       { "quit", awesome.quit }
    mymainmenu = awful.menu({ items = { { "awesome", myawesomemenu, beautiful.awesome_icon },
                                    { "open terminal", terminal },
                    { "firefox", awful.util.getdir("config") .. "/firefox.png" }
    mylauncher = awful.widget.launcher({ image = beautiful.awesome_icon,
                                         menu = mymainmenu })
    -- Menubar configuration
    menubar.utils.terminal = terminal -- Set the terminal for applications that require it
    Anyone know what I'm doing wrong?
    Last edited by w201 (2013-03-02 04:49:11)

    The syntax for adding a menu item to awesome goes like this:
    mywebmenu = {
    {" Chromium", "chromium-browser", beautiful.chromium_icon},
    {" Dropbox", "dropbox", beautiful.dropbox_icon}
    or
    mysettingsmenu = {
    {" WICD", "urxvt -x wicd-curses", beautiful.wicd_icon}
    As you can see, the first item in the list is the name of the menu item, the second is the command to be run, and the third is the icon to be displayed. If there's no third field, no icon is displayed.
    Your code for adding firefox to your menu will correctly show "firefox" as the menu name being displayed, since that's the first field you added, but will attempt to execute "awful.util.getdir("config") .. "/firefox.png"  when you click the menu item, since that's what you provided as the second argument. Since that's not an executable command, nothing happens.
    Since the "awful.util..." bit seems to be you trying to get the proper icon for firefox, I suggest adding an element to the list between the two you already have that is just "firefox". This will ensure that when you click on "firefox" in your menu, the command that is run is "firefox", which should launch your browser.
    Last edited by dcalacci (2013-03-01 21:21:01)

  • Change Gnome Menu Icon [SOLVED]

    Hello,
    I have been able to change the main menu icon in Gnome in several other distributions running gnome 2.22 (Fedora, Debian, etc) and had no issues. The method I have always used is copy the custom icon to /usr/share/icons/gnome/24x24/places/start-here.png. I have not been successful with this in Arch. I also tried copying to the 22x22 directory and also using the GConf method (apps > panels > objects > Use_Custom_Icon...). No luck so far. I'm totally up to date with all my stuff (gnome 2.22.2), so if anyone knows a good method, it would be greatly appreciated.
    Thanks!
    Swill
    Last edited by Mr. Swillis (2008-07-02 22:58:31)

    biloky wrote:
    Here's how I did it...
    Assuming you're using Gnome's default icon theme:
    1. Replace /usr/share/icons/gnome/24x24/places/start-here.png with your icon of choice.
    2. If the theme's icon cache was previously generated (/usr/share/icons/gnome/icon-theme.cache), you can either re-generate it using the following command
         # gtk-update-icon-cache /usr/share/icons/gnome
    or you can just delete it (the cache is supposed to speed up GTK apps' access to the icons).
    3. Restart X or # killall gnome-panel to see the change.
    That's what I had to do too, but it feels like the wrong way. It should be possible to change it through the configuration editor. A bug perhaps?
    Edit: Replacing the icon file was not possible with the default icon theme. However, it works on other themes.
    Last edited by twarkie (2008-06-28 17:58:44)

  • E65 Menu Icons Changed

    Hi,
    I just got a replacement E65, because my last ones keypad lights stopped working, now this one had some
    crazy freeze/stall.
    Was busy downloading music, then message came up saying: "memory card full ..." Didn't think
    anything of it. Cancelled the download and cleared up some space on mem card.
    Then everything froze, I switched of the phone. When I turned it back on, the main menu icons had
    changed.
    Normally they look like: http://www.mobileburn.com/imagepop.jsp?Id=3296&;file=%3Cimg+src%3D%22media%2Fnokia%2Fe65%2Fthumb_​e65_mainmenu.jpg%22+width%3D%22115%22+height%3D%22​150%22+alt%3D%22Standby+Screen%22+pos3%2F%3E
    But now,
    >Media
    >Connect.
    >Tools
    >Office
    >Installat.
    >Help
    all just look like folders (eg there is no spanner next to the tools folder) And the menu looks
    trashy.
    Have tried:
    >Restore factory defaults
    >Installing new theme
    Thanks

    Hi
    I fixed it with a hard reset!
    If you do this just remember to backup everything!
    *#res0#
    *#7370#
    then enter LOCK CODE
    Default: 12345

  • Start menu icon & taskbar is gone

    My start menu icon & taskbar is gone. I cannot find any way to restore them. Customize shows nothing for putting them back. How do I do this?

    I was up too late and not thinking at all. Please forgive me for this last message. The question just has no meaning in Firefox. Thanks for being here.

  • Lxappearance, Available Icon Themes: empty list. [SOLVED]

    It is some time that many icons disappeared from my desktop.
    I am using lxde and I was happy with the default icon theme, but after an update many icons simply do not appear (or are completely transparent).
    I say `many' because it is irregular: in the menu there are the icons of programs, but the icons of categories (Office, Games, ...) are not; as the Desktop icon of `My Documents' that does not appear.
    Using lxappearance I see that the icon theme list is empty, but I am sure I have the default theme and another I tried to install:
    $ pacman -Q | grep icon
    hicolor-icon-theme 0.11-1
    oxygen-icons-svg 4.4.0-1
    Still no avail, do anyone had similar problems? I sought via google, but I found nothing really related.
    etb
    Last edited by ezzetabi (2010-02-19 11:33:37)

    It worked fine, thanks a lot.
    Moreover to anyone other: it seems lxde does not support svg at the moment.

  • No gnome menu icons [solved]

    Hi fellas, I have a bit of a problem, it is not vital though, just that there are no icons next to any of the item in any drop-down menu (right mouse button menu, main gnome menu etc...)
    Thanks
    Last edited by sDoky (2009-05-20 14:38:59)

    Ashren wrote:Ok then, please check if gnome-icon-theme is installed - if not install it. It should be since it is a part of gnome.
    Didn't help. It was ok when I first installed the system, I just tried changing icons, it worked at first but after one boot it just didn't load, I tried changing everything back to previous state, it didn't come back up though. What should I do, I don't wanna reinstall the whole system, it took me days to modify it to the way I wanted it.
    Last edited by sDoky (2009-05-20 13:02:44)

  • KDE 4.5: tray icons theme

    Hi,
    Does a tray icons theme exist as a separate entity? If it does, how am I supposed to change it?

    Teho wrote:
    pressh wrote:I don't oppose monochrome icons per se, it just looks too ugly when some random colored icon is in between.
    That shouldn't happen in KDE, the icons are forced in certain order; Normal apps, static icons. The whole idea was to differentiate those two, as far as I know.
    That's exactly right Teho. The monochrome and colored icons do not get mixed together, but having a colored set of icons adjacent to a monochrome set still looks a little odd. In any case, my main complaint with the monochrome icons is that they detract from overall usability. Colored icons make it easier to distinguish one app from another. So, for me at least, the new icons look nice; they're just less useful.
    By the way, I really don't like the way the system tray opens a pop-up menu for hidden icons. It sucked when Windows added that "feature" and it sucks no less when a FOSS desktop copies the idea. Since the system tray is just a plasmoid, you'd think we could still have the option of either the old style or new style as distinctly separate widgets for the panel. Why do they completely replace one with another?

Maybe you are looking for