awesome-pomodoro
awesome-pomodoro copied to clipboard
Pomodoro time widget for the awesome window manager framework
Hello, It seems that the widget does not work with Awesome 4.0. It does not even allow me to load the widget with the require function. Is it possible to...
With 5c4db06ba2db5d730f4bc4d070958387ea4ef6e4 I am getting: ``` error while running function! stack traceback: /home/user/.config/awesome/pomodoro/init.lua:7: in main chunk [C]: in function 'require' /home/user/.config/awesome/rc.lua:688: in main chunk error: /home/user/.config/awesome/pomodoro/init.lua:7: module 'impl' not found:...
Sorry for clogging up with multiple PRs, I didn't work on a branch before. I've kept all my changes into one branch, so it allows for easy merge (and allows...
I have a HiDPI display which results in the default tool tip font being too small. I tried customising it by setting `theme.tooltip_font` in my custom them as the Beautiful...
For some reason this only works on one of my displays. Not sure if I introduced it at some point or there was no support in the first place.
Is this widget for Awesome 3.5 only? Currently running 3.4 (latest on Debian Jessie 8.4), and seeing this error.
The init function is called after we have done the customization to the global state. This is ok for now because we have few options but as the time passes...