-
I love the idea behind taffybar (awesome-like generic bar) but I think that it doesn't have a huge corpus of examples yet, and the fact that it's a much stranger language than Lua doesn't help.
I a…
-
When I install taffybar 0.4.5 and configure it based on example configuration
(`xmonad.hs.example`, `taffybar.hs.example` and `taffybar.rc` files), window
switcher shows all virtual desktops regardles…
marbu updated
6 years ago
-
Hi everyone,
I installed taffybar from haskell-core in archlinux and used the default template for taffybar.hs from the repository (https://github.com/travitch/taffybar/blob/master/src/System/Taffybar…
ghost updated
6 years ago
-
For me, this only seems to happen when the taffybar process is started AFTER the process of the window going full screen.
Also, interestingly, if float ANY window (even one not associated with the …
-
I tried to install cabal install:
```
cabal install taffybar
Resolving dependencies...
cabal: dependencies conflict: xmonad-contrib-0.10 requires mtl ==1.1.0.2
however
mtl-1.1.0.2 was excluded beca…
-
https://hackage.haskell.org/package/gi-gdkpixbuf-2.0.15/docs/GI-GdkPixbuf-Objects-Pixbuf.html#v:pixbufNewFromFile
The current type for pixbufNewFromFile is `(HasCallStack, MonadIO m) => Text -> m P…
-
**Describe the bug**
Unlike the description in the comments of the source file, the XDG menu widget seems to only search in /etc/xdg if it is manually specified in XDG_CONFIG_DIRS. Otherwise, there i…
-
This is ignored and causes issues with the title being cropped when the barHeight is small...
Example of Cropping:
![Cropped](http://i.imgur.com/lQpx7EB.png)
Deprecated Notice: https://develope…
-
`src/System/Taffybar/Information/Network.hs` imports `Data.Time.Clock.System` which has appeared in time-1.8, but cabal file requires time>=1.4
krsch updated
6 years ago
-
I'm working on migrating taffybar to gtk3 ( #121, a continuation of #126 ) here:
https://github.com/IvanMalison/taffybar/tree/migrateToGTK3
and I've actually made quite a bit of progress. With a …