Afterstep Wharf Configuration

The Wharf with marble background and psuedo transparent salmon. Eight salmon on the afterstep wharf.

Near right:
configuration below.
Far right changes:
salmon.cfg, all labels
pixmap=1
foreground=red

In .../etc/salmon.cfg

    :allofthem
    magnify=1
    foreground=0x87ceff

    # time, day, date, uptime and moon phase in text
    :a
    line=format=%l:%M|%p|%Z
    line=format=|%A|
    line=format=|%b|%e,|%Y|
    line=uphours
    line=moonphase
    appname=salmona
    goto :allofthem

    # thermal zone 0, one, five and fifteen minute loads and processes
    :b
    thermoff
    thermtime=1
    line=thermal=0_sound=3_sound1=6_warning=85_critical=100
    line=load1
    line=load5
    line=load15
    line=processes
    appname=salmonb
    goto :allofthem

    # user, nice, system, interupt and idle CPU loads
    :c
    line=user
    line=nice
    line=system
    line=interrupt	# same as idle for Linux
    line=idle
    appname=salmonc
    goto :allofthem

    # memory free and used, swap free and used, swap devices
    :d
    line=memfree
    line=memused
    line=swapfree
    line=swapused
    line=swapdev
    appname=salmond
    goto :allofthem

    # share, buffer and cache memory, number of swap devices, two networks
    :e
    line=share
    line=buffer
    line=cache
    line=device=eth0_setting=|Ethernet|_color1=green_color2=yellow_color3=red
    line=interface=wlan0_setting=|Wireless|_color1=green_color2=yellow_color3=red
    appname=salmone
    goto :allofthem

    # six mountable file systems with five pointer commands
    :f
    # click to execute command, see secondary wharf
    # display status of mounted file systems
    line=/mnt/alice_setting=|Alice|_color3=yellow_color2=red_color1=green\
	_command=:alice
    line=/mnt/betty_setting=|Betty|_color3=yellow_color2=red_color1=green\
	_command=:betty
    line=/mnt/carol_setting=|Carol|_color3=yellow_color2=red_color1=green\
	_command=:carol
    line=/mnt/debra_setting=|Debra|_color3=yellow_color2=red_color1=green\
	_command=:debra
    line=/mnt/fanny_setting=|Fanny|_color3=yellow_color2=red_color1=green\
	_command=:fanny
    line=/cdrom_setting=|CDRom|_color1=yellow_color3=red_color2=green\
	_command=detach # click to toggle mount
    appname=salmonf
    goto :allofthem

    # hostname, OS, version, UTC, uptime and battery/line state
    :g
    line=hostname
    line=ostype
    line=osversion
    line=format=UTC|%T|%Z|
    line=updays
    line=powerstate_warning=20_critical=10_sound=2_sound1=6
    poweroff
    powertime=4
    appname=salmong
    goto :allofthem

    # execute afterstep internal functions
    :stepexec
    # afterstep version < 1.8.0
    steppipe=$HOME/GNUstep/Library/AfterStep/non-configurable/connect.DISPLAY=$DISPLAY
    # afterstep version >= 1.8.0
    steppipe=$TMPDIR/afterstep-$UID.DISPLAY=$DISPLAY
    # Not yet tested with afterstep 2.x versions.
    line=display_setting=|Iconify|_command=&Iconify_color=green
    line=display_setting=|Move|_command=&Move_color=yellow
    line=display_setting=|Stick|_command=&Stick_color=orange
    line=display_setting=|Wharf|_command=&Module Wharf_color=violet
    line=display_setting=|Wharph|_command=&Module Wharph_color=violet
    line=display_setting=|Destroy|_command=&Destroy_color=red
    appname=AStep
    foreground=gold
    magnify=1
* * o * *