Move old TODO comments to docs/TODO.md

This commit is contained in:
Ben Buhse 2026-02-24 16:40:58 -06:00
commit 07794019dc
No known key found for this signature in database
GPG key ID: 7916ACFCD38FD0B4
9 changed files with 10 additions and 20 deletions

View file

@ -86,7 +86,6 @@ pub fn initSurface(bar: *Bar) !void {
defer empty_region.destroy();
wl_surface.setInputRegion(empty_region);
// TODO: Add padding to config
const vertical_padding = 5;
// Set size wants logical pixels, so we have to scale the height
const logical_font_height = @divFloor(bar.fcft_fonts.height, @as(i32, bar.font_scale));
@ -220,7 +219,6 @@ pub fn render(bar: *Bar) !void {
// Convert time to a string
var buf: [255:0]u8 = undefined;
var fbs = io.fixedBufferStream(&buf);
// TODO: Support 12-hour clock (%I:%M)
try dt.strftime(fbs.writer(), "%H:%M");
// Convert ASCII text string to unicode