You are not logged in.

#51 2010-04-17 03:42:38

YamiFrankc
Member
From: Mexico
Registered: 2009-06-19
Posts: 177
Website

Re: Share your Awesome(WM) desktop!

http://pastebin.com/uCC7f6xe Thats the log.
Im using 3.4.4-1, im pretty sure thats the last one(maybe you had a typo at the version number).
And im using it just as in your github, just changing the font.

For the weechat highlights i use the newsbar plugin, just added some auto commands after plugins load to have it at the bottom.
If you want more about the config just tell me and ill upload the config smile


Thanks and greetings.

Offline

#52 2010-04-17 16:05:43

alterecco
Member
Registered: 2009-07-13
Posts: 152

Re: Share your Awesome(WM) desktop!

YamiFrankc wrote:

Im using 3.4.4-1, im pretty sure thats the last one(maybe you had a typo at the version number).

*facepalm* indeed, quite a type... seems I skipped a whole version somehow smile

YamiFrankc wrote:

http://pastebin.com/uCC7f6xe Thats the log.
And im using it just as in your github, just changing the font.

Ok. The problem is that I use a container for all of my widgets called `tools'. You can see on line 19 of the log "attempt to index global 'tools' (a nil value)", which means it is looking for a variable called tools that does not exist.
My setup is along the lines:

tools = {}
tools.irc = widget.irc(...)

... so on and so forth

The weechat plugin in turn calls `tools.irc.notify(...)', and what you are seeing is a complaint over this not working. You would have to structure you widget as I did, or change the call in the weechat plugin to match your widget setup (that is what I would do)

YamiFrankc wrote:

For the weechat highlights i use the newsbar plugin

Thanks, I will have  look

Offline

#53 2010-04-17 19:05:14

dennis123123
Member
Registered: 2009-07-02
Posts: 72

Re: Share your Awesome(WM) desktop!

melik wrote:
dennis123123 wrote:

Link to wallpaper please!

http://omploader.org/vNDRmdw

Thank-you! cool

Offline

#54 2010-04-17 20:27:41

samuele.mattiuzzo
Member
From: Treviso, IT
Registered: 2009-10-12
Posts: 307
Website

Re: Share your Awesome(WM) desktop!

clean version:
201004172219541366x768s.th.png

dirty version (revelation):
201004172218181366x768s.th.png

Offline

#55 2010-04-18 18:34:18

splittercode
Member
From: WI, USA
Registered: 2010-03-16
Posts: 203

Re: Share your Awesome(WM) desktop!

21251a77007353.gif

258eea77007896.gif

In the interest of full disclosure, I totally stole that wallpaper from someone on this forum, but I don't remember who. cool

Last edited by splittercode (2010-04-18 18:39:02)

Offline

#56 2010-04-19 02:35:59

YamiFrankc
Member
From: Mexico
Registered: 2009-06-19
Posts: 177
Website

Re: Share your Awesome(WM) desktop!

/home/yamifrankc/.config/awesome/widget/irc.lua:138: module 'lib.logging' not found:
        no field package.preload['lib.logging']
        no file './lib/logging.lua'
        no file '/usr/share/lua/5.1/lib/logging.lua'
        no file '/usr/share/lua/5.1/lib/logging/init.lua'
        no file '/usr/lib/lua/5.1/lib/logging.lua'
        no file '/usr/lib/lua/5.1/lib/logging/init.lua'
        no file '/home/yamifrankc/.config/awesome/lib/logging.lua'
        no file '/home/yamifrankc/.config/awesome/lib/logging/init.lua'
        no file '/etc/xdg/awesome/lib/logging.lua'
        no file '/etc/xdg/awesome/lib/logging/init.lua'
        no file '/etc/xdg/awesome/lib/logging.lua'
        no file '/etc/xdg/awesome/lib/logging/init.lua'
        no file '/usr/share/awesome/lib/lib/logging.lua'
        no file '/usr/share/awesome/lib/lib/logging/init.lua'
        no file './lib/logging.so'
        no file '/usr/lib/lua/5.1/lib/logging.so'
        no file '/usr/lib/lua/5.1/loadall.so'
        no file './lib.so'
        no file '/usr/lib/lua/5.1/lib.so'
        no file '/usr/lib/lua/5.1/loadall.so'
^Cprocess 16102: arguments to dbus_connection_unref() were incorrect, assertion "connection->generation == _dbus_current_gener
tion" failed in file dbus-connection.c line 2705.
This is normally a bug in some application using the D-Bus library.

That is said if i only require it at the start of the file.
I think i need the lib.logging thing, in what package is it?


Thanks and greetings.

Offline

#57 2010-04-19 13:36:20

alterecco
Member
Registered: 2009-07-13
Posts: 152

Re: Share your Awesome(WM) desktop!

YamiFrankc wrote:

That is said if i only require it at the start of the file.
I think i need the lib.logging thing, in what package is it?

Sorry about that. lib.logging is a library also in my repo, but it should not be required by the irc widget (except locally when needed)

I have updated the irc widget on github, so that part should work now... Feel free to use the issue tracker on github to report issues/features as well

Offline

#58 2010-04-20 04:26:46

YamiFrankc
Member
From: Mexico
Registered: 2009-06-19
Posts: 177
Website

Re: Share your Awesome(WM) desktop!

Thanks! Its working now!
http://omploader.org/vNDdzcQ

Last edited by YamiFrankc (2010-04-20 04:31:23)


Thanks and greetings.

Offline

#59 2010-04-20 06:49:55

tuxloo
Member
From: China
Registered: 2009-12-20
Posts: 4

Re: Share your Awesome(WM) desktop!

Hi all,I use xcompmgr to make my urxvt transparency. It works, but i got these errors:

error 9: BadDrawable (invalid Pixmap or Window parameter) request 153 minor 1 serial 7370
error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 7371
error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 7372

I got the errors in openbox same.

what should i do?

Last edited by tuxloo (2010-04-20 06:50:29)


smile

Offline

#60 2010-04-20 16:17:24

YamiFrankc
Member
From: Mexico
Registered: 2009-06-19
Posts: 177
Website

Re: Share your Awesome(WM) desktop!

Where does it appear?
Like when running urxvt from another terminal?


Thanks and greetings.

Offline

#61 2010-04-21 03:04:06

tuxloo
Member
From: China
Registered: 2009-12-20
Posts: 4

Re: Share your Awesome(WM) desktop!

Yes,when i was running urxvt it appears in the urxvt. . .
I didn't try other terminals.

and if i add "xcompmgr -c &" in .xinitrc , there is nothing.
so i add it in my .zshrc file,It works.( I known it should not be added here, I try it for testing. )


smile

Offline

#62 2010-04-23 11:02:04

Aakko
Member
Registered: 2007-10-23
Posts: 65

Re: Share your Awesome(WM) desktop!

splittercode wrote:

http://thumbnails23.imagebam.com/7701/2 … 007353.gif

http://thumbnails21.imagebam.com/7701/2 … 007896.gif

In the interest of full disclosure, I totally stole that wallpaper from someone on this forum, but I don't remember who. cool

Care to share your .Xdefaults?

Offline

#63 2010-04-23 15:04:34

YamiFrankc
Member
From: Mexico
Registered: 2009-06-19
Posts: 177
Website

Re: Share your Awesome(WM) desktop!

zI run it as "xcompmgr &" from my .xinitrc, and im using the 256colors urxvt from AUR.
Doing that helps?


Thanks and greetings.

Offline

#64 2010-04-23 18:07:47

splittercode
Member
From: WI, USA
Registered: 2010-03-16
Posts: 203

Re: Share your Awesome(WM) desktop!

Aakko wrote:

Care to share your .Xdefaults?

Unfortunately, I just changed it and don't have the original scheme saved.. tongue

I think it was one from this site

http://tuxtraining.com/2009/06/27/termi … urces-file

Offline

#65 2010-04-25 00:42:23

Chance
Member
Registered: 2008-12-05
Posts: 99

Re: Share your Awesome(WM) desktop!

When setting a wallpaper with beautiful, how do you scale the wallpaper? The one i have right now is bigger than my screen, so beautiful distorts it to 'fit' my screen. I want the wallpaper to be 'center' instead.

Nvm: Found it:

'awsetbg -c'

Last edited by Chance (2010-04-25 00:57:46)

Offline

#66 2010-04-25 18:11:42

muunleit
Member
From: Germany
Registered: 2008-02-23
Posts: 234

Re: Share your Awesome(WM) desktop!

I use this instead of scale or center for big images. The last time I tried, awsetbg was not aware of it.

feh --bg-fill

From "man feh"

  --bg-fill file
             Like --bg-scale, but preserves aspect ratio by zooming the image until it fits.  
             Either a horizontal or a vertical part of the image will be cut off.

Last edited by muunleit (2010-04-25 18:15:33)


"The mind can make a heaven out of hell or a hell out of heaven" -- John Milton

Offline

#67 2010-04-25 18:55:20

Deckard
Member
From: Munich/Germany
Registered: 2010-01-31
Posts: 14

Re: Share your Awesome(WM) desktop!

Clean:
2010april.th.png

Dirty:
201004252051201680x1050.th.png


If the only tool you have is a hammer, you tend to see every problem as a nail

Offline

#68 2010-04-25 19:34:44

Nimatek
Member
Registered: 2009-09-22
Posts: 25

Re: Share your Awesome(WM) desktop!

Clean:
tNDl2aQ
Stuff:
tNDl2aA

Offline

#69 2010-04-25 20:08:15

mxforce
Member
Registered: 2009-02-10
Posts: 17

Re: Share your Awesome(WM) desktop!

Clean:

tNDl3Mw


Stuff:

tNDl3Ng

Offline

#70 2010-04-25 20:23:13

dunz0r
Member
From: Sweden
Registered: 2009-03-30
Posts: 258
Website

Re: Share your Awesome(WM) desktop!

Please share your colours. They're really nice.


RTFM or GTFO
hax0r.se

Offline

#71 2010-04-25 21:15:48

Nimatek
Member
Registered: 2009-09-22
Posts: 25

Re: Share your Awesome(WM) desktop!

dunz0r wrote:

Please share your colours. They're really nice.

*highlightColor:#444
*background: #1b1d1e
*foreground: #ccccc6
*color0:#000000
*color1:#af3f6a
*color2:#93d44f
*color3:#e7e18c
*color4:#204a87
*color5:#ff6600
*color6:#89b6e2
*color7:#cccccc
*color8:#555753
*color9:#ff7faa
*color10:#c8e7a8
*color11:#fff796
*color12:#3465a4
*color13:#f57900
*color14:#46a4ff
*color15:#ffffff

Offline

#72 2010-04-26 04:28:00

Draje
Member
Registered: 2007-06-21
Posts: 102
Website

Re: Share your Awesome(WM) desktop!

201004thumb.png

Blast that "-nan%" in the CPU widget.

Offline

#73 2010-04-26 15:18:10

anrxc
Member
From: Croatia
Registered: 2008-03-22
Posts: 834
Website

Re: Share your Awesome(WM) desktop!

Draje wrote:

Blast that "-nan%" in the CPU widget.

You are calling vicious.widgets.cpu multiple times? Enable caching for it. See the README.

Edit: it looks like you are calling every widget type multiple times. Take them out of the wibox creation loop, they don't belong there - you can attach each widget to as many wibox on as many screens you want.

Last edited by anrxc (2010-04-26 15:21:33)


You need to install an RTFM interface.

Offline

#74 2010-05-05 00:52:15

Sjoden
Member
From: WA
Registered: 2007-08-16
Posts: 380
Website

Re: Share your Awesome(WM) desktop!

Draje wrote:

http://nullsum.net/201004thumb.png

Blast that "-nan%" in the CPU widget.

Can you post your colors?

Offline

#75 2010-05-10 15:00:35

Ca5bah
Member
From: Michigan
Registered: 2010-05-09
Posts: 51

Re: Share your Awesome(WM) desktop!

teh wrote:

Wallpaper please?

Nevermind, got it with TinEye.

Last edited by Ca5bah (2010-05-10 15:07:27)


| CM690 | Intel i5 4690 | Gigabyte Windforce 1060 6GB | Assorted 2TB Hitachi Deskstars/128GB SSDs |

Offline

Board footer

Powered by FluxBB