/usr/share/afterstep/ucf/pager is in afterstep-data 2.2.12-11.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108  | #------------------------------------------------------------------------
# Pager
#
# Generalities
Balloons
BalloonXOffset		10
BalloonYOffset		-15
BalloonDelay		120
BalloonCloseDelay	3000
BalloonStyle		"*PagerBalloon"
BalloonBorderHilite	Right,Bottom
# Pager-executables name specific options
# That will override font specifyed in look. file styles
*PagerStickyIcons
#*PagerSmallFont		5x8
# Use it to decorate Pager to your liking.
# possible decoration parameters are :
#PagerDecoration option - possible values :
#   DeskBorderWidth #      - border width around desks
#   DeskBorderColor <color>- color of the border around desks
#                            (default is style's foreground)
#   NoPageSeparator        - removes lines separating one page from another
#   NoSelection            - removes frame surrounding selected page
#   SelectionColor <color> - color of the frame surrounding selected page
#   GridColor <color>      - defines color of page separating grid and desk
#                            borders
#   NoDeskLabel            - removes label from the desk
#   HideInactiveLabel      - use shaped extensions to hide labels of inactive
#                            desks
#   LabelBelowDesk         - will place label below desk vs. above
*PagerDecoration  DeskBorderWidth 1, DeskBorderColor BaseDark, GridColor Inactive2Dark, SelectionColor HighActiveLight
*PagerGeometry       -1+1
# PagerStyle is used to define look of Pager's desk window.
# Relevant look must be defined in your look file or in this file
# Note that look file's definition will override definition in here
*PagerStyle     0       DeskStyle
*PagerStyle     1       DeskStyle
*PagerStyle     2       DeskStyle
*PagerStyle     3       DeskStyle
# use *PagerDontDrawBg  with xearth, xfishtank, ... to avoid redrawing
# background
#*PagerDontDrawBg
*PagerLabel          0       Work
*PagerLabel          1       WWW
*PagerLabel          2       Mail
*PagerLabel          3       Games
*PagerRows	     4
*PagerColumns        2
# use this options to override global look : 
#*PagerShadeButton	 	default-shade-dark 		 default-shade-dark-pressed
#*PagerAlign             	Center
#*PagerActiveDeskBevel   	Right,Bottom
#*PagerInactiveDeskBevel   	Right,Bottom
# Iconic Pager options - for when Pager is swallowed minimized in Wharf : 
#*PagerIconGeometry	+0-0
#*PagerStartIconic
##########################################################################
########    Unless you know why these entries below	##################
########    are here,  gnore them!	Thank you.	##################
##########################################################################
*WPagerStickyIcons
*WPagerSmallFont      5x8
*WPagerGeometry       -0-1
*WPagerStyle          0       DeskStyle
*WPagerAlign          0
*WPagerLabel          0       Work
#*WPagerDontDrawBg
*WPagerRows           1
*WPagerColumns        1
*XPagerStickyIcons
*XPagerSmallFont      5x8
*XPagerGeometry       -0-1
*XPagerStyle          1       DeskStyle
*XPagerAlign          0
*XPagerLabel          1       WWW
#*XPagerDontDrawBg
*XPagerRows           1
*XPagerColumns        1
*YPagerStickyIcons
*YPagerSmallFont      5x8
*YPagerGeometry       -0-1
*YPagerStyle          2       DeskStyle
*YPagerAlign          0
*YPagerLabel          2       Mail
#*YPagerDontDrawBg
*YPagerRows           1
*YPagerColumns        1
*ZPagerStickyIcons
*ZPagerSmallFont      5x8
*ZPagerGeometry       -0-1
*ZPagerStyle          3       DeskStyle
*ZPagerAlign          0
*ZPagerLabel          3       Games
#*ZPagerDontDrawBg
*ZPagerRows           1
*ZPagerColumns        1
 |