diff options
Diffstat (limited to 'components/scripts/FvwmScript-Clock-dakkar')
-rwxr-xr-x | components/scripts/FvwmScript-Clock-dakkar | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/components/scripts/FvwmScript-Clock-dakkar b/components/scripts/FvwmScript-Clock-dakkar deleted file mode 100755 index a298848..0000000 --- a/components/scripts/FvwmScript-Clock-dakkar +++ /dev/null @@ -1,38 +0,0 @@ -WindowTitle {FvwmScript-Clock} -WindowSize 165 20 -Font "xft:Tahoma:pixelsize=12:Bold" -Colorset 1 - -Init - Begin - - Set $tmp = (GetOutput {exec date "+%Y-%m-%d %a %H:%M"} 1 -1) - - ChangeTitle 1 $tmp -End - -PeriodicTasks - Begin - If (RemainderOfDiv (GetTime) 60)==0 Then - Begin - - Set $tmp = (GetOutput {exec date "+%Y-%m-%d %a %H:%M"} 1 -1) - - ChangeTitle 1 $tmp - End -End - -Widget 1 -Property - Position 0 -3 - Size 165 20 - Type ItemDraw - Flags NoReliefString - Title {} - Colorset 1 -Main - Case message of - SingleClic : - Begin - End -End |