QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1302|回复: 6

fvwm的xclock如何透明

[复制链接]
发表于 2005-8-23 21:10:57 | 显示全部楼层 |阅读模式
rt
xclock -bg必须要有颜色选择.这个实不知如何搞定
发表于 2005-8-24 14:18:14 | 显示全部楼层
oclock吧,我觉得xclock好象不支持。
回复

使用道具 举报

发表于 2005-8-27 17:28:33 | 显示全部楼层
请问oclock 能使用 数字的形式吗??

不要用图形的形式


谢谢
回复

使用道具 举报

发表于 2005-9-1 17:25:30 | 显示全部楼层
用数字模式,在fvwmtaskbar不就可以实现吗,KDE,GNOME也可以在所谓的任务栏显示数字时间吧?还有必要运行这种软件吗?这个时钟软件不行,另外换个不就行了吗。
回复

使用道具 举报

发表于 2005-9-1 19:10:48 | 显示全部楼层
但是我要兼容 别人做的 fvwm皮肤 必须这样用
他上面是 用这个fvwm 脚本
WindowTitle {FvwmApplet-DigitalClock}
WindowSize 60 14      # Taille
#Font      -*-lucida-bold-r-normal-*-10-*-*-*-*-*-*
Font      -artwiz-snap-medium-r-normal-*-10-100-75-75-p-90-iso646.1991-irv
#Font      "xft:helvetica:style=Bold:size=13"
# Use the FvwmScript default colors.
#BackColor {rgb:a0/90/80}
#ForeColor {black}
#ShadowColor   {black}
#HilightColor   {rgb:a0/90/80}

Init
Begin
  Set $MainColorset=(GetScriptArgument 1)
  If $MainColorset <> {} Then
  Begin
   ChangeColorset 0 $MainColorset
   ChangeColorset 1 $MainColorset
  End
#  Set $tmp = (GetOutput {exec date} $pos 4)
#  Set $tmp = (StrCopy $tmp 1 5)
  Set $tmp = (GetOutput {exec date} $pos 4)
  Set $tmp = (StrCopy $tmp 1 5)
  ChangeTitle 1 $tmp
End

PeriodicTasks
Begin
  If (RemainderOfDiv (GetTime) #30)==0 Then
  Begin
#    Set $tmp = (GetOutput {exec date} $pos 4)
#    Set $tmp = (StrCopy $tmp 1 5)
    Set $tmp = (GetOutput {exec date} $pos 4)
    Set $tmp = (StrCopy $tmp 1 5)
    ChangeTitle  1 $tmp
  End
End

Widget 1
Property
Position 0 0
Size 60 14
Type ItemDraw
Flags NoReliefString
Title {}
Main
Case message of
  SingleClic :
  Begin
  End
End

但是这个脚本 我运行不起来 只能用xclock代替
只是xclock不能透明 所以我还要把xclock和背景颜色一样
就是当 换背景的时候 还要重新定义xclock的颜色 比较麻烦 其他都还好
回复

使用道具 举报

 楼主| 发表于 2005-9-1 22:46:53 | 显示全部楼层
[quote:1759939561="overoot"]用数字模式,在fvwmtaskbar不就可以实现吗,KDE,GNOME也可以在所谓的任务栏显示数字时间吧?还有必要运行这种软件吗?这个时钟软件不行,另外换个不就行了吗。[/quote]
如果我要用kde,gnome的数字时间,或者是fvwmtaskbar的数字时间.我用fvwm干吗?
答非所问,我配置fvwm只为实用,好看.何谓没有必要?
bs瞎扯淡
回复

使用道具 举报

发表于 2005-9-2 11:09:36 | 显示全部楼层
这个时钟软件不行,另外换个不就行了吗
难道你没看到这几个字吗?
做人不要太骄傲自慢!谦虚低调点
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-9 00:08 , Processed in 0.058833 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表