tons of theme tweaks, +gruvbox

This commit is contained in:
Reid 2026-04-22 21:32:27 -07:00
parent 80d22a470a
commit 2ad77494b2
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
30 changed files with 410 additions and 371 deletions

View file

@ -20,7 +20,9 @@ in {
enable = true;
package = cfg.package;
settings = with config.colorScheme.palette; {
settings = let
inherit (config.modules.desktop.themes) rounding;
in with config.scheme; {
general = {
hide_cursor = false;
text_trim = true;
@ -38,7 +40,7 @@ in {
{
size = "280, 280";
color = "rgb(${base00})";
rounding = 48;
rounding = rounding;
position = "0, 45";
halign = "center"; valign = "center";
@ -52,8 +54,7 @@ in {
position = "0, 105";
text = "cmd[update:1000] echo \"<span font_weight='1000'>$(date +'%H')</span>\"";
font_size = 78;
# TODO: make more dynamic
color = "rgb(f5c2e7)"; # catppuccin pink
color = "rgb(${base05})";
font_family = config.modules.desktop.fonts.fonts.sansSerif.family;
halign = "center"; valign = "center";
}
@ -100,7 +101,8 @@ in {
{
position = "0, -140";
size = "280, 48";
outline_thickness = 2;
rounding = rounding;
outline_thickness = 1;
dots_size = 0.3;
fade_on_empty = false;
placeholder_text = "";