tons of theme tweaks, +gruvbox
This commit is contained in:
parent
80d22a470a
commit
2ad77494b2
30 changed files with 410 additions and 371 deletions
|
|
@ -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 = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue