From f0f11ba133f36df4a6ab6d3193cbb4922678f977 Mon Sep 17 00:00:00 2001 From: mhiretskiy Date: Fri, 31 Jul 2009 06:36:15 +0000 Subject: [PATCH] git-svn-id: http://svn.calculate.ru/calculate/trunk@2261 c91db197-33c1-4113-bf15-f8a5c547ca64 --- .../root/.Xresources?pass=install?load=ram | 46 +++++ .../IMG/root/.gtkrc-2.0?pass=install?load=ram | 10 + .../IMG/root/.toprc?pass=install?load=ram | 14 ++ install/builder/profile/IMG/root/.xinitrc | 5 + .../Defaults/WMGLOBAL?pass=install?load=ram | 10 + .../Defaults/WMRootMenu?pass=install?load=ram | 161 ++++++++++++++++ .../Defaults/WMState?pass=install?load=ram | 177 ++++++++++++++++++ .../WMWindowAttributes?pass=install?load=ram | 23 +++ .../Defaults/WPrefs?pass=install?load=ram | 31 +++ .../WindowMaker?pass=install?load=ram | 138 ++++++++++++++ 10 files changed, 615 insertions(+) create mode 100644 install/builder/profile/IMG/root/.Xresources?pass=install?load=ram create mode 100644 install/builder/profile/IMG/root/.gtkrc-2.0?pass=install?load=ram create mode 100644 install/builder/profile/IMG/root/.toprc?pass=install?load=ram create mode 100644 install/builder/profile/IMG/root/.xinitrc create mode 100644 install/builder/profile/IMG/root/GNUstep/Defaults/WMGLOBAL?pass=install?load=ram create mode 100644 install/builder/profile/IMG/root/GNUstep/Defaults/WMRootMenu?pass=install?load=ram create mode 100644 install/builder/profile/IMG/root/GNUstep/Defaults/WMState?pass=install?load=ram create mode 100644 install/builder/profile/IMG/root/GNUstep/Defaults/WMWindowAttributes?pass=install?load=ram create mode 100644 install/builder/profile/IMG/root/GNUstep/Defaults/WPrefs?pass=install?load=ram create mode 100644 install/builder/profile/IMG/root/GNUstep/Defaults/WindowMaker?pass=install?load=ram diff --git a/install/builder/profile/IMG/root/.Xresources?pass=install?load=ram b/install/builder/profile/IMG/root/.Xresources?pass=install?load=ram new file mode 100644 index 0000000..35f6f18 --- /dev/null +++ b/install/builder/profile/IMG/root/.Xresources?pass=install?load=ram @@ -0,0 +1,46 @@ +XTerm*ScrollBar: false +XTerm*ScrollBar.DrawBorder: false +XTerm*saveLines: 512 +XTerm*reverseVideo: false +XTerm*reverseWrap: true +XTerm*fullCursor: true +XTerm*scrollTtyOutput: on +XTerm*scrollKey: on +XTerm*eightBitInput: false +XTerm*pointerColor: white +XTerm*pointerShape: left_ptr +XTerm*charClass: 35:48,37-38:48,43:48,45-47:48,58:48,61:48,63-64:48,95:48,126:48 +XTerm*cursorColor: green +XTerm*cursorColor2: black +XTerm*color0: black +XTerm*color1: red3 +XTerm*color2: green3 +XTerm*color3: yellow1 +XTerm*color4: RoyalBlue3 +XTerm*color5: magenta3 +XTerm*color6: CadetBlue3 +XTerm*color7: gray80 +XTerm*color8: gray30 +XTerm*color9: IndianRed1 +XTerm*color10: PaleGreen2 +XTerm*color11: yellow1 +XTerm*color12: DodgerBlue +XTerm*color13: violet +XTerm*color14: SkyBlue +XTerm*color15: white +XTerm*colorBD: LightGoldenrod1 +XTerm*colorUL: SkyBlue +XTerm*colorBDMode: on +XTerm*colorULMode: on +XTerm*underLine: on +XTerm*geometry: 80x24 +XTerm*background: black +XTerm*foreground: LightYellow +XTerm*faceName: Droid Sans Mono +XTerm*faceSize: 10 +XTerm*ScrollBar.Background: black +XTerm*ScrollBar.thickness: 0 +XTerm*ScrollBar.foreground: gray +XTerm*loginShell: true + + diff --git a/install/builder/profile/IMG/root/.gtkrc-2.0?pass=install?load=ram b/install/builder/profile/IMG/root/.gtkrc-2.0?pass=install?load=ram new file mode 100644 index 0000000..1761b02 --- /dev/null +++ b/install/builder/profile/IMG/root/.gtkrc-2.0?pass=install?load=ram @@ -0,0 +1,10 @@ +#-title-# + +style "user-font" { + font_name = "Droid Sans 10" +} + +widget_class "*" style "user-font" + +gtk-font-name="Droid Sans 10" + diff --git a/install/builder/profile/IMG/root/.toprc?pass=install?load=ram b/install/builder/profile/IMG/root/.toprc?pass=install?load=ram new file mode 100644 index 0000000..23132f7 --- /dev/null +++ b/install/builder/profile/IMG/root/.toprc?pass=install?load=ram @@ -0,0 +1,14 @@ +RCfile for "top with windows" # shameless braggin' +Id:a, Mode_altscr=0, Mode_irixps=1, Delay_time=3.000, Curwin=0 +Def fieldscur=AEHIOQTWKNMbcdfgjplrsuvyzX + winflags=64824, sortindx=10, maxtasks=0 + summclr=6, msgsclr=1, headclr=4, taskclr=7 +Job fieldscur=ABcefgjlrstuvyzMKNHIWOPQDX + winflags=62777, sortindx=0, maxtasks=0 + summclr=6, msgsclr=6, headclr=7, taskclr=6 +Mem fieldscur=ANOPQRSTUVbcdefgjlmyzWHIKX + winflags=62777, sortindx=13, maxtasks=0 + summclr=5, msgsclr=5, headclr=4, taskclr=5 +Usr fieldscur=ABDECGfhijlopqrstuvyzMKNWX + winflags=62777, sortindx=4, maxtasks=0 + summclr=3, msgsclr=3, headclr=2, taskclr=3 diff --git a/install/builder/profile/IMG/root/.xinitrc b/install/builder/profile/IMG/root/.xinitrc new file mode 100644 index 0000000..96419d1 --- /dev/null +++ b/install/builder/profile/IMG/root/.xinitrc @@ -0,0 +1,5 @@ +#-title-# + +xrdb -merge ~/.Xresources +wmaker + diff --git a/install/builder/profile/IMG/root/GNUstep/Defaults/WMGLOBAL?pass=install?load=ram b/install/builder/profile/IMG/root/GNUstep/Defaults/WMGLOBAL?pass=install?load=ram new file mode 100644 index 0000000..0960fe7 --- /dev/null +++ b/install/builder/profile/IMG/root/GNUstep/Defaults/WMGLOBAL?pass=install?load=ram @@ -0,0 +1,10 @@ +{ + SystemFont = "Droid Sans"; + BoldSystemFont = "Droid Sans:bold"; + DefaultFontSize = 11; + AntialiasedText = Yes; + FloppyPath = "/floppy"; + DoubleClickTime = 250; + MouseWheelUp = Button4; + MouseWheelDown = Button5; +} diff --git a/install/builder/profile/IMG/root/GNUstep/Defaults/WMRootMenu?pass=install?load=ram b/install/builder/profile/IMG/root/GNUstep/Defaults/WMRootMenu?pass=install?load=ram new file mode 100644 index 0000000..eb9ae14 --- /dev/null +++ b/install/builder/profile/IMG/root/GNUstep/Defaults/WMRootMenu?pass=install?load=ram @@ -0,0 +1,161 @@ +( + Applications, + ( + Applications, + (XTerm, EXEC, "xterm -sb"), + (VI, EXEC, "xterm -e vi"), + ("Mozilla Firefox", EXEC, firefox) + ), + ( + Utils, + ("Process List", EXEC, "xterm -e top"), + (Wicd, EXEC, "wicd-client --no-tray"), + ( + "Window Properties", + SHEXEC, + "xprop | xmessage -center -title 'xprop' -file -" + ), + ("Kill X Application", EXEC, xkill) + ), + ( + Selection, + (Copy, SHEXEC, "echo '%s' | wxcopy"), + ("Mail To", EXEC, "xterm -name mail -T Pine -e pine %s"), + (Navigate, EXEC, "mozilla %s") + ), + ( + Commands, + ("Hide Others", HIDE_OTHERS), + ("Show All", SHOW_ALL), + ("Arrange Icons", ARRANGE_ICONS), + (Refresh, REFRESH) + ), + ( + Appearance, + ( + Themes, + OPEN_MENU, + "-noext /usr/share/WindowMaker/Themes $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle" + ), + ( + Styles, + OPEN_MENU, + "-noext /usr/share/WindowMaker/Styles $HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle" + ), + ( + "Icon Sets", + OPEN_MENU, + "-noext /usr/share/WindowMaker/IconSets $HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons" + ), + ( + Background, + ( + Solid, + (Black, EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, black)'"), + ( + Blue, + EXEC, + "wdwrite WindowMaker WorkspaceBack '(solid, \"#505075\")'" + ), + ( + Indigo, + EXEC, + "wdwrite WindowMaker WorkspaceBack '(solid, \"#243e6c\")'" + ), + ( + Bluemarine, + EXEC, + "wdwrite WindowMaker WorkspaceBack '(solid, \"#224477\")'" + ), + ( + Purple, + EXEC, + "wdwrite WindowMaker WorkspaceBack '(solid, \"#554466\")'" + ), + ( + Wheat, + EXEC, + "wdwrite WindowMaker WorkspaceBack '(solid, wheat4)'" + ), + ( + "Dark Gray", + EXEC, + "wdwrite WindowMaker WorkspaceBack '(solid, \"#333340\")'" + ), + ( + Wine, + EXEC, + "wdwrite WindowMaker WorkspaceBack '(solid, \"#400020\")'" + ) + ), + ( + Gradient, + ( + Sunset, + EXEC, + "wdwrite WindowMaker WorkspaceBack '(mvgradient, deepskyblue4, black, deepskyblue4, tomato4)'" + ), + ( + Sky, + EXEC, + "wdwrite WindowMaker WorkspaceBack '(vgradient, blue4, white)'" + ), + ( + "Blue Shades", + EXEC, + "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#7080a5\", \"#101020\")'" + ), + ( + "Indigo Shades", + EXEC, + "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#746ebc\", \"#242e4c\")'" + ), + ( + "Purple Shades", + EXEC, + "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#654c66\", \"#151426\")'" + ), + ( + "Wheat Shades", + EXEC, + "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#a09060\", \"#302010\")'" + ), + ( + "Grey Shades", + EXEC, + "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#636380\", \"#131318\")'" + ), + ( + "Wine Shades", + EXEC, + "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'" + ) + ), + ( + Images, + OPEN_MENU, + "-noext /usr/share/WindowMaker/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t" + ) + ), + ( + "Save Theme", + SHEXEC, + "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(Theme name)\"" + ), + ( + "Save IconSet", + SHEXEC, + "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\"" + ), + ("Preferences Utility", EXEC, "/usr/bin//WPrefs") + ), + (Workspaces, WORKSPACE_MENU), + (Run..., EXEC, "%a(Run,Type command to run:)"), + ( + Session, + ("Save Session", SAVE_SESSION), + ("Clear Session", CLEAR_SESSION), + ("Restart Window Maker", RESTART), + (Exit, EXIT) + ) +) diff --git a/install/builder/profile/IMG/root/GNUstep/Defaults/WMState?pass=install?load=ram b/install/builder/profile/IMG/root/GNUstep/Defaults/WMState?pass=install?load=ram new file mode 100644 index 0000000..1242181 --- /dev/null +++ b/install/builder/profile/IMG/root/GNUstep/Defaults/WMState?pass=install?load=ram @@ -0,0 +1,177 @@ +{ + Dock = { + Applications1024 = ( + { + Forced = No; + Name = Logo.WMDock; + BuggyApplication = No; + AutoLaunch = No; + Position = "0,0"; + Lock = No; + Command = "-"; + }, + { + Forced = No; + Name = xterm.XTerm; + BuggyApplication = No; + AutoLaunch = No; + Position = "0,1"; + Lock = No; + Command = "xterm"; + }, + { + Forced = No; + Name = groupLeader.WPrefs; + BuggyApplication = No; + AutoLaunch = No; + Position = "0,2"; + Lock = Yes; + Command = "/usr/bin/WPrefs"; + }, + { + Forced = No; + Name = firefox.Firefox; + BuggyApplication = No; + AutoLaunch = No; + Position = "0,3"; + Lock = No; + PasteCommand = "firefox %s"; + Command = firefox; + }, + { + Forced = No; + Name = xclock.XClock; + BuggyApplication = No; + AutoLaunch = Yes; + Position = "0,4"; + Lock = Yes; + PasteCommand = "xclock %s"; + Command = xclock; + }, + { + Forced = No; + Name = "wicd-client\\.py.Wicd-client\\.py"; + BuggyApplication = No; + AutoLaunch = No; + Position = "0,5"; + Lock = No; + Command = "wicd-client --no-tray"; + } + ); + Applications = ( + { + Forced = No; + Name = Logo.WMDock; + BuggyApplication = No; + AutoLaunch = No; + Position = "0,0"; + Lock = No; + Command = "-"; + }, + { + Forced = No; + Name = xterm.XTerm; + BuggyApplication = No; + AutoLaunch = No; + Position = "0,1"; + Lock = No; + Command = "xterm"; + }, + { + Forced = No; + Name = groupLeader.WPrefs; + BuggyApplication = No; + AutoLaunch = No; + Position = "0,2"; + Lock = Yes; + Command = "/usr/bin/WPrefs"; + }, + { + Forced = No; + Name = firefox.Firefox; + BuggyApplication = No; + AutoLaunch = No; + Position = "0,3"; + Lock = No; + PasteCommand = "firefox %s"; + Command = firefox; + }, + { + Forced = No; + Name = xclock.XClock; + BuggyApplication = No; + AutoLaunch = Yes; + Position = "0,4"; + Lock = Yes; + PasteCommand = "xclock %s"; + Command = xclock; + }, + { + Forced = No; + Name = "wicd-client\\.py.Wicd-client\\.py"; + BuggyApplication = No; + AutoLaunch = No; + Position = "0,5"; + Lock = No; + Command = "wicd-client --no-tray"; + } + ); + Lowered = No; + Position = "-64,1"; + }; + Clip = { + Forced = No; + Name = Logo.WMClip; + BuggyApplication = No; + AutoLaunch = No; + Position = "0,0"; + Lock = No; + Command = "-"; + }; + Workspaces = ( + { + Clip = { + AutoRaiseLower = No; + AutoCollapse = No; + Applications = (); + Collapsed = No; + AutoAttractIcons = No; + Lowered = Yes; + }; + Name = Main; + }, + { + Clip = { + AutoRaiseLower = No; + AutoCollapse = No; + Applications = (); + Collapsed = No; + AutoAttractIcons = No; + Lowered = Yes; + }; + Name = "Workspace 2"; + }, + { + Clip = { + AutoRaiseLower = No; + AutoCollapse = No; + Applications = (); + Collapsed = No; + AutoAttractIcons = No; + Lowered = Yes; + }; + Name = "Workspace 3"; + }, + { + Clip = { + AutoRaiseLower = No; + AutoCollapse = No; + Applications = (); + Collapsed = No; + AutoAttractIcons = No; + Lowered = Yes; + }; + Name = "Workspace 4"; + } + ); +} diff --git a/install/builder/profile/IMG/root/GNUstep/Defaults/WMWindowAttributes?pass=install?load=ram b/install/builder/profile/IMG/root/GNUstep/Defaults/WMWindowAttributes?pass=install?load=ram new file mode 100644 index 0000000..f2221a7 --- /dev/null +++ b/install/builder/profile/IMG/root/GNUstep/Defaults/WMWindowAttributes?pass=install?load=ram @@ -0,0 +1,23 @@ +{ + firefox.Firefox = { + Icon = "firefox-icon.png"; + }; + wmpager.wmpager = { + Icon = openbox.png; + }; + "wicd-client.py.Wicd-client.py" = { + Icon = "/usr/share/icons/hicolor/48x48/apps//wicd-client.png"; + }; + xterm.XTerm = { + Icon = GNUterm.tiff; + }; + groupLeader.WPrefs = { + Icon = "Wrench-12bit.xpm"; + }; + Dialog.Firefox = { + Icon = "/root/GNUstep/Library/WindowMaker/CachedPixmaps/Dialog.Firefox.xpm"; + }; + xclock.XClock = { + Icon = "/root/GNUstep/Library/WindowMaker/CachedPixmaps/xclock.XClock.xpm"; + }; +} diff --git a/install/builder/profile/IMG/root/GNUstep/Defaults/WPrefs?pass=install?load=ram b/install/builder/profile/IMG/root/GNUstep/Defaults/WPrefs?pass=install?load=ram new file mode 100644 index 0000000..aaa01d0 --- /dev/null +++ b/install/builder/profile/IMG/root/GNUstep/Defaults/WPrefs?pass=install?load=ram @@ -0,0 +1,31 @@ +{ + TextureList = (); + NoXSetStuff = NO; + ColorList = ( + "#000000", + "#292929", + "#525252", + "#848484", + "#adadad", + "#d6d6d6", + "#ffffff", + "#d6d68c", + "#d6a57b", + "#8cd68c", + "#8cd6ce", + "#d68c8c", + "#8c9cd6", + "#bd86d6", + "#d68cbd", + "#d64a4a", + "#4a5ad6", + "#4ad6ce", + "#4ad65a", + "#ced64a", + "#d6844a", + "#8ad631", + "#ce29c6", + "#ce2973" + ); + BalloonHelp = YES; +} diff --git a/install/builder/profile/IMG/root/GNUstep/Defaults/WindowMaker?pass=install?load=ram b/install/builder/profile/IMG/root/GNUstep/Defaults/WindowMaker?pass=install?load=ram new file mode 100644 index 0000000..6c6ffcb --- /dev/null +++ b/install/builder/profile/IMG/root/GNUstep/Defaults/WindowMaker?pass=install?load=ram @@ -0,0 +1,138 @@ +{ + DontLinkWorkspaces = NO; + FTitleColor = "#4d4d4d"; + TranceAmount = 7; + MenuDisabledColor = "#999999"; + PixmapPath = ( + "/usr/share/WindowMaker/Pixmaps", + "/usr/share/WindowMaker/Backgrounds", + "/usr/share/pixmaps", + "/usr/share/icons/hicolor/48x48/apps/" + ); + IconTitleBack = "#202020"; + FTitleBack = ( + spixmap, + "/usr/share/WindowMaker/Themes/LeetWM.themed/LeetWMtb2.jpg", + "#2e2e2e" + ); + Shadow = yes; + ClipTitleFont = "Droid Sans:slant=0:weight=200:width=100:pixelsize=10"; + IconTitleFont = "Droid Sans:slant=0:weight=80:width=100:pixelsize=8"; + LargeDisplayFont = "Droid Sans-72:slant=0:weight=80:width=100:pixelsize=72"; + ResizeCursor = ( + bitmap, + "/usr/share/WindowMaker/Themes/Cobra.themed/dot_resize.xbm", + "/usr/share/WindowMaker/Themes/Cobra.themed/dot_resize_mask.xbm" + ); + IconificationStyle = twist; + VirtualEdgeUpKey = None; + WindowShortcut10Key = None; + IconTitleColor = "#afafaf"; + MenuTitleColor = "#ffffff"; + WindowShortcut3Key = None; + MenuTitleFont = "Droid Sans:slant=0:weight=200:width=100:pixelsize=12"; + SmoothWorkspaceBack = YES; + WindowShortcut4Key = None; + NoWindowOverDock = NO; + WorkspaceBack = ( + spixmap, + "/usr/share/WindowMaker/Themes/LeetWM.themed/LeetWM.jpg", + black + ); + VirtualEdgeLeftKey = None; + HighlightTextColor = "#dfdfdf"; + WindowShortcut9Key = None; + HelpBalloons = YES; + MoveResizeKey = None; + AppIconBalloons = YES; + ClipTitleColor = "#000000"; + WaitCursor = ( + bitmap, + "/usr/share/WindowMaker/Themes/Cobra.themed/dot_wait.xbm", + "/usr/share/WindowMaker/Themes/Cobra.themed/dot_wait_mask.xbm" + ); + WindowTitleFont = "Droid Sans:slant=0:weight=200:width=100:pixelsize=14"; + ResizebarBack = (solid, "#444444"); + DCMaximize = YES; + DisplayFont = "helvetica:pixelsize=12"; + KbdModeLock = NO; + VirtualEdgeRightKey = None; + VirtualEdgeDownKey = None; + MenuTitleExtendSpace = "-1"; + WindowShortcut1Key = None; + WindowShortcut2Key = None; + ToggleKbdModeKey = None; + MiniwindowTitleBalloons = YES; + WindowShortcut7Key = None; + MenuTextBack = ( + spixmap, + "/usr/share/WindowMaker/Themes/LeetWM.themed/LeetWMMenutb2.jpg", + black + ); + ColormapSize = 6; + MenuTrance = YES; + CycleWorkspaces = YES; + UShadowColor = black; + WindowShortcut8Key = None; + DisableDithering = YES; + PShadowColor = grey10; + TitleJustify = left; + SingleClickLaunch = YES; + MenuTextColor = "#101010"; + Attraction = NO; + IconBack = ( + spixmap, + "/usr/share/WindowMaker/Themes/LeetWM.themed/LeetWMTile1.jpg", + black + ); + AntialiasedText = YES; + DisableBlinking = NO; + WindowTitleExtendSpace = "-1"; + NewStyle = new; + NormalCursor = (builtin, left_ptr); + WorkspaceNameDisplayPosition = center; + FShadowColor = black; + MenuTextFont = "Droid Sans:slant=0:weight=80:width=100:pixelsize=12"; + ScreenSwitchKey = None; + MShadowColor = black; + MenuTitleBack = ( + spixmap, + "/usr/share/WindowMaker/Themes/LeetWM.themed/LeetWMMenutb1.jpg", + black + ); + MouseWheelAction = SwitchWorkspaces; + HMaximizeKey = None; + CloseKey = "Mod1+F4"; + HighlightColor = "#202020"; + CClipTitleColor = "#202020"; + MoveCursor = ( + bitmap, + "/usr/share/WindowMaker/Themes/Cobra.themed/dot_move.xbm", + "/usr/share/WindowMaker/Themes/Cobra.themed/dot_move_mask.xbm" + ); + WindowShortcut5Key = None; + HideOthersKey = None; + IconPath = ( + "/usr/share/WindowMaker/Icons", + "/usr/share/WindowMaker/Pixmaps", + "/usr/share/icons", + "/usr/share/pixmaps", + "/usr/share/icons/hicolor/48x48/apps/" + ); + PTitleBack = ( + spixmap, + "/usr/share/WindowMaker/Themes/LeetWM.themed/LeetWMtb2.jpg", + "#777777" + ); + WindowShortcut6Key = None; + MenuTextExtendSpace = "-1"; + UTitleColor = "#000000"; + CirculateRaise = NO; + UTitleBack = ( + spixmap, + "/usr/share/WindowMaker/Themes/LeetWM.themed/LeetWMtb1.jpg", + "#444444" + ); + PTitleColor = "#7f7f7f"; + StickyIcons = YES; +}