mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
![Rainer Hurling](/assets/img/avatar_default.png)
WMScript allows to specify a command and have the numeric result of that command displayed in the dock app's window. Up to 5 things to monitor, the interval is configurable. See http://freshmeat.sourceforge.net/projects/wmscript for details. PR: 253346 Submitted by: Igor Pokrovsky <ip@unixway.org> (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D28558
12 lines
209 B
C
12 lines
209 B
C
--- wmgeneral/wmgeneral.c.orig 2021-02-09 17:08:45 UTC
|
|
+++ wmgeneral/wmgeneral.c
|
|
@@ -55,6 +55,8 @@
|
|
/* X11 Variables */
|
|
/*****************/
|
|
|
|
+Display *display;
|
|
+
|
|
Window Root;
|
|
int screen;
|
|
int x_fd;
|