clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

trying foot

sspaeti 1af94871 d0f45077

+116
+56
foot/.config/foot/foot.ini
··· 1 + # -*- conf -*- 2 + 3 + # Theme — uncomment ONE include line to activate 4 + # Dark themes: 5 + # include=/usr/share/foot/themes/rose-pine 6 + #include=/usr/share/foot/themes/gruvbox-dark 7 + #include=/usr/share/foot/themes/tokyonight-night 8 + #include=/usr/share/foot/themes/tokyonight-storm 9 + #include=/usr/share/foot/themes/catppuccin-mocha 10 + #include=/usr/share/foot/themes/nord 11 + include=/home/sspaeti/.config/foot/themes/kanagawa 12 + #include=/home/sspaeti/.config/foot/themes/kanagawa-paper 13 + # Light themes: 14 + #include=/usr/share/foot/themes/rose-pine-dawn 15 + #include=/usr/share/foot/themes/catppuccin-latte 16 + #include=/usr/share/foot/themes/gruvbox-light 17 + 18 + # Font (fontconfig format) 19 + font=Iosevka:size=12 20 + font-bold=Iosevka:style=Bold:size=12 21 + font-italic=Iosevka:style=Italic:size=12 22 + font-bold-italic=Iosevka:style=Bold Italic:size=12 23 + 24 + # Avoid SSH issues (same as kitty term=xterm-256color) 25 + term=xterm-256color 26 + 27 + # Copy selected text to clipboard (kitty: copy_on_select clipboard) 28 + selection-target=clipboard 29 + 30 + # No window decorations (kitty: hide_window_decorations titlebar-only) 31 + [csd] 32 + preferred=none 33 + 34 + [bell] 35 + # Disable audio bell (kitty: enable_audio_bell no) 36 + system=no 37 + 38 + [mouse] 39 + # Hide cursor immediately when typing (kitty: mouse_hide_wait 0) 40 + hide-when-typing=yes 41 + 42 + [colors] 43 + # Background opacity (kitty: background_opacity 0.98) 44 + alpha=0.98 45 + 46 + [key-bindings] 47 + # Defaults already match kitty config: 48 + # clipboard-copy=Control+Shift+c 49 + # clipboard-paste=Control+Shift+v 50 + # font-increase=Control+plus Control+equal 51 + # font-decrease=Control+minus 52 + # font-reset=Control+0 53 + 54 + # Disable spawn-terminal to avoid accidental ctrl+shift+n 55 + # (kitty config disables several ctrl+shift combos for fzf in vim) 56 + spawn-terminal=none
+32
foot/.config/foot/themes/kanagawa
··· 1 + # -*- conf -*- 2 + # Kanagawa 3 + # Ported from https://github.com/rebelot/kanagawa.nvim/ 4 + 5 + [colors] 6 + background=1F1F28 7 + foreground=DCD7BA 8 + cursor=1F1F28 C8C093 9 + selection-foreground=C8C093 10 + selection-background=2D4F67 11 + urls=72A7BC 12 + 13 + regular0=090618 14 + regular1=C34043 15 + regular2=76946A 16 + regular3=C0A36E 17 + regular4=7E9CD8 18 + regular5=957FB8 19 + regular6=6A9589 20 + regular7=C8C093 21 + 22 + bright0=727169 23 + bright1=E82424 24 + bright2=98BB6C 25 + bright3=E6C384 26 + bright4=7FB4CA 27 + bright5=938AA9 28 + bright6=7AA89F 29 + bright7=DCD7BA 30 + 31 + 16=FFA066 32 + 17=FF5D62
+28
foot/.config/foot/themes/kanagawa-paper
··· 1 + # -*- conf -*- 2 + # Kanagawa Paper 3 + # Ported from https://github.com/sho-87/kanagawa-paper.nvim 4 + 5 + [colors] 6 + background=1F1F28 7 + foreground=DCD7BA 8 + cursor=1F1F28 c8c093 9 + selection-foreground=c8c093 10 + selection-background=658594 11 + 12 + regular0=0d0c0c 13 + regular1=c4746e 14 + regular2=8a9a7b 15 + regular3=c4b28a 16 + regular4=8ba4b0 17 + regular5=a292a3 18 + regular6=8ea4a2 19 + regular7=C8C093 20 + 21 + bright0=a6a69c 22 + bright1=E46876 23 + bright2=87a987 24 + bright3=E6C384 25 + bright4=7FB4CA 26 + bright5=938AA9 27 + bright6=7AA89F 28 + bright7=c5c9c5