GithubHelp home page GithubHelp logo

blingbling's People

Contributors

alexander-yakushev avatar almonteb avatar cedlemo avatar engin33r avatar geektophe avatar gitter-badger avatar iximeow avatar jeffchien avatar k3rni avatar kennyballou avatar ldr709 avatar modul0x90 avatar nmcodeeu avatar quizzmaster avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blingbling's Issues

Calendar missing

Using the provided example config, I get the following error:
http://666kb.com/i/ciicst9yl9g15x43o.gif
calendar = blingbling.calendar()
There is no calendar-lib in the blingbling-folder, but the example config (and the text on the awesome-blingbling page) say there would be one.

setting theme.blingbling table

I dont have any success setting values in this table, seems they are not picked up
by blingbling widgets. Using awesome 3.5 and blingbling from git

require blingbling fails

When I try to use blingbling (even if I just try to require blingbling), the following error occures:
http://666kb.com/i/cihrngqxnicl512is.gif
Following line:
normal ={ background_color = blingbling_theme.tagslist.normal.background_color or beautiful.bg_normal,

awesome v3.5.2 (The Fox)
• Build: Oct 13 2013 01:33:36 for x86_64 by gcc version 4.8.1 (nobody@)
• Compiled against Lua 5.2.2 (running with Lua 5.2)
• D-Bus support: ✔

Blingbling cloned using
git clone git://github.com/cedlemo/blingbling.git

request: add task count next to taskwarrior icon

is it possible to add the number of tasks next to the widget icon? I know that it can be done by creating another widget and placing it next to the icon, but it'll be better if it was part of the original widget with all the menu and etc.

How to run a custom function when clicking a widget? (net widget)

I apologize if this is a stupid question - I've done lots of fine customization of Awesome, just can't seem to figure this one out.

I want to run nmcli_dmenu when clicking the net widget, and every attempt I've made at accomplish this is resulting in errors =) I'm assuming this is simple to do?

request: udisks_glue widget - umount all option

Hi cedlemo.
very useful library for awesome. would be great if there will be an option to umount all partitions of mounted USB hard drive. In my case to remove device with four partitions (/dev/sdb1 .. /dev/sdb4) I need to go through 4 submenus and click umount for each partition and only after that I can detach my device. Is it possbile instead (or near) the "busy" or "can't detach" menu item add something like "umount all" option to try umount my partitions automatically for selected device?

Compatibility with future awesome releases ?

Hi !

I'm on Archlinux, using awesome v3.5.2-2180-g5aa4a16 (The Fox) and there are some changes that does not works well with blingbling, eg gears.sort does not exists in my case.

Will you continue to port blingbling for futures versions ?

Integers instead of floating point numbers in value_text_box

In value_text_box.lua I changed
local value = (data[vt_box].value or 0) * 100
to
local value = math.ceil(data[vt_box].value or 0) * 100)
to have nice integers (number of new messages in mailbox or battery remaining...)
Probably would be better if we could toggle this with a parameter...

Migrating to Awesome 4

Any plans for migration? Some caveats?
Thanks for great widgets! I haven't found any widgets with graphs, so they're only reason to stuck on awesome 3.

clean init.lua in version 2.0

Remove line 5 from that file, it refers to something related to the previous version.

Otherwise Awesome won't start.

Error when setting calendar widget style

Relevant code from rc.lua:

calendarwidget = blingbling.calendar()
calendarwidget.set_current_day_widget_style({ h_margin = 0, 
                                    v_margin = 0,
                                    rounded_size = {0.5,0,0.5,0},  
                                    background_color = "#338833", 
                                    text_background_color = "#00000000",
                                    text_color = "#999999", 
                                    font ="Droid Sans"})

Error thrown:

error: calendar.lua:510 attempt to index field '?' (a nil value)

I've also attempted to add the theme information for the calendar into my awesome theme, however it appears to have no affect there.

CPU line graph displaying wrong values

Using the CPU line graph gives values of %0, %50, %100. Not other values between those. When displaying %100, htop says that only 20% of the cpu is working so there's no correlation.

Anyone knows how to fix this?

"task done" command doesn't work with taskwarrior 2.0.0 and higher

with the new syntax in taskwarrior version 2.0.0, the task done command doesn't work. this can be fixed by simply changing the line 36 of task_warrior.lua to:
table.insert(management_submenu,{ "Task "..task_id..": set done", "task " ..task_id.. " done", data[tw_menu].task_done_icon })

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.