I hereby claim:
- I am rolfschr on github.
- I am rolfschr (https://keybase.io/rolfschr) on keybase.
- I have a public key ASBqz1B-VWtbQyIfjcBiDsNTrIC3baaC3XZaiAyI6lQiywo
To claim this, I am signing this object:
Hi, | |
I'm trying to reproduce the experience I have with `urxvt` with `zutty` using the font "HackNerdFontMono". While I can use the font, I do have problems with it: | |
* The font color is the same as the background color (at least for me). Changing the colors (i.e. new "theme" in ~/.Xresources) did not have an effect. | |
* I do not have "Braille" symbols available (`btop` used as indicator here). | |
* I also want to have the special glyphs from that font. Those are not provideb by the font "Hack". | |
There are some screenshots with tests below. I'm sorry this is so chaotic, I worked on two different systems (wayland + xserver, not sure this makes a difference); both running NixOS. | |
Posting everything within the same comment would have helped to re-order but I had issues with this (besides also using two different GitHub accounts [work+personal]). |
I hereby claim:
To claim this, I am signing this object:
$ curl -sSL https://get.haskellstack.org/ | sh | |
Detected Linux distribution: ubuntu | |
Installing dependencies... | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
g++ is already the newest version (4:7.3.0-3ubuntu2). | |
gcc is already the newest version (4:7.3.0-3ubuntu2). |
pkgs: attrs: | |
with pkgs; | |
let defaultAttrs = { | |
builder = "${bash}/bin/bash"; | |
args = [ ./builder.sh ]; | |
setup = ./setup.sh; | |
baseInputs = [ gnutar gzip gnumake gcc binutils coreutils gawk gnused gnugrep patchelf findutils ]; | |
buildInputs = []; | |
system = builtins.currentSystem; | |
}; |