From cb4436e80bfbe97cf3cd7bf1a5e1e4d24db92065 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 20 May 2025 21:22:38 +0200 Subject: modules/common: Switch from `yambar` to `i3bar-river` Currently, the config is not yet adapted for my laptop, which is why the old yambar module is still left in-tree. --- modules/common/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/common/default.nix b/modules/common/default.nix index 504782f3..aadb22bd 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -178,6 +178,9 @@ }; programs = { + i3bar-river.enable = true; + i3status-rust.enable = true; + nvim = { enable = true; shell = pkgs.zsh; @@ -256,8 +259,8 @@ pointer-12951-6505-ZSA_Technology_Labs_Moonlander_Mark_I = [["pointer-accel" "0"] ["accel-profile" "none"]]; }; backgroundStart = [ + # TODO(@bpeetz): Move these to systemd units/their own modules <2025-05-18> pkgs.gammastep - pkgs.yambar pkgs.mako ["${lib.getExe pkgs.swaybg}" "--image" "${./abstract-nord.png}"] @@ -283,7 +286,7 @@ projects = builtins.fromJSON (builtins.readFile ./projects.json); }; nix-index.enable = true; - yambar.enable = true; + yambar.enable = false; yt.enable = true; zathura.enable = true; zsh.enable = true; -- cgit 1.4.1