Archived
1
0
Fork
You've already forked sent
0
simple plaintext presentation tool
This repository has been archived on 2026年05月30日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • C 89.3%
  • Makefile 5.4%
  • Roff 5.3%
Find a file
2026年04月26日 02:02:50 +08:00
.gitignore Initial commit (refreshed) 2026年01月20日 13:13:18 +08:00
arg.h migrate to new arg.h 2017年09月02日 01:24:47 +02:00
config.def.h Remove hardcoded colors; flip current colors instead 2026年02月27日 18:22:40 +08:00
config.mk Comment OpenBSD stuffs because of pdf patch 2026年04月26日 02:02:50 +08:00
drw.c improve some more error messages 2016年08月12日 14:58:15 +02:00
drw.h import new drw and util from libsl. 2016年05月24日 19:28:44 +02:00
example Update example presentation 2016年07月14日 12:44:05 +02:00
LICENSE update license 2017年09月07日 23:40:26 +02:00
Makefile Initial commit (refreshed) 2026年01月20日 13:13:18 +08:00
nyan.png add png support 2014年06月29日 23:43:01 +02:00
README.md . 2026年04月09日 01:31:51 +08:00
sent.1 Initial commit (refreshed) 2026年01月20日 13:13:18 +08:00
sent.c Remove hardcoded colors; flip current colors instead 2026年02月27日 18:22:40 +08:00
transparent_test.ff Update example presentation 2016年07月14日 12:44:05 +02:00
util.c die() on calloc failure 2016年11月04日 19:45:08 +01:00
util.h import new drw and util from libsl. 2016年05月24日 19:28:44 +02:00

pinitik1906's fork of sent

NOTE: sent is NOT Wayland native!

Dependencies

(If it does not build, you might need to install the *-devel packages also)

  • cairo
  • farbfeld
  • fontconfig
  • freetype
  • fribidi
  • libX11
  • libXft
  • noto-fonts (Optional)
  • noto-fonts-emoji (Optional)
  • pkg-config

Patches

Install

git clone --depth 1 https://codeberg.org/pinitik1906/sent.git "$HOME"/.local/share/usr/git/sent
cd "$HOME"/.local/share/usr/git/sent
sudo make clean install

Update

cd "$HOME"/.local/share/usr/git/sent
git pull
sudo make clean install

Uninstall

cd "$HOME"/.local/share/usr/git/sent
sudo make clean uninstall
cd "$HOME"
rm -rf "$HOME"/.local/share/usr/git/sent

.Xresources

All of the available .Xresources options I've found:

  • sent.font: -> font being used on sent, support multiple fonts to define the fallbacks.
  • sent.background: -> background color
  • sent.foreground: -> foreground color