You are not logged in.
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
Thanks and greetings.
Offline
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
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)
For the weechat highlights i use the newsbar plugin
Thanks, I will have look
Offline
dennis123123 wrote:melik wrote:Link to wallpaper please!
Thank-you!
Offline
Offline
/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
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
Thanks! Its working now!
http://omploader.org/vNDdzcQ
Last edited by YamiFrankc (2010-04-20 04:31:23)
Thanks and greetings.
Offline
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)
Offline
Where does it appear?
Like when running urxvt from another terminal?
Thanks and greetings.
Offline
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. )
Offline
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.
Care to share your .Xdefaults?
Offline
zI run it as "xcompmgr &" from my .xinitrc, and im using the 256colors urxvt from AUR.
Doing that helps?
Thanks and greetings.
Offline
Care to share your .Xdefaults?
Unfortunately, I just changed it and don't have the original scheme saved..
I think it was one from this site
Offline
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
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
Nimatek 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
Offline
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
http://nullsum.net/201004thumb.png
Blast that "-nan%" in the CPU widget.
Can you post your colors?
Offline
http://cyb3rpunk.files.wordpress.com/20 … romini.png
Very minimalist my Awesome config.
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