发新话题
打印

我的FVWM桌面

我的FVWM桌面

就个人而言比较喜欢FVWM桌面,它比较有个性而且在配置过程中还学到不少的知识,以下是我的FVWM桌面,只有FvwmPage,FvwmBottons及Menu三部分构成。:w      

TOP

这个是Menu部分;它特别之处就是采用了透明样式。主要通过以下两行代码实现,至于菜单各项细节这里就不一一说明了。
  Colorset RootTransparent Buffer
  Colorset 0 Transparent ,bg black, fg balck      

TOP

以下是FvwmBottons及FvwmPage两部分组成:
  这是FvwmBottons:
  *FvwmButtons: Geometry 425x60-140-25
  *FvwmButtonsPixmap /home/synge/.fvwm/bot.png
  *FvwmButtons: Back bisque3
  *FvwmButtons: (Frame 2 Padding 2 2 Container(Rows 2 Columns 9  Frame 1 \
  Padding 10 0))
  *FvwmButtons: (Icon /home/synge/.fvwm/move.png, Action Exec exec poweroff )
  *FvwmButtons: (Icon /home/synge/.fvwm/open.png, Action Exec exec /opt/openoffice.org2.0/program/swriter )
  *FvwmButtons: (Icon /home/synge/.fvwm/mplayer.png, Action `Exec /usr/local/mplayer/bin/gmplayer  &`)
  *FvwmButtons: (Icon /home/synge/.fvwm/net.png, Action `Exec /usr/local/firefox/firefox  &`)
  *FvwmButtons: (Icon /home/synge/.fvwm/xmms.png, Action `Exec xmms  &`)
  *FvwmButtons: (Icon /home/synge/.fvwm/shop.png, Action `Exec ksnapshot  &`)
  *FvwmButtons: (3x1 Frame 3 Swallow "asclock" "Exec exec /usr/local/share/asclock-gtk/asclock&")
  *FvwmButtons: (End)
其中右边那个时钟东东是在这里下载的:
  [url="http://www.asclock.org/"]http://www.asclock.org/[/url]
  这是FvwmPage:
  *FvwmPagerBack #1e5774
  *FvwmPagerFore #000000
  *FvwmPagerPixmap /home/synge/.fvwm/ok.png
  *FvwmPagerFont none
  *FvwmPagerHilight #dee5ef
  *FvwmPagerGeometry 80x80-50-15
  *FvwmPagerLabel 0 Misc
  *FvwmPagerLabel 1 Maker
  *FvwmPagerLabel 2 Mail
  *FvwmPagerLabel 3 Matlab
  *FvwmPagerSmallFont 5x8
  *FvwmPagerBalloons            All
  *FvwmPagerBalloonBack         #000000
  *FvwmPagerBalloonFore         green
  *FvwmPagerBalloonFont         -adobe-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*
  *FvwmPagerBalloonYOffset      +2
  *FvwmPagerBalloonBorderWidth  1
  *FvwmPagerBalloonBorderColor red
  *FvwmPagerMiniIcons      

TOP

其实FVWM还有其它模块这里我就不一一介绍了,本例只作抛砖引玉之用,希望各位能介绍一下自己的桌面配置经验(主要针对的是窗口管理器如:WM,Blackbox等,而Gnome及KDE桌面集成系统就免了)。      

TOP

漂亮!可否打包上传?我想要。      

TOP

[QUOTE=lurz]漂亮!可否打包上传?我想要。[/QUOTE] 过段时间吧,等我把.fvwm2rc文件中的注释搞好后再传。      

TOP

回 lurz朋友:
   由于上传文件的限制只能传.fvwm2rc文件。      

TOP

今天在原有基础上修改了图标的放置区域,FvwmButtons的背景图以及壁纸。      

TOP

发新话题