This commit is contained in:
death916 2026-02-17 03:53:48 -08:00
parent 0633aa02af
commit 97f23faea8
2 changed files with 22 additions and 0 deletions

View file

@ -4,6 +4,7 @@
pkgs,
lib,
inputs,
unstablePkgs,
...
}:
@ -23,6 +24,7 @@
gemini-cli
fzf
eza
unstablePkgs.qwen-code
];
programs.bash.shellAliases = {

View file

@ -420,6 +420,26 @@
blur_size = 5;
}
];
label = [
{
monitor = "";
text = "$TIME";
font_size = 72;
font_family = "JetBrainsMono Nerd Font";
position = "0, -50";
halign = "center";
valign = "center";
}
{
monitor = "";
text = "cmd[update:60000] date '+%A, %B %d, %Y'";
font_size = 20;
position = "0, 20";
halign = "center";
valign = "center";
}
];
};
};