mt_caret
mt_caret
>とはいえ現状のplextをplextarrayに書き換えるのはちょっと危険ですよね…。どうしたものか。 ```\usepackage{plext}```が `````` で囲まれていることを考えると縦書きにする時にしか使われないわけですし、 ```plext```を```plextarray```で置き換えて https://github.com/kmuto/review/blob/master/doc/writing_vertical.ja.md の方に注意を載せておくのはどうでしょうか。 > 「著者名」というのは奥付の部分ですかね。 こちらです。 https://github.com/kmuto/review/blob/master/templates/latex/layout.tex.erb#L272-L274
I hacked together [a volume monitor](https://gist.github.com/mt-caret/a93b469525c2ab1e180e91188bf693ef#file-taffybar-hs-L62-L85) based on xmobar's approach (https://github.com/jaor/xmobar/blob/master/src/Xmobar/Plugins/Monitors/Volume.hs#L147-L155 ). While it doesn't use the dbus interface mentioned above, it won't be that much work to clean this...
Aha, so that's why it disappeared; thanks for the info. I guess I'll just keep in my taffybar config.
Oh, that'll be nice; I would love to merge https://github.com/taffybar/taffybar/pull/65 and https://github.com/taffybar/taffybar/pull/203 and contribute
Feel free to ping me when you make a taffybar-extras repo!
My Haskell is a bit rusty so I'm not 100% sure how to proceed with setting up the project; is it correct to assume that Nix + stack is preferred?
After using the volume monitor I've made for a while, I realized that it's horribly broken (handling multiple output sources) and I'm not even sure that xmobar's approach is doing...
Considering that getting SATySFi packaged into distros would probably be a pain, wouldn't it be nice for there to be at least one way to install SATySFi on Linux distributions...
HEAD of master currently doesn't build on Nix, so I'll rebase and add something saying it's unofficial when I update the package over at NixOS/nixpkgs.
Considering that SATySFi has had semver for a while and [you can install 0.0.4 via nixpkgs-unstable now](https://repology.org/project/satysfi/versions), what does everybody think about merging this?