Configure i3status
This commit is contained in:
parent
7124abf983
commit
4bbcbc6c4f
|
@ -12,6 +12,10 @@ Instead of grouping changes by tag, they are grouped by the date they are releas
|
||||||
|
|
||||||
* Add `:dotfiles` to espanso that links to my dotfiles repository on GitHub.
|
* Add `:dotfiles` to espanso that links to my dotfiles repository on GitHub.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Configure colours in `i3status` and remove some modules.
|
||||||
|
|
||||||
## 14th December 2023
|
## 14th December 2023
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -65,4 +65,22 @@ in
|
||||||
smart_gaps on
|
smart_gaps on
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.i3status = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
general = {
|
||||||
|
colors = true;
|
||||||
|
|
||||||
|
color_bad = "#f7768e";
|
||||||
|
color_degraded = "#ff9e64";
|
||||||
|
color_good = "#c0caf5";
|
||||||
|
};
|
||||||
|
|
||||||
|
modules = {
|
||||||
|
cpu_temperature.enable = false;
|
||||||
|
ipv6.enable = false;
|
||||||
|
load.enable = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue