From 4503f42883126544e286419cf6543d78e3f62935 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 23 Dec 2022 21:50:17 +0100 Subject: Dotfiles: Waybar: Remove river/mode from bar --- dotfiles/waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/waybar/config b/dotfiles/waybar/config index 391f3e1..eb058d8 100644 --- a/dotfiles/waybar/config +++ b/dotfiles/waybar/config @@ -5,7 +5,7 @@ // "width": 1280, // Waybar width "spacing": 2, // Gaps between modules (4px) // Choose the order of the modules - "modules-left": ["river/tags", "river/mode", "custom/separator", "river/window"], + "modules-left": ["river/tags", "custom/separator", "river/window"], //"modules-center": ["river/window"], "modules-right": ["pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "keyboard-state", "sway/language", "battery", "battery#bat2", "clock", "tray"], // Modules configuration -- cgit 1.4.1