From a9cdf6ac383deba6942e6b78cf2b1dcc38747637 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 18 Aug 2024 16:37:33 -0400 Subject: [PATCH] remove keyboard section from polybar no longer needed after switching from keyd to kanata --- modules/nixos/graphical/polybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/graphical/polybar.nix b/modules/nixos/graphical/polybar.nix index 239d89d..22446cf 100644 --- a/modules/nixos/graphical/polybar.nix +++ b/modules/nixos/graphical/polybar.nix @@ -42,7 +42,7 @@ module-margin = 1; modules-left = "i3"; modules-center = "xwindow"; - modules-right = "mailcount network pulseaudio date keyboard power"; + modules-right = "mailcount network pulseaudio date power"; cursor-click = "pointer"; cursor-scroll = "ns-resize"; enable-ipc = true;