XEYES(1) General Commands Manual XEYES(1)NAME
xeyes - a follow the mouse X demo
SYNOPSIS
xeyes [-option ...]
DESCRIPTION
Xeyes watches what you do and reports to the Boss.
OPTIONS -fg foreground color
choose a different color for the pupil of the eyes.
-bg background color
choose a different color for the background.
-outline outline color
choose a different color for the outline of the eyes.
-center center color
choose a different color for the center of the eyes.
-backing { WhenMapped Always NotUseful }
selects an appropriate level of backing store.
-geometry geometry
define the initial window geometry; see X(7).
-display display
specify the display to use; see X(7).
-bd border color
choose a different color for the window border.
-bw border width
choose a different width for the window border.
-shape uses the SHAPE extension to shape the window. This is the default.
+shape Disables uses the SHAPE extension to shape the window.
SEE ALSO X(7), X Toolkit documentation
See X(7) for a full statement of rights and permissions.
AUTHOR
Keith Packard, MIT X Consortium
Copied from the NeWS version written (apparently) by Jeremy Huxtable as seen at SIGGRAPH '88
XFree86 Version 4.7.0 XEYES(1)
Check Out this Related Man Page
OCLOCK(1) General Commands Manual OCLOCK(1)NAME
oclock - round X clock
SYNOPSIS
oclock [-option ... ]
DESCRIPTION
Oclock simply displays the current time on an analog display.
OPTIONS -fg color
choose a different color for the both hands and the jewel of the clock
-bg color
choose a different color for the background.
-jewel color
choose a different color for the jewel on the clock.
-minute color
choose a different color for the minute hand of the clock.
-hour color
choose a different color for the hour hand of the clock.
-backing { WhenMapped Always NotUseful }
selects an appropriate level of backing store.
-geometry geometry
define the initial window geometry; see X(7).
-display display
specify the display to use; see X(7).
-bd color
choose a different color for the window border.
-bw width
choose a different width for the window border. As the Clock widget changes its border around quite a bit, this is most usefully
set to zero.
-shape causes the clock to use the Shape extension to create an oval window. This is the default unless the shapeWindow resource is set
to false.
-noshape
causes the clock to not reshape itself and ancestors to exactly fit the outline of the clock.
-transparent
causes the clock to consist only of the jewel, the hands, and the border.
COLORS
If you would like your clock to be viewable in color, include the following in the #ifdef COLOR section you read with xrdb:
*customization: -color
This will cause oclock to pick up the colors in the app-defaults color customization file: /usr/X11R6/lib/X11/app-defaults/Clock-color.
Below are the default colors:
Clock*Background: grey
Clock*BorderColor: light blue
Clock*hour: yellow
Clock*jewel: yellow
Clock*minute: yellow
SEE ALSO X(7), X Toolkit documentation
AUTHOR
Keith Packard, MIT X Consortium
XFree86 Version 4.7.0 OCLOCK(1)
I need to display a line in an xterm window but i want to revese the colors so that the background color becomes the foreground color and the foreground color the background color. I want to do this as part of ksh script.
Can somebody tell me how to do this ?
Thanks,
Abu. (5 Replies)
Hi. I have a situation where I need to constantly read a command's output in order to loop through it to determine something that is happening over our system. The command td <filename> interactively prints 'filename' as text is written to it and this is redirected to standard output. I have been... (8 Replies)
... before you role your eyes, I picked up my first Unix book 3 days ago! As such, I have a few quick questions that I'm sure are super easy for everyone out there but me! Forgive me if the terminology I use is wrong ...
I'm accessing a remote Unix server, I can make my way around directories... (2 Replies)
I've been looking at this code too long. Maybe a fresh set of eyes can spot the:
"syntax error near unexpected token `(' ./phmenu ` tput cup 18 4: echo "Accept? (y) es or (n)o: "
This is the line in the code:
tput cup 18 4; echo "Accept? (y)es or (n)o: "
Thanks In Advance... (3 Replies)
Hi, I am writing an sql query in which i have to choose only that url that are from particular host but are not zip files. something like:
select * from mytable where url like '%myhost%' and url not like '%zip%'
Is there a simple way to combine these two condition into one? (3 Replies)
All,
I know that this will remove a file extension from a file name, but reading on the documentation on how it works confuses me.
${filename%.*}Can anyone explain what exactly is going on here? Filename is the pattern and % says to cut anything that starts with .?
Also, can I run this... (4 Replies)
I have the following and for some reason I can't have two options together.
I mean if I choose -u and -p it won't work... why?
#!/bin/bash
resetTime=1
mytotalTime=0
totalHour=0
totalMin=0
averagemem=0
finalaverage=0
times=0
function usage()
{
cat << EOF
USAGE: $0 file
EOF
} (10 Replies)
I need to have the following joined if possible. Any help would be appreciated.
1st PS1 is for current working directory and color in ksh88.
PS1=$(printf "\033
2nd PS1 is for the time in ksh88.
date '+%H %M %S' | read H M S
SECONDS=$((S + 60*(60*H+M)))
PS1='${DUMMY:-}... (3 Replies)
There are number of antivirus available in market.The most of the persons get confused when they try to choose.So please direct us and guide us here the best way to choose antivirus for different purposes and works. (4 Replies)
I have the following lines:
{color:#000000}blabla{color}
{color:#000000}moreblabla{color}
{color:#000000}even more blabla{color}I tried the following line in vim to get rid of all the {} tags:
:%s/{.*\{-}}//gBut vim complains: "invalid command"
What am I doing wrong?
EDIT: this... (4 Replies)
Hi,
I need to write a bash script that will random choose and login into these below ip addresses.
192.168.116.130
192.168.116.131
192.168.116.132
192.168.116.133
I'm new into scripting and I need to enhance my logic. Below is what i did
... (4 Replies)
Hi
i have below code which i am running and the out i want should be in red color
echo "<html>" >> ERROR_FILE.html
echo "<Body>" >> ERROR_FILE.html
nawk 'BEGIN{print "<table border="1">"}
{print "<tr>";
print "<TD colspan="0" bgcolor="#DC143C">";
for(i=1;i<NF;i++)... (5 Replies)
Hi Guys,
i am trying to redirect a file wherein i need to change the extension of the file from .sh to .tmp, but getting an error
a=test.txt
sh test.txt > path/$(basename "$a" .sh).tmp
i need
test.tmp
---------- Post updated at 02:09 AM ---------- Previous update was at... (3 Replies)
I have a nice program to change the background but I want it to operate on subdirectories as well.
# Script to randomly set Background from files in a directory
while true;do
# Directory Containing Pictures
DIR="/home/pc/Pictures"
# Internal Field Separator set to newline, so file names... (4 Replies)