################## FvwmButtons button-bar ################################
# See man FvwmButtons.

KillModule FvwmButtons FvwmTaskBar
DestroyModuleConfig FvwmButtons FvwmTaskBar: *

# Button style
ImagePath  $HOME/.fvwm/icons/:/usr/share/icons/mini/:/usr/share/pixmaps/
*FvwmButtons: Geometry 380x80-0-0
*FvwmButtons: Back rgb:00/77/77
*FvwmButtons: Fore rgb:aa/aa/66
*FvwmButtonsFont "xft:vl-gothic:size=10"

### Fvwm Buttons
*FvwmButtons: (Frame 2, Padding 2 2, Container(Rows 2 Columns 10 Frame 1 Padding 10 0))
    # Icon manager
    *FvwmButtons: (4x2, Frame 2, Swallow "FvwmIconMan" "Module FvwmIconMan")
    # Applications
    *FvwmButtons: (2x2, Frame 0, Container(Rows 2 Columns 2 Frame 0))
        *FvwmButtons: (Frame 2, Swallow(UseOld,NoHints,Respawn) \
            "xeyes" `Exec exec xeyes`)
        *FvwmButtons: (Frame 3, Swallow(UseOld,NoHints,Respawn) \
	    "oclock" `Exec exec oclock -bg rgb:00/88/88 \
	    -fg white -bd white -noshape`)
        *FvwmButtons: (Frame 2, Swallow(UseOld,NoHints,Respawn) \
	    "xload" `Exec exec xload -bg rgb:00/88/88 \
	    -fg rgb:ff/ff/ff -update 5 -nolabel`)
        *FvwmButtons: (Frame 3, Swallow(UseOld,NoHints,Respawn) \
	    "xlogo" `Exec exec xlogo -render -fg white -bg rgb:00/88/88`)
    *FvwmButtons: (End)
    # Pager
    *FvwmButtons: (2x2, Frame 3, Swallow(UseOld) "Inline" "Module FvwmPager Inline 0 0")
    # Exit button
    *FvwmButtons(2x2 Frame 3, Title "logout", Fore rgb:00/aa/00, \
        Back rgb:33/33/33, Icon Exit.png, Action 'FvwmForm QuitVerify')
*FvwmButtons: (End)

DestroyModuleConfig Inline: *
*Inline: Rows 1
*Inline: Columns 1
DestroyModuleConfig FvwmPagerSubPanel: *
*FvwmPagerSubPanel: Rows 5
*FvwmPagerSubPanel: Columns 1

# FvwmFormエイリアス - 終了確認
*QuitVerifyGrabServer
*QuitVerifyWarpPointer
*QuitVerifyFont          "xft:vl-gothic:size=10"
*QuitVerifyButtonFont    "xft:vl-gothic:size=10"
*QuitVerifyFore          Black
*QuitVerifyBack          rgb:cc/cc/88
####*QuitVerifyItemFore Wheat
*QuitVerifyItemFore rgb:99/ef/e0
*QuitVerifyItemBack Gray30
# begin items
*QuitVerifyLine          center
*QuitVerifyText          "本当にFVWMを終了しますか?"
*QuitVerifyLine          expand
*QuitVerifyButton   quit      " 終了 "
*QuitVerifyCommand  Quit
*QuitVerifyButton   quit      "キャンセル"
