BadBar + BadWM Tools

Window managers, icon programs, widgets, etc.
Post Reply
Message
Author
User avatar
harii4
Posts: 448
Joined: Fri 30 Jan 2009, 04:08
Location: La Porte City, IA , U.S.A.
Contact:

BadBar + BadWM Tools

#1 Post by harii4 »

BadBar
A minimalistic software starter, configureable through a config file
http://badwm.sourceforge.net/BadSoft/
For use with window managers you can turn off window decorations.
looks better that way - evilwm,yeahwm ,Oroborus and ect...

Code: Select all

::: HOWTO USE :::
$ BadBar [-opts]
	> opt list <
	-f - Spec Font as string (eg. from xfontsel) :)
	-fg, -bg - Foreground and Background colors as string or whatever X supports.
	-geometry - Geometry string as "[width]x[height][+-]x[+-]y" or just "[+-]x[+-]y"
	-cfg - Point to Config file. (default is ~/.badbar)
	[-+]b - Draw border or not.
start it in ,xinitrc or with an script in startup folder.

Code: Select all

 BadBar -fg black -bg red -geometry 0 x 0 y  
you will have to play with the placement.
Point to Config file. (default is ~/.badbar)

Code: Select all

# BadBar config
# Godexsoft 2004

Term = xterm 
Xmms = xmms
Firebird = firebird
Icq = xterm -e centericq
Top = xterm -e top
Compiled and tested in TXZ_pup with src2pkg
its my first real .PET so i would love feed back.
Attachments
badbar-0.4-i486-1.pet
(5.47 KiB) Downloaded 497 times
Last edited by harii4 on Wed 27 Jun 2012, 05:47, edited 2 times in total.
3.01 Fat Free / Fire Hydrant featherweight/ TXZ_pup / 431JP2012
----------------------------------------------------------------------------------------
Peace and Justice are two sides of the same coin.

User avatar
harii4
Posts: 448
Joined: Fri 30 Jan 2009, 04:08
Location: La Porte City, IA , U.S.A.
Contact:

#2 Post by harii4 »

I'll post the other badwm tools as well - someone might find them handy?
Attachments
badmem-0.3-i486-1.pet
(5.54 KiB) Downloaded 479 times
badcpu-0.2-i486-1.pet
(5.04 KiB) Downloaded 446 times
badclock-0.4-i486-1.pet
(4.31 KiB) Downloaded 440 times
3.01 Fat Free / Fire Hydrant featherweight/ TXZ_pup / 431JP2012
----------------------------------------------------------------------------------------
Peace and Justice are two sides of the same coin.

User avatar
harii4
Posts: 448
Joined: Fri 30 Jan 2009, 04:08
Location: La Porte City, IA , U.S.A.
Contact:

#3 Post by harii4 »

BadMenu - A very simple menu for the BadWM +
uses the keyboard only: :wink:
Usage:
$ BadMenu [-opts]
> opt list <
-fg, -bg - Foreground and Background colors as string.
-xoff, -yoff - X,Y Offset from the upper left corner. This is where the menu will show up.
-cfg - Point to Config file. (default is ~/.BadMenu.conf) sample config file in conf/.BadMenu.conf
-h, --help - help

A good idea would be, to put BadMenu in your .xinitrc to autoload the menu on BadWM startup.

Config:
Read the example config file, its not that hard to figure it out ;)

.BadMenu.conf

Code: Select all

# BadMenu sample config
# b at swag.at

xterm = xterm 
nmap = nmapfe
XMMS = xmms
Firebird = firebird
Thunderbird = thunderbird
ethereal = ethereal
top = aterm -e top
emacs = emacs
xeyes = xeyes 
.xinitrc

Code: Select all

# sample .xinitrc
# b at swag.at

BadMenu -fg white -bg black -fs 11 &
Attachments
badmenu-0.1-i486-1.pet
(13.37 KiB) Downloaded 462 times
Last edited by harii4 on Wed 27 Jun 2012, 05:49, edited 2 times in total.
3.01 Fat Free / Fire Hydrant featherweight/ TXZ_pup / 431JP2012
----------------------------------------------------------------------------------------
Peace and Justice are two sides of the same coin.

User avatar
harii4
Posts: 448
Joined: Fri 30 Jan 2009, 04:08
Location: La Porte City, IA , U.S.A.
Contact:

#4 Post by harii4 »

With BadWM -tools you can make old themed - geos :D

The top looks like BadBar + BadClock
Attachments
geos3.png
(4.94 KiB) Downloaded 847 times
3.01 Fat Free / Fire Hydrant featherweight/ TXZ_pup / 431JP2012
----------------------------------------------------------------------------------------
Peace and Justice are two sides of the same coin.

User avatar
harii4
Posts: 448
Joined: Fri 30 Jan 2009, 04:08
Location: La Porte City, IA , U.S.A.
Contact:

#5 Post by harii4 »

BadTrafs

Code: Select all

::: HOWTO USE :::
$ BadTrafs [-opts]
	> opt list <
	-f - Spec Font as string (eg. from xfontsel) :)
	-fg, -bg - Foreground and Background colors as string or whatever X supports.
	-geometry - Geometry string as "[width]x[height][+-]x[+-]y" or just "[+-]x[+-]y"
	-i - Sets the interface (eg. eth0, ppp0) [default: eth0]
	[+-]b - Enable/Disable border.
	[+-]c - Centering the text enable/disable
	-tr - Transparent
	-x  - Fix on all desktops and on position
sample:

Code: Select all

 BadTrafs -fg red -bg black -i ath0 -x
Attachments
badtrafs-0.4-i486-1.pet
made by src2pet on TXZ_pup
(5.84 KiB) Downloaded 419 times
3.01 Fat Free / Fire Hydrant featherweight/ TXZ_pup / 431JP2012
----------------------------------------------------------------------------------------
Peace and Justice are two sides of the same coin.

Post Reply