This commit is contained in:
krizej 2024-10-16 11:53:42 +02:00
parent 9a3e5cfc47
commit e893ff6a39
4 changed files with 0 additions and 5 deletions

View file

@ -23,7 +23,6 @@ in {
unfocused_hollow = false; unfocused_hollow = false;
}; };
colors = { colors = {
# todo: make some sort of theme.nix with a bunch of colors
primary = { primary = {
foreground = "#e4e4ef"; foreground = "#e4e4ef";
background = "#181818"; background = "#181818";

View file

@ -23,7 +23,6 @@ in {
monitor = if cfg.output != null then cfg.output else 0; monitor = if cfg.output != null then cfg.output else 0;
origin = "bottom-${cfg.side}"; origin = "bottom-${cfg.side}";
frame_width = 1; frame_width = 1;
# todo: theme.nix
background = "#333333"; background = "#333333";
foreground = "#feeeee"; foreground = "#feeeee";
font = "JetBrains Mono NL 10"; font = "JetBrains Mono NL 10";

View file

@ -80,7 +80,6 @@ in {
}; };
fonts = { fonts = {
# todo: include font in theme.nix?
names = [ "JetBrains Mono NL" ]; names = [ "JetBrains Mono NL" ];
size = 10.0; size = 10.0;
}; };
@ -244,7 +243,6 @@ in {
general = { general = {
interval = 1; interval = 1;
colors = true; colors = true;
# todo: theme.nix?
color_good = "#91d956"; color_good = "#91d956";
color_bad = "#f43841"; color_bad = "#f43841";
color_degraded = "#ffdd33"; color_degraded = "#ffdd33";

View file

@ -3,6 +3,5 @@ i have a slight idea of what i'm doing
todo: todo:
- remove hardcoded binary names - remove hardcoded binary names
- investigate firefox config - investigate firefox config
- theme.nix
- all the remaining individual todos - all the remaining individual todos