OSDN Git Service

.
authora <a@b.c>
Sun, 11 Mar 2018 22:18:42 +0000 (23:18 +0100)
committera <a@b.c>
Sun, 11 Mar 2018 22:18:42 +0000 (23:18 +0100)
commit2ca5666b7a6ae86e2e472a4b911c21cc34594cbf
tree943964904d1a1d0067ee8a9c84f2ad8a749d729c
parenta210886199a7b68e6f8e821a8f772ba27207b6b8
.
120 files changed:
.gitignore [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
README.md [new file with mode: 0644]
configure.ac [new file with mode: 0644]
doc/Makefile [new file with mode: 0644]
doc/README.md [new file with mode: 0644]
doc/man_template.pdc [new file with mode: 0644]
doc/pinkybar.1 [new file with mode: 0644]
doc/pinkybar.texi [new file with mode: 0644]
extra/FreeBSD/Makefile [new file with mode: 0644]
extra/FreeBSD/pkg-descr [new file with mode: 0644]
extra/FreeBSD/scripts/post-extract [new file with mode: 0644]
extra/FreeBSD/scripts/post-fetch [new file with mode: 0644]
extra/FreeBSD/scripts/post-install [new file with mode: 0644]
extra/Gentoo/app-admin/pinky-curses/pinky-curses-9999.ebuild [new file with mode: 0644]
extra/Gentoo/app-admin/pinky/metadata.xml [new file with mode: 0644]
extra/Gentoo/app-admin/pinky/pinky-bar-9999.ebuild [new file with mode: 0644]
extra/bash_zsh/_pinkybar [new file with mode: 0644]
extra/bash_zsh/pinkybar [new file with mode: 0644]
extra/deprecated/Makefile.skel [new file with mode: 0644]
extra/deprecated/README.md [new file with mode: 0644]
extra/deprecated/bootstrap [new file with mode: 0644]
extra/misc/openbsd_bugs.md [new file with mode: 0644]
extra/misc/skdump.c [new file with mode: 0644]
extra/mpd/README.md [new file with mode: 0644]
extra/mpd/freebsd.conf [new file with mode: 0644]
extra/mpd/linux.conf [new file with mode: 0644]
extra/mpd/openbsd.conf [new file with mode: 0644]
extra/ported_or_not_included/cpu_brand.S [new file with mode: 0644]
extra/ported_or_not_included/cpu_cache.S [new file with mode: 0644]
extra/ported_or_not_included/not_included.c [new file with mode: 0644]
extra/scripts/drive-temperature.sh [new file with mode: 0644]
extra/scripts/dwm.sh [new file with mode: 0644]
extra/scripts/pinky-curses.sh [new file with mode: 0644]
extra/scripts/pinky.R [new file with mode: 0644]
extra/scripts/pinky.lisp [new file with mode: 0644]
extra/scripts/pinky.lua [new file with mode: 0644]
extra/scripts/pinky.pl [new file with mode: 0644]
extra/scripts/pinky.py [new file with mode: 0644]
extra/scripts/pinky.rb [new file with mode: 0644]
extra/scripts/pinky.rs [new file with mode: 0644]
extra/scripts/pinky.s [new file with mode: 0644]
extra/scripts/pinky.sl [new file with mode: 0644]
extra/scripts/pinky.tcl [new file with mode: 0644]
extra/scripts/xmonad.sh [new file with mode: 0644]
extra/xbm_icons/arch.xbm [new file with mode: 0644]
extra/xbm_icons/bat.xbm [new file with mode: 0644]
extra/xbm_icons/clock.xbm [new file with mode: 0644]
extra/xbm_icons/cpu.xbm [new file with mode: 0644]
extra/xbm_icons/diskette.xbm [new file with mode: 0644]
extra/xbm_icons/fan.xbm [new file with mode: 0644]
extra/xbm_icons/fox.xbm [new file with mode: 0755]
extra/xbm_icons/mem.xbm [new file with mode: 0644]
extra/xbm_icons/mobo.xbm [new file with mode: 0644]
extra/xbm_icons/mpd.xbm [new file with mode: 0644]
extra/xbm_icons/net.xbm [new file with mode: 0644]
extra/xbm_icons/sm4tik-icon-pack.tar.bz2 [new file with mode: 0644]
extra/xbm_icons/statio.xbm [new file with mode: 0644]
extra/xbm_icons/temp.xbm [new file with mode: 0644]
extra/xbm_icons/uptime.xbm [new file with mode: 0644]
extra/xbm_icons/vol.xbm [new file with mode: 0644]
extra/xbm_icons/voltage.xbm [new file with mode: 0644]
img/cpu-temp.png [new file with mode: 0644]
img/mobo-temp.png [new file with mode: 0644]
img/pic.png [new file with mode: 0644]
img/pic2.png [new file with mode: 0644]
img/pic4.png [new file with mode: 0644]
img/pic5.png [new file with mode: 0644]
img/pic6.png [new file with mode: 0644]
img/pic7.png [new file with mode: 0644]
m4/1errs.m4 [new file with mode: 0644]
m4/alsa.m4 [new file with mode: 0644]
m4/ax_append_flag.m4 [new file with mode: 0644]
m4/cflagz.m4 [new file with mode: 0644]
m4/dvd.m4 [new file with mode: 0644]
m4/extend.m4 [new file with mode: 0644]
m4/mpd.m4 [new file with mode: 0644]
m4/net.m4 [new file with mode: 0644]
m4/ocaml.m4 [new file with mode: 0644]
m4/sensors.m4 [new file with mode: 0644]
m4/the_rest_funcs.m4 [new file with mode: 0644]
m4/typez.m4 [new file with mode: 0644]
m4/weather.m4 [new file with mode: 0644]
m4/x11.m4 [new file with mode: 0644]
set.pl [new file with mode: 0644]
src/Makefail.skel [new file with mode: 0644]
src/c++.cpp [new file with mode: 0644]
src/common.c [new file with mode: 0644]
src/cpu.c [new file with mode: 0644]
src/extend.c [new file with mode: 0644]
src/freebsd_functions.c [new file with mode: 0644]
src/include/freebzd.h [new file with mode: 0644]
src/include/functions_constants.h [new file with mode: 0644]
src/include/headers.h [new file with mode: 0644]
src/include/ncurses_colours.h [new file with mode: 0644]
src/include/non_x11_colours.h [new file with mode: 0644]
src/include/openbzd.h [new file with mode: 0644]
src/include/options_constants.h [new file with mode: 0644]
src/include/options_generator.h [new file with mode: 0644]
src/include/x11_colours.h [new file with mode: 0644]
src/linux_functions.c [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/net.c [new file with mode: 0644]
src/openbsd_functions.c [new file with mode: 0644]
src/options.c [new file with mode: 0644]
src/pinky.ml [new file with mode: 0644]
src/pinky2.go [new file with mode: 0644]
src/prototypes/common.h [new file with mode: 0644]
src/prototypes/cpp.hpp [new file with mode: 0644]
src/prototypes/cpu.h [new file with mode: 0644]
src/prototypes/extend.h [new file with mode: 0644]
src/prototypes/functions.h [new file with mode: 0644]
src/prototypes/net.h [new file with mode: 0644]
src/prototypes/options.h [new file with mode: 0644]
src/prototypes/smart.h [new file with mode: 0644]
src/prototypes/sound.h [new file with mode: 0644]
src/prototypes/weather.h [new file with mode: 0644]
src/smart.c [new file with mode: 0644]
src/sound.c [new file with mode: 0644]
src/weather.c [new file with mode: 0644]