aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/i3/i3bar-river/module.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/by-name/i3/i3bar-river/module.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/modules/by-name/i3/i3bar-river/module.nix b/modules/by-name/i3/i3bar-river/module.nix
index 898b6c69..55ac59e9 100644
--- a/modules/by-name/i3/i3bar-river/module.nix
+++ b/modules/by-name/i3/i3bar-river/module.nix
@@ -115,6 +115,14 @@ in {
partOf = ["graphical-session.target"];
after = ["graphical-session.target"];
requisite = ["graphical-session.target"];
+
+ path = [
+ pkgs.bash # `sh` is needed for starting the status command
+
+ # TODO: This should be a wrapper of the status command <2026-06-23>
+ pkgs.btrfs-progs # `btrfs` is needed by the storage block in the status command
+ ];
+
serviceConfig = {
ExecStart = "${lib.getExe cfg.package}";
ExecReload = "kill -SIGUSR2 $MAINPID";
@@ -178,7 +186,7 @@ in {
};
# The font and various sizes
- font = "SauceCodePro Nerd Font Mono:pixelsize=26";
+ font = "SauceCodePro NFM:pixelsize=26";
height = 24;
margin_top = 10;
margin_bottom = 0;