dotfiles
1

Configure Feed

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

Use atkinson hyperlegible next for text

Juan Nunez-Iglesias (Jun 28, 2026, 11:01 PM +0200) baebfd21 745875c8

+4 -4
+2 -2
sway/config
··· 1 1 set $mod Mod4 2 2 3 3 # Font for window titles. Also used by the bar unless overridden in its block. 4 - font pango:DejaVu Sans Mono 12 4 + font pango:Atkinson Hyperlegible Next 14 5 5 6 6 # PORT: name the apps once and reference them below. 7 7 # Terminal is Ghostty (configured elsewhere in these dotfiles). ··· 198 198 set $lock swaylock -f \ 199 199 --image /usr/share/backgrounds/cosmic/orion_nebula_nasa_heic0601a.jpg \ 200 200 --scaling fill \ 201 - --font "DejaVu Sans Mono" \ 201 + --font "Atkinson Hyperlegible Next" \ 202 202 --indicator-radius 110 \ 203 203 --indicator-thickness 8 \ 204 204 --indicator-caps-lock \
+2 -2
waybar/style.css
··· 2 2 * (ring-color 7c5cbf, text e0def4). Edit freely -- changes apply on reload. */ 3 3 4 4 * { 5 - font-family: "DejaVu Sans Mono", monospace; 6 - font-size: 13px; 5 + font-family: "Atkinson Hyperlegible Next", "DejaVu Sans Mono", monospace; 6 + font-size: 15px; 7 7 min-height: 0; 8 8 } 9 9