mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-20 03:51:18 +00:00
add emacs indentation variables to source files in line with current vim settings
This commit is contained in:
parent
ec517ecb26
commit
81c691d15a
@ -1,3 +1,5 @@
|
|||||||
|
# -*- mode: Makefile; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
#
|
||||||
# Conky, a system monitor, based on torsmo
|
# Conky, a system monitor, based on torsmo
|
||||||
#
|
#
|
||||||
# Any original torsmo code is licensed under the BSD license
|
# Any original torsmo code is licensed under the BSD license
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# -*- mode: Makefile; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
#
|
||||||
dnl major, minor and micro version macros.
|
dnl major, minor and micro version macros.
|
||||||
m4_define([conky_version_major], [1])
|
m4_define([conky_version_major], [1])
|
||||||
m4_define([conky_version_minor], [7])
|
m4_define([conky_version_minor], [7])
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# -*- mode: Makefile; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
#
|
||||||
# Conky, a system monitor, based on torsmo
|
# Conky, a system monitor, based on torsmo
|
||||||
#
|
#
|
||||||
# Any original torsmo code is licensed under the BSD license
|
# Any original torsmo code is licensed under the BSD license
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# -*- mode: Makefile; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
#
|
||||||
if HAVE_DOCSTUFF
|
if HAVE_DOCSTUFF
|
||||||
|
|
||||||
DOCS = conky.1 docs.html variables.html config_settings.html lua.html
|
DOCS = conky.1 docs.html variables.html config_settings.html lua.html
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# -*- mode: Makefile; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
#
|
||||||
# Conky, a system monitor, based on torsmo
|
# Conky, a system monitor, based on torsmo
|
||||||
#
|
#
|
||||||
# Please see COPYING for details
|
# Please see COPYING for details
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# -*- mode: Makefile; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
#
|
||||||
# Conky, a system monitor, based on torsmo
|
# Conky, a system monitor, based on torsmo
|
||||||
#
|
#
|
||||||
# Any original torsmo code is licensed under the BSD license
|
# Any original torsmo code is licensed under the BSD license
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* apcupsd.c: conky module for APC UPS daemon monitoring
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* apcupsd.c: conky module for APC UPS daemon monitoring
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009 Jaromir Smrcek <jaromir.smrcek@zoner.com>
|
* Copyright (C) 2009 Jaromir Smrcek <jaromir.smrcek@zoner.com>
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* apcupsd.h: conky module for APC UPS daemon monitoring
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* apcupsd.h: conky module for APC UPS daemon monitoring
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009 Jaromir Smrcek <jaromir.smrcek@zoner.com>
|
* Copyright (C) 2009 Jaromir Smrcek <jaromir.smrcek@zoner.com>
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* audacious.c: conky support for audacious music player
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* audacious.c: conky support for audacious music player
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* audacious.h: conky support for audacious music player
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* audacious.h: conky support for audacious music player
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Please see COPYING for details
|
* Please see COPYING for details
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
/*
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
* Conky, a system monitor, based on torsmo
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Please see COPYING for details
|
* Please see COPYING for details
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
/*
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
* Conky, a system monitor, based on torsmo
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Please see COPYING for details
|
* Please see COPYING for details
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
|
||||||
|
|
||||||
#ifndef _COMMON_H
|
#ifndef _COMMON_H
|
||||||
#define _COMMON_H
|
#define _COMMON_H
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Please see COPYING for details
|
* Please see COPYING for details
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
|
||||||
|
|
||||||
#ifndef _CONF_COOKIE_H
|
#ifndef _CONF_COOKIE_H
|
||||||
#define _CONF_COOKIE_H
|
#define _CONF_COOKIE_H
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
/*
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
* Conky, a system monitor, based on torsmo
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
/*
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
* Conky, a system monitor, based on torsmo
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Copyright (c) 2008 Asbjørn Zweidorff Kjær
|
* Copyright (c) 2008 Asbjørn Zweidorff Kjær
|
||||||
* Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
|
* Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Copyright (c) 2008 Asbjørn Zweidorff Kjær
|
* Copyright (c) 2008 Asbjørn Zweidorff Kjær
|
||||||
* Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
|
* Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
|
||||||
|
|
||||||
#ifndef FREEBSD_H_
|
#ifndef FREEBSD_H_
|
||||||
#define FREEBSD_H_
|
#define FREEBSD_H_
|
||||||
|
|
||||||
|
4
src/fs.c
4
src/fs.c
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
2
src/fs.h
2
src/fs.h
@ -1,3 +1,5 @@
|
|||||||
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
|
||||||
|
|
||||||
#ifndef _FS_H
|
#ifndef _FS_H
|
||||||
#define _FS_H
|
#define _FS_H
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
|
||||||
|
|
||||||
#ifndef HDDTEMP_H_
|
#ifndef HDDTEMP_H_
|
||||||
#define HDDTEMP_H_
|
#define HDDTEMP_H_
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
|
||||||
|
|
||||||
#ifndef _IBM_H
|
#ifndef _IBM_H
|
||||||
#define _IBM_H
|
#define _IBM_H
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Please see COPYING for details
|
* Please see COPYING for details
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Please see COPYING for details
|
* Please see COPYING for details
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* libmpdclient
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* libmpdclient
|
||||||
* (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
|
* (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
|
||||||
* This project's homepage is: http://www.musicpd.org
|
* This project's homepage is: http://www.musicpd.org
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* libmpdclient
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* libmpdclient
|
||||||
* (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
|
* (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
|
||||||
* This project's homepage is: http://www.musicpd.org
|
* This project's homepage is: http://www.musicpd.org
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* libtcp-portmon.c: tcp port monitoring library.
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* libtcp-portmon.c: tcp port monitoring library.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* libtcp-portmon.h: tcp port monitoring library.
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* libtcp-portmon.h: tcp port monitoring library.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
* Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
|
||||||
|
|
||||||
#ifndef _LINUX_H
|
#ifndef _LINUX_H
|
||||||
#define _LINUX_H
|
#define _LINUX_H
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Copyright (c) 2009 Toni Spets
|
* Copyright (c) 2009 Toni Spets
|
||||||
* Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
|
* Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Copyright (c) 2009 Toni Spets
|
* Copyright (c) 2009 Toni Spets
|
||||||
* Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
|
* Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
|
||||||
|
|
||||||
#ifndef _MAIL_H
|
#ifndef _MAIL_H
|
||||||
#define _MAIL_H
|
#define _MAIL_H
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
|
||||||
|
|
||||||
#ifndef MIXER_H_
|
#ifndef MIXER_H_
|
||||||
#define MIXER_H_
|
#define MIXER_H_
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* MOC Conky integration
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* MOC Conky integration
|
||||||
*
|
*
|
||||||
* Please see COPYING for details
|
* Please see COPYING for details
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* MOC Conky integration
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* MOC Conky integration
|
||||||
*
|
*
|
||||||
* Please see COPYING for details
|
* Please see COPYING for details
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
|
||||||
|
|
||||||
#ifndef MPD_H_
|
#ifndef MPD_H_
|
||||||
#define MPD_H_
|
#define MPD_H_
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
|
||||||
|
|
||||||
#ifndef NETBSD_H_
|
#ifndef NETBSD_H_
|
||||||
#define NETBSD_H_
|
#define NETBSD_H_
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
|
||||||
|
|
||||||
#ifndef OPENBSD_H_
|
#ifndef OPENBSD_H_
|
||||||
#define OPENBSD_H_
|
#define OPENBSD_H_
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/*
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
*
|
*
|
||||||
* Copyright (c) 2007 Mikko Sysikaski <mikko.sysikaski@gmail.com>
|
* Copyright (c) 2007 Mikko Sysikaski <mikko.sysikaski@gmail.com>
|
||||||
* Toni Spets <toni.spets@gmail.com>
|
* Toni Spets <toni.spets@gmail.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/*
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
*
|
*
|
||||||
* Copyright (c) 2007 Mikko Sysikaski <mikko.sysikaski@gmail.com>
|
* Copyright (c) 2007 Mikko Sysikaski <mikko.sysikaski@gmail.com>
|
||||||
* Toni Spets <toni.spets@gmail.com>
|
* Toni Spets <toni.spets@gmail.com>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Please see COPYING for details
|
* Please see COPYING for details
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
|
||||||
|
|
||||||
#ifndef RSS_H_
|
#ifndef RSS_H_
|
||||||
#define RSS_H_
|
#define RSS_H_
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* smapi.c: conky support for IBM Thinkpad smapi
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* smapi.c: conky support for IBM Thinkpad smapi
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 Phil Sutter <Phil@nwl.cc>
|
* Copyright (C) 2007 Phil Sutter <Phil@nwl.cc>
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* smapi.h: conky support for IBM Thinkpad smapi
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* smapi.h: conky support for IBM Thinkpad smapi
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 Phil Sutter <Phil@nwl.cc>
|
* Copyright (C) 2007 Phil Sutter <Phil@nwl.cc>
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Please see COPYING for details
|
* Please see COPYING for details
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Please see COPYING for details
|
* Please see COPYING for details
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* tcp-portmon.c - libtcp-portmon hooks
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* tcp-portmon.c - libtcp-portmon hooks
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008 Phil Sutter <Phil@nwl.cc>
|
* Copyright (C) 2008 Phil Sutter <Phil@nwl.cc>
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* tcp-portmon.h - libtcp-portmon hooks protoypes
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* tcp-portmon.h - libtcp-portmon hooks protoypes
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008 Phil Sutter <Phil@nwl.cc>
|
* Copyright (C) 2008 Phil Sutter <Phil@nwl.cc>
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* temphelper.c: aid in converting temperature units
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* temphelper.c: aid in converting temperature units
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008 Phil Sutter <Phil@nwl.cc>
|
* Copyright (C) 2008 Phil Sutter <Phil@nwl.cc>
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* temphelper.h: aid in converting temperature units
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* temphelper.h: aid in converting temperature units
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008 Phil Sutter <Phil@nwl.cc>
|
* Copyright (C) 2008 Phil Sutter <Phil@nwl.cc>
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* timed_thread.c: Abstraction layer for timed threads
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* timed_thread.c: Abstraction layer for timed threads
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
* Copyright (C) 2006-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* timed_thread.h: Abstraction layer for timed threads
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* timed_thread.h: Abstraction layer for timed threads
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
* Copyright (C) 2006-2007 Philip Kovacs pkovacs@users.sourceforge.net
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
@ -24,7 +26,7 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* vim: ts=4 sw=4 noet ai cindent syntax=c
|
* vim: ts=4 sw=4 noet ai cindent syntax=c
|
||||||
* -*- c-basic-offset: 4; tab-width: 4 -*-
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "conky.h"
|
#include "conky.h"
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
/*
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
* Conky, a system monitor, based on torsmo
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Please see COPYING for details
|
* Please see COPYING for details
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
|
||||||
|
|
||||||
#ifdef X11
|
#ifdef X11
|
||||||
#ifndef X11_H_
|
#ifndef X11_H_
|
||||||
#define X11_H_
|
#define X11_H_
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
/* Conky, a system monitor, based on torsmo
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
|
*
|
||||||
|
* Conky, a system monitor, based on torsmo
|
||||||
*
|
*
|
||||||
* Any original torsmo code is licensed under the BSD license
|
* Any original torsmo code is licensed under the BSD license
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user