diff --git a/modules/stuff/alacritty.nix b/modules/stuff/alacritty.nix index aa14d00..d73c0ab 100644 --- a/modules/stuff/alacritty.nix +++ b/modules/stuff/alacritty.nix @@ -23,7 +23,6 @@ in { unfocused_hollow = false; }; colors = { - # todo: make some sort of theme.nix with a bunch of colors primary = { foreground = "#e4e4ef"; background = "#181818"; diff --git a/modules/stuff/dunst.nix b/modules/stuff/dunst.nix index ef5e67a..ceb209d 100644 --- a/modules/stuff/dunst.nix +++ b/modules/stuff/dunst.nix @@ -23,7 +23,6 @@ in { monitor = if cfg.output != null then cfg.output else 0; origin = "bottom-${cfg.side}"; frame_width = 1; - # todo: theme.nix background = "#333333"; foreground = "#feeeee"; font = "JetBrains Mono NL 10"; diff --git a/modules/stuff/i3.nix b/modules/stuff/i3.nix index 8a10424..1047976 100644 --- a/modules/stuff/i3.nix +++ b/modules/stuff/i3.nix @@ -80,7 +80,6 @@ in { }; fonts = { - # todo: include font in theme.nix? names = [ "JetBrains Mono NL" ]; size = 10.0; }; @@ -244,7 +243,6 @@ in { general = { interval = 1; colors = true; - # todo: theme.nix? color_good = "#91d956"; color_bad = "#f43841"; color_degraded = "#ffdd33"; diff --git a/readme.txt b/readme.txt index 44c63df..075c6c9 100644 --- a/readme.txt +++ b/readme.txt @@ -3,6 +3,5 @@ i have a slight idea of what i'm doing todo: - remove hardcoded binary names - investigate firefox config -- theme.nix - all the remaining individual todos