Top/ps process monitor
Go to file
Alastair Poole 4df3d73fe0 ui: Fonts and Sorting.
Fonts should be normal sized. If fonts aren't looking good, just
bump up the overall ELM scaling, it works much better!

Indicate which sort we are using in the process list.
2020-06-30 11:28:20 +01:00
data ui: Fonts and Sorting. 2020-06-30 11:28:20 +01:00
po translation: Update po file. 2020-06-03 13:57:47 +01:00
src ui: Fonts and Sorting. 2020-06-30 11:28:20 +01:00
.gitignore cache: group caching functions/data. 2020-04-20 10:58:18 +01:00
AUTHORS AUTHOR: Alastair NOT Alan or Altron or ALDO. 2020-06-18 13:18:53 +01:00
COPYING ui: don't use const positions. 2020-06-02 14:28:34 +01:00
COPYING.GPLv2 changes: more changes. 2020-04-15 17:49:37 +01:00
CREDITS NEW: Update. 2020-04-27 17:36:24 +01:00
LICENSE LICENSE: List ISC License. 2020-06-24 13:59:10 +01:00
NEWS Release: 0.4.1 2020-05-09 12:59:55 +01:00
README ui: memory display. 2020-04-23 16:20:37 +01:00
VERSION evisum: Split the UI out. 2020-05-13 00:51:30 +01:00
meson.build style: More tidying. 2020-06-02 13:19:08 +01:00

README

# evisum

System Monitor (EFL)

This is a process monitor and system monitor for Linux, macOS,
FreeBSD, DragonFlyBSD and OpenBSD.

REQUIREMENTS:

An installation of EFL (v1.19.0+). Remember to set your
PKG_CONFIG_PATH environment variable accordingly. For example
if EFL is installed in /opt:

export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/opt/libdata/pkgconfig"

BUILD:

$ meson build

$ ninja -C build

INSTALL:

$ ninja -C build install

# Note to self
xgettext --keyword=_ --language=C --add-comments --sort-output --from-code=UTF-8 -o po/evisum.pot src/bin/ui.c src/bin/main.c