• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

icons/H23-Mar-2021-3,5943,118

panel-plugin/H23-Mar-2021-3,1872,539

po/H23-Mar-2021-12,1909,542

AUTHORSH A D23-Jun-2020335 109

COPYINGH A D28-Dec-201617.6 KiB341281

COPYING.LIBH A D28-Dec-201622.7 KiB

ChangeLogH A D23-Mar-2021205.7 KiB7,2984,457

INSTALLH A D23-Jun-202015.4 KiB369287

Makefile.amH A D23-Mar-2021842 3826

Makefile.inH A D23-Mar-202127.7 KiB909801

NEWSH A D23-Mar-20213.9 KiB10593

README.mdH A D23-Mar-20211.4 KiB4828

aclocal.m4H A D23-Mar-2021422.7 KiB11,85210,698

compileH A D23-Mar-20217.2 KiB349259

config.guessH A D23-Mar-202143.2 KiB1,4811,288

config.h.inH A D23-Mar-20213.1 KiB11879

config.subH A D23-Mar-202135.3 KiB1,8021,661

configureH A D23-Mar-2021503.8 KiB17,09214,256

configure.acH A D23-Mar-20213.1 KiB10490

depcompH A D23-Mar-202123 KiB792502

install-shH A D23-Mar-202115 KiB519337

intltool-extract.inH A D23-Mar-20210

intltool-merge.inH A D23-Mar-20210

intltool-update.inH A D23-Mar-20210

ltmain.shH A D23-Mar-2021319.6 KiB11,2528,044

missingH A D23-Mar-20216.7 KiB216143

README.md

1[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/panel-plugins/xfce4-battery-plugin/-/blob/master/COPYING)
2
3# xfce4-battery-plugin
4
5Xfce4-battery-plugin is a battery monitor panel plugin for Xfce4, compatible with APM and ACPI, for Linux and BSDs.
6
7----
8
9### Homepage
10
11[Xfce4-battery-plugin documentation](https://docs.xfce.org/panel-plugins/xfce4-battery-plugin/start)
12
13### Changelog
14
15See [NEWS](https://gitlab.xfce.org/panel-plugins/xfce4-battery-plugin/-/blob/master/NEWS) for details on changes and fixes made in the current release.
16
17### Source Code Repository
18
19[Xfce4-battery-plugin source code](https://gitlab.xfce.org/panel-plugins/xfce4-battery-plugin)
20
21### Download a Release Tarball
22
23[Xfce4-battery-plugin archive](https://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin)
24    or
25[Xfce4-battery-plugin tags](https://gitlab.xfce.org/panel-plugins/xfce4-battery-plugin/-/tags)
26
27### Installation
28
29From source code repository:
30
31    % cd xfce4-battery-plugin
32    % ./autogen.sh
33    % make
34    % make install
35
36From release tarball:
37
38    % tar xf xfce4-battery-plugin-<version>.tar.bz2
39    % cd xfce4-battery-plugin-<version>
40    % ./configure
41    % make
42    % make install
43
44### Reporting Bugs
45
46Visit the [reporting bugs](https://docs.xfce.org/panel-plugins/xfce4-battery-plugin/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.
47
48