| Commit message (Collapse) | Author | Files | Lines |
|
- since i3status doesn't support custom blocks, we have to wrap around
it to add more info to it. if colours aren't needed, it could be as
simple as something like this (from the i3status manual):
#!/bin/sh
# shell script to prepend i3status with more stuff
i3status | while :
do
read line
echo "mystuff | $line" || exit 1
done
but since i like colours, we need a more sophisticated solution
which involves dealing with json; and thus the output_format needs
to be "i3bar".
- `killall -USR1 i3status` forces an update when we toggle nosleep.
|
|
|
|
|
|
|
|
lib/doom-modeline master v0.5.1-5-g19757b4
lib/helpful master 0.15-3-g1c1c324
lib/magit master 2.13.0-324-gf410eb16
lib/nix-mode master v1.2.2-64-g8b3a992
lib/notmuch master archive/debian/0.28-2-7-g7f726c6e
|
|
anzu is not a dependency, but I noticed doom-modeline refers to it
when using isearch (in pdf-view-mode swiper searches through binary
contents of a pdf, so we'll fall back to isearch), resulting in a
warning if it's not present.
|
|
deps: mako, grim, and slurp (all by emersion)
|
|
recent breaking change on upstream
|
|
|
|
|
|
|
|
|
|
lib/magit master 2.13.0-313-g5f407a29
lib/notmuch master archive/debian/0.28-2-3-g64bfe544
lib/org master release_9.1.14-996-g4a2e7c8db
lib/projectile master v1.0.0-187-g6cb9524
|
|
i've been using eink for a few months already
|
|
|
|
|
|
lib/borg master v2.0.0-72-gfe5fea4
lib/company master 0.9.6-62-gafbaad1
lib/doom-modeline master v0.5.1-3-g1fd66c4
lib/flycheck master 31-179-gf85eb1c8
lib/flycheck-haskell master 0.8-73-g30a09b9
lib/helpful master 0.15-1-gdaa4a64
lib/ivy master 0.10.0-419-gd346991
lib/magit master 2.13.0-294-g21f786a1
lib/nix-mode master v1.2.2-63-gf1973ce
lib/org master release_9.1.14-995-g9e05a6ac8
lib/ox-hugo master v0.8-423-g03c146e
lib/projectile master v1.0.0-186-gca55203
lib/use-package master 2.3-406-g6c6ecca
|
|
|
|
|
|
|
|
|
|
|
|
TODO: remove notmuch after migrating to Gnus
|
|
|
|
lib/doom-modeline master v0.5.0-2-g645f242
lib/ivy master 0.10.0-418-g59b8966
lib/magit master 2.13.0-293-g50e05e4a
lib/org master release_9.1.14-975-g0df6d9f78
lib/ox-hugo master v0.8-420-gaeb48b0
lib/projectile master v1.0.0-178-gc56c2a8
lib/with-editor master v2.7.4-4-gf69daaf
|