My configurations for the software I use
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update foot config

Fix warnings from update and adjust default columns and width to be
powers of 2

yemou 3b8e856e 6f1e9006

+4 -3
+3 -2
config/foot/foot.ini
··· 1 1 # Alternatively I could create a wrapper script that uses an environment variable 2 2 include=~/.local/state/thm/foot-colors.ini 3 + initial-color-theme=light 3 4 4 5 font=monospace:size=9 5 6 pad=8x8 center 6 - initial-window-size-chars=120x36 7 + initial-window-size-chars=128x32 7 8 8 9 [bell] 9 10 urgent=yes ··· 19 20 [mouse] 20 21 hide-when-typing=yes 21 22 22 - [colors] 23 + [colors-light] 23 24 alpha=1 24 25 25 26 [csd]
+1 -1
config/thm/templates/foot-colors-base.ini.template
··· 1 - [colors] 1 + [colors-light] 2 2 background={bg_color} 3 3 foreground={fg_color} 4 4 regular0={color0}