Page 1 of 1
Puppy calendar
Posted: Thu Sep 22, 2022 1:31 pm
by Sofiya
64,bit version Calendar:
Auto hide after five seconds
in the upper right corner of the calendar there is a hidden button for manually closing the calendar
install font in folder: /usr/share/fonts/default/TTF
install the engine ( gtk2-engines-murrine ) to display font shadows
In /root/.jwm-tray: <Clock format="%H:%M:%S">exec:run_pmonth_gtk2</Clock> to start on click on the clock
Code: Select all
<Clock format="%H:%M:%S">exec:run_pmonth_gtk2</Clock>
Re: Puppy calendar
Posted: Fri Sep 23, 2022 6:57 am
by Sofiya
gtk2-engines-murrine - at your discretion, you can not install
Re: Puppy calendar
Posted: Fri Sep 23, 2022 12:55 pm
by Sofiya
templates with rounded corners - files and instruction inside
Re: Puppy calendar
Posted: Fri Sep 23, 2022 4:32 pm
by Sofiya
Re: Puppy calendar
Posted: Fri Sep 23, 2022 7:33 pm
by Sofiya
template in memory of Vincent
Re: Puppy calendar
Posted: Fri Sep 23, 2022 7:51 pm
by Grey
Sofiya wrote: Fri Sep 23, 2022 4:32 pm
Everything is fine, but you probably need to replace the letter U (second) with the letter Y in the word Puppy
Внимательнее, Софья. Немножечко
Re: Puppy calendar
Posted: Fri Sep 23, 2022 8:09 pm
by Sofiya
Grey wrote: Fri Sep 23, 2022 7:51 pm
Sofiya wrote: Fri Sep 23, 2022 4:32 pm
Everything is fine, but you probably need to replace the letter U (second) with the letter Y in the word Puppy
Внимательнее, Софья. Немножечко
Thanks for the correction @Grey I look and I don't see what is written wrong
corrected in Dpup-calendar-2.3.pet
Re: Puppy calendar
Posted: Sat Sep 24, 2022 11:43 am
by Sofiya
64,bit version, auto-hide time increased to ten seconds
all templates and fonts are included in " Dpup-calendar-2.3.pet "
except " gtk2-engines-murrine "
Re: Puppy calendar
Posted: Mon Sep 26, 2022 2:25 am
by Sofiya
small fixes in the code, calendar display font changed, Puppy linux inscription font
64,bit version
32,bit version
Re: Puppy calendar
Posted: Mon Sep 26, 2022 4:17 am
by Sofiya
new template for Dpup-calendar
Re: Puppy calendar
Posted: Tue Oct 11, 2022 5:11 am
by torm
Hello Sofya!
First things first..
pmonth_gtk2 is not a calendar.
It can display a text file in a GTK2 window. Nothing more.
Support script was included to write down the output
from the pmonth_clear or cal commands. Using markup, etc.
Just some experimental hack at a time..
Note..
Later version is named SDCalendar. It uses internal calendar layout
and can run as full-time desktop widget with very low system footprint.
No fancy transparency tricks however, due to XPM colorspace limitations.
On the other hand, any of the OTF and TTF fonts should work.
https://www.forum.puppylinux.com/viewto ... 2&start=10
About the cal program.
Unfortunately not all locales in different Busybox versions are correctly
supported.
And Puppy has /usr/bin/cal as a symlink to /bin/busybox mostly, so..
One could replace it with the regular util-linux version of the cal program.
Below is one from the current ( see date of post ) util-linux-2.38 where
32bit is compiled in tahrpup605, 64bit in fossapup64-9.5, please see the docs
folder also.
______________
Link:
https://www.kernel.org/pub/linux/utils/util-linux/
Note that autopoint may turn up as a dependency..
To build only the cal program, in source folder type in terminal:
./autogen.sh
./configure --disable-all-programs --enable-cal
make cal
_____________
Would be great to see Your changes to the source too!