From 00a4bb8f5fae0da09c28e05c48b321c134840d24 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 6 Jun 2022 12:50:45 +0300 Subject: [PATCH] waybar: rearrange entries --- conf/waybar/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/waybar/config.json b/conf/waybar/config.json index 961fab73..4549b757 100644 --- a/conf/waybar/config.json +++ b/conf/waybar/config.json @@ -2,7 +2,7 @@ "layer": "top", "position": "left", "modules-left": ["sway/workspaces", "sway/mode"], - "modules-right": ["cpu", "memory", "bluetooth", "battery", "pulseaudio", "sway/language", "tray", "clock"], + "modules-right": ["cpu", "memory", "battery", "pulseaudio", "sway/language", "bluetooth", "tray", "clock"], "sway/window": { "max-length": 50 },