This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{config, ...}: let | |
moduleConfiguration = | |
/* | |
jsonc | |
*/ | |
'' | |
// Modules configuration | |
"niri/workspaces": { | |
"format": "{icon}", | |
"format-icons": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdbool.h> | |
#include <stddef.h> | |
#include <stdint.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <time.h> | |
#include <emscripten.h> | |
#define SCREEN_W 64 |