From ff0c60a079b893aa8e10725d9ee9b2934ffba73e Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 13 Dec 2024 08:26:20 +0300 Subject: [PATCH] Waybar: Disable tray & language. --- home/file/waybar/config/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/file/waybar/config/default.nix b/home/file/waybar/config/default.nix index a11fd4b1..721c7257 100644 --- a/home/file/waybar/config/default.nix +++ b/home/file/waybar/config/default.nix @@ -20,6 +20,7 @@ in { ]; modules-left = [ "clock" + # "sway/language" "sway/scratchpad" "mpris" ]; @@ -27,13 +28,12 @@ in { "sway/workspaces" ]; modules-right = [ - "sway/language" - "pulseaudio" - "group/batteryinfo" "group/hardware" + "group/batteryinfo" + "pulseaudio" "custom/display" "custom/network" - "tray" + # "tray" ]; "sway/workspaces" = { all-outputs = true;