-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
108 lines (76 loc) · 3.24 KB
/
README
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
NAME
screenfo - screenshot information tool for nerds
SYNOPSIS
screenfo [OPTION]...
DESCRIPTION
Everybody likes 'The monthly screenshot thread' where one is supposed to
show off their latest setup.
Nobody likes screenshots that look awesome, but where there's no
information at all available.
screenfo outputs a load of system information, including the running
window manager, GTK theme, icons, fonts, shell, terminal emulator, and
much more, while taking the screenshot.
OPTIONS
-c, --color specify colorscheme to use
-l, --list list available colorschemes
-a, --ascii specify ascii art to use
-r, --random randomize the colors
-s, --shot take screenshot
-d, --debug show debug info
-h, --help show help and exit
-v, --version show version info and exit
ENVIRONMENT
The configuration file is searched for in the following places:
$XDG_CONFIG_HOME/screenfo/screenfo.conf
$HOME/.config/screenfo/screenfo.conf
$HOME/.screenfo.conf
$HOME/screenfo.conf
./screenfo.conf
/etc/screenfo.conf
The files in the ascii/ directory is searched for in in the following
places:
$XDG_DATA_HOME/screenfo/ascii
$HOME/.local/share/screenfo/ascii
$HOME/.screenfo/ascii
./ascii
/usr/share/screenfo/ascii
REQUIREMENTS
Perl => 5.10
Term::ExtendedColor, available from the CPAN:
cpan Term::ExtendedColor
and github: http://github.com/trapd00r/Term-ExtendedColor
Some standard UNIX tools
scrot for taking the actual screenshot
AUTHOR
Written by Magnus Woldrich
REPORTING BUGS
Report bugs to trapd00r\@trapd00r.se or use the issue tracker located at
<http://github.com/trapd00r/screenfo/issues>
screenfo homepage: <http://github.com/trapd00r/screenfo>
COPYRIGHT
Copyright (C) 2010 Magnus Woldrich
License: GPLv2
HISTORY
Lets quote the Arch Linux user dtw from a post on the BBS, late 2006:
OK, all the time in the screenshots thread we get "What gtk theme is that?",
"What is that in the corner?", blah blah blah.
Now, while we try to encourage people to post that with their screenie why
don't we make a simple script that grabs info from from the gtkrc's, .xinitrc,
etc, and outputs into a nice cowsay-like soundbite?
Couple days later, user rab made the first Perl version simply named
'info.pl'. There were a lot of people in the community helping out,
making it better, bigger, more complicated and virtually unmaintainable
since absolutely no modularization or subroutines were used.
People realized this and started to make their own versions in Bash and
Python.
My intent was to fork the original project, clean it up and make it
maintainable, but that was no fun. Therefore, screenfo was born.
THANKS
I'd like to thank the Archlinux community for being awesome, kittykatt
for providing some ASCII art that I stole without asking, and slush- for
coming up with this awesome name.
SEE ALSO
The original post:
<https://bbs.archlinux.org/viewtopic.php?id=24208&p=10>
screenFetch: <http://github.com/KittyKatt/screenFetch>
archey: <http://github.com/djmelik/archey>