Add clock to the bar
This implements more of the text rendering and a clock was the easiest part. I still need to add the tag bit. I'd also like to hide the tags but still show the clock like beanclock when windows are fullscreened
This commit is contained in:
parent
5501ccbe26
commit
29a1c93e6a
4 changed files with 104 additions and 27 deletions
|
|
@ -28,8 +28,8 @@
|
|||
.hash = "known_folders-0.0.0-Fy-PJv3LAAABBRVoZWVrKZdyLoUfl5VRY5fqRRRdnF5L",
|
||||
},
|
||||
.pixman = .{
|
||||
.url = "https://codeberg.org/ifreund/zig-pixman/archive/387f04a0289a69d159c88b5f70396ec12a8ddb00.tar.gz",
|
||||
.hash = "pixman-0.4.0-dev-LClMn0eVAAAlXnMK-MVBZkOG0urNdOPGVQdaGecXPM5O",
|
||||
.url = "https://codeberg.org/ifreund/zig-pixman/archive/v0.3.0.tar.gz",
|
||||
.hash = "pixman-0.3.0-LClMnz2VAAAs7QSCGwLimV5VUYx0JFnX5xWU6HwtMuDX",
|
||||
},
|
||||
.zigimg = .{
|
||||
.url = "https://github.com/zigimg/zigimg/archive/fb74dfb7c6d83f2bd01a229826669451525a4ba8.tar.gz",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue