users/infinidoge: add blugon config
This commit is contained in:
parent
9137894b64
commit
48a5143664
3 changed files with 45 additions and 0 deletions
37
users/infinidoge/config/blugon/config
Normal file
37
users/infinidoge/config/blugon/config
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
[main]
|
||||||
|
readcurrent = False
|
||||||
|
interval = 120
|
||||||
|
backend = scg
|
||||||
|
wait_for_x = False
|
||||||
|
fade = False
|
||||||
|
|
||||||
|
[current]
|
||||||
|
min_temp = 1.0
|
||||||
|
max_temp = 20000.0
|
||||||
|
|
||||||
|
[wait_for_x]
|
||||||
|
sleep_after_failed_startup = 0.1
|
||||||
|
sleep_after_losing_x = 120.0
|
||||||
|
|
||||||
|
[fade]
|
||||||
|
steps = 10
|
||||||
|
duration = 3.0
|
||||||
|
|
||||||
|
[tty]
|
||||||
|
color0 = 000000
|
||||||
|
color1 = aa0000
|
||||||
|
color2 = 00aa00
|
||||||
|
color3 = aa5500
|
||||||
|
color4 = 0000aa
|
||||||
|
color5 = aa00aa
|
||||||
|
color6 = 00aaaa
|
||||||
|
color7 = aaaaaa
|
||||||
|
color8 = 555555
|
||||||
|
color9 = ff5555
|
||||||
|
color10 = 55ff55
|
||||||
|
color11 = ffff55
|
||||||
|
color12 = 5555ff
|
||||||
|
color13 = ff55ff
|
||||||
|
color14 = 55ffff
|
||||||
|
color15 = ffffff
|
||||||
|
|
3
users/infinidoge/config/blugon/gamma
Normal file
3
users/infinidoge/config/blugon/gamma
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# TIME GAMMA
|
||||||
|
# hour minute temperature
|
||||||
|
0 0 5600
|
|
@ -35,6 +35,11 @@
|
||||||
source = ./config/doom;
|
source = ./config/doom;
|
||||||
target = "${config.xdg.configHome}/doom";
|
target = "${config.xdg.configHome}/doom";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
blugon_config = {
|
||||||
|
source = ./config/blugon;
|
||||||
|
target = "${config.xdg.configHome}/blugon";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue