summary refs log tree commit diff
path: root/bin/man1/fbclock.1
blob: 3195eb4286a34e4118348b515cbd790579cc7930 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.Dd September 7, 2018
.Dt FBCLOCK 1
.Os
.
.Sh NAME
.Nm fbclock
.Nd framebuffer clock
.
.Sh SYNOPSIS
.Nm
.
.Sh DESCRIPTION
.Nm
displays a clock
in the top-right corner
of the Linux framebuffer.
.
.Sh ENVIRONMENT
.Bl -tag
.It Ev FONT
Path to gzipped PSF file.
.
.It Ev FRAMEBUFFER
The framebuffer device path.
.El
.
.Sh FILES
.Bl -tag
.It Pa /dev/fb0
The default framebuffer device path.
.It Pa /usr/share/kbd/consolefonts/Lat2-Terminus16.psfu.gz
The default font path.
.El
.
.Sh SEE ALSO
.Xr setfont 8
gJune McEnroe 2017-05-01Clean up style in xxJune McEnroe 2017-05-01Clean up style in pbdJune McEnroe 2017-05-01Use EX_OK in pbcopyJune McEnroe 2017-04-30Clean up clockJune McEnroe 2017-04-30Clean up error strings in briJune McEnroe 2017-03-18Add -u option to xxJune McEnroe 2017-03-15Fix non-string-literal-format-string in briJune McEnroe 2017-03-15Fix bri compilationJune McEnroe 2017-03-15Use psvar for title settingJune McEnroe 2017-03-14Add bri brightness control scriptJune McEnroe 2017-03-14Add comment to tmux terminal overrideJune McEnroe 2017-03-13Have tmux set block cursor on linux consoleJune McEnroe 2017-03-13Use inverse for Visual in colorschemeJune McEnroe