Commit Graph

13 Commits

Author SHA1 Message Date
Matt Parnell a543baee65 bigclock: attempt to use the same format as the small clock...it will
truncate non numeric characters, of course, but this works in my testing
2023-09-13 17:08:07 -05:00
lolicon0930 2ca870cfc5
Check if the clock is on. (closes #521) (#522)
If the clock is on, then change the numlock and capslock state positions.
2023-06-25 21:41:38 +02:00
lolicon0930 42bf929756
Add option to change shutdown/reboot keys (#487)
Include options in the configuration to change which function keys to use for shutdown and reboot.
Fix config.map_len size in src/config.c.
Add missing defaults in config_defaults() in src/config.c.
2023-06-20 13:22:38 +02:00
AnErrupTion cbd82146e2 Fix code syntax issues 2023-06-15 09:00:31 +02:00
Colin 1124c126f9
Clocks (#461)
* Added a big clock

* fixed clock timing when animation is turned off

* fix memory leak and segfault

* rename clock to bigclock

* Added formattable clock

* fix clock position on first draw

don't rely on box_x and box_y to position the clock, because it might not be initialized in the first frame.

* fix memory leak
2023-06-15 08:57:37 +02:00
Elisha Hollander 77d186b802
use `uint16_t` on `put_cell` iterations 2022-05-17 01:36:36 +03:00
Baptiste Daroussin 7ed6631197
FreeBSD deserves nice drawing as well (#340) 2022-04-24 12:40:08 +02:00
Stale 6245639daf
Matrix scrolling text animation (#283) 2022-04-24 11:54:50 +02:00
nullgemm 4094d2182a add missing include 2021-10-07 15:58:27 +02:00
nullgemm b448fc97b2 remove the ctypes submodule 2021-10-07 15:54:13 +02:00
Stanislav Láznička 95c0077416 print hostname in info lane on start (#127)
hostname was set in the info_line and unset right after that
2019-10-04 20:41:56 +02:00
nullgemm bce0a161af remove unused include 2019-06-26 23:11:33 +02:00
nullgemm efc5c49de5 initial commit 2019-06-10 16:05:54 +02:00