home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
programs
/
desktop
/
newbar
/
!NewBar
/
Choices
< prev
next >
Wrap
Text File
|
1998-08-08
|
4KB
|
121 lines
# Choices file for NewBar
# Gaps and margins
end-gap 8 # Gap at each end of iconbar
between-gap 0 # Gap between each icon
central-gap 40 # Minimum gap between left and right sides
top-gap 0 # Distance from top of iconbar window to top of icon
# For arrangement text-bottom only:
sprite-margin 14 # Minimum gap between sprite and edge of icon
text-margin 8 # Minimum gap between text and edge of icon
# For arrangement text-right only:
sprite-text-gap 10 # Gap between text and sprite (if icon has text)
icon-h-margins 10 # Margin between text or sprite and edge of icon
# Sizes
icon-height 100 # Height of an icon
window-height 100 # The window's height
# Scrolling
# There are 5 scroll types:
# none - scrolling disabled (not very useful)
# linear - old-style, scroll by fixed distance per Wimp poll (slows when busy)
# linear-s - like `linear', but scroll at fixed speed (default)
# prop - scroll speed corresponds to distance pointer is moved off-screen
# move - like `prop', but pointer moves back on-screen with iconbar
scroll-type linear-s
# For type 1 only:
scroll-margin 12 # Distance from edge pointer must be to scroll (OS units)
scroll-step 12 # Distance iconbar is scrolled each poll (OS units)
# For type 2 only:
scroll-speed 12 # Scroll speed (OS units per centisecond)
# Colours
# These are out of the 16 Wimp colours
# May be specified by number or name (white, grey-{1--6}, black,
# dark-blue, yellow, light-green, red, cream, dark-green, orange,
# light-blue, none)
text-colour black # Colour of iconbar icon text
icon-bg-colour grey-1 # Background colour of icons (`none' for transparent)
window-bg-colour grey-1 # Background colour of window
# Borders
icon-borders slab-out # Borders around icons (none, plain, slab-out or slab-in)
border-size 4 # Thickness of slabbed borders (put 0 if want none)
window-border off # Enable black border around iconbar window
# Menus
menu-y-offset 12 # Distance below top of icon to open base of menu
# Miscellaneous
small-icons off # Enable half-size sprites (not done properly yet)
use-task-name off # Use task name as label text if icon has no text otherwise
text-height 32 # Height of icon text (32 usually)
font - # Font for icon text (`-' for desktop font)
font-size 0 # Y-size of text in points, decimal (0 for desktop font size)
font-width 0 # X-size of text in points, decimal (0 for same as height)
arrangement text-bottom # Where text is positioned (text-bottom or text-right)
# Pinboard patching
patch-pinboard on # Shall we patch the Pinboard module in PreDesk?
pinboard-bg-colour none # Pinboard background colour (`none' to leave alone)
# Patching the Pinboard also uses: window-height
# Switch to a different font
group new-font on {
font Homerton.Bold
font-size 10.0
font-width 0
text-height 28
}
# Make the iconbar look more like the classic Wimp version
group wimp-traditional off {
icon-bg-colour none
icon-borders none
border-size 0
icon-height 112
top-gap 10
window-height 132
window-border on
}
# Make the iconbar black (goes well with XEarth)
group black-iconbar off {
text-colour 0
icon-bg-colour none
window-bg-colour black
icon-borders none
border-size 0
}
# Make the Pinboard go with XEarth
group xearth-pinboard off {
pinboard-bg-colour black
}
# I prefer this
group my-scrolling on {
scroll-type move
}
# An iconbar with small sprites
group small-iconbar off {
small-icons on
icon-height 72
window-height 72
sprite-margin 10
}
# A very thin iconbar (looks a little like Windoze 95's task bar)
group smaller-iconbar off {
small-icons on
icon-height 52
window-height 52
arrangement text-right
central-gap 28
# This next bit is optional:
use-task-name on
}