Disable colours in i3status bar
This commit is contained in:
parent
d201a2b27b
commit
0cafc1ca4e
|
@ -124,19 +124,12 @@ in
|
||||||
programs.i3status = {
|
programs.i3status = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
general = {
|
general.colors = false;
|
||||||
colors = true;
|
|
||||||
|
|
||||||
color_bad = "#f7768e";
|
|
||||||
color_degraded = "#ff9e64";
|
|
||||||
color_good = "#c0caf5";
|
|
||||||
};
|
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
"battery all".settings.last_full_capacity = true;
|
"battery all".settings.last_full_capacity = true;
|
||||||
|
|
||||||
"tztime local".settings.format = "%d-%m-%Y %H:%M:%S";
|
"tztime local".settings.format = "%d-%m-%Y %H:%M:%S";
|
||||||
|
|
||||||
cpu_temperature.enable = false;
|
cpu_temperature.enable = false;
|
||||||
ipv6.enable = false;
|
ipv6.enable = false;
|
||||||
load.enable = false;
|
load.enable = false;
|
||||||
|
|
Loading…
Reference in a new issue