You are not logged in.

#1 2012-05-21 09:13:00

KnightHawk3
Member
Registered: 2012-05-06
Posts: 3
Website

Awesome WM's tags show as "..."

Here is my rc.lua: https://gist.github.com/2761338
Here is my theme.lua: http://pastebin.ca/2151381
I have the icons in the directory, I am not sure what I am doing wrong, Any idears?

Offline

#2 2012-05-22 04:05:22

ANOKNUSA
Member
Registered: 2010-10-22
Posts: 2,141

Re: Awesome WM's tags show as "..."

What do you mean by "icons in the directory?"  Do you mean the "occupied" and "active" icons for your tags (like the little squares in the corner)?

Offline

#3 2012-05-22 14:10:35

JackH79
Member
From: Australia
Registered: 2009-06-18
Posts: 663
Website

Re: Awesome WM's tags show as "..."

Looks like you blindly copied someone else's config without customising it to your machine.
Might be a good idea to start with an empty (i.e. default) config and add the things you would like take from the other config.

Without having looked at your config, I suspect that theme.confdir in your theme.lua is the culprit. Just a quick guess.

Offline

#4 2012-05-23 06:37:39

KnightHawk3
Member
Registered: 2012-05-06
Posts: 3
Website

Re: Awesome WM's tags show as "..."

It's the defualt, I changed the theme (Moved the theme into the directory ~/.config/awesome with the icons), changed the tags and the menu thing that comes up when you do mod4+w.
Here is a screenshot of the problem: http://i.imgur.com/Mb5KG.png.
Is there any other infomation you might need?

Offline

#5 2012-05-23 15:31:24

projectdelphai
Member
Registered: 2012-05-17
Posts: 32

Re: Awesome WM's tags show as "..."

It's probably something to do with your rc.lua. A mistake there usually brings up the ... ... instead of the proper tag names/icons. A quick guess but on line 65 of your rc.lua replace it with "awful.layout.suit.floating" instead of "awful.layout.suit.float". You don't use that layout, but the fact that there isn't a float category might have broken it. If that doesn't work, try replacing it with a default rc.lua and slowly replacing it with your new code to see what messes it up.

Offline

Board footer

Powered by FluxBB