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;
};
colors = {
# todo: make some sort of theme.nix with a bunch of colors
primary = {
foreground = "#e4e4ef";
background = "#181818";

View file

@ -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";

View file

@ -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";

View file

@ -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