From 66716cda3d8e7fb7113fea9f0d64388912cbcf33 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sun, 7 Nov 2021 14:53:19 +0300 Subject: [PATCH] Return sway/mode module --- config/waybar/config | 2 +- config/waybar/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/waybar/config b/config/waybar/config index 76286d2..07731be 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -1,6 +1,6 @@ { "position": "top", - "modules-left": ["sway/workspaces"], + "modules-left": ["sway/workspaces", "sway/mode"], "modules-right": [ "tray", "custom/weather", diff --git a/config/waybar/style.css b/config/waybar/style.css index be48b6c..8e6a268 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -33,6 +33,7 @@ window#waybar { } #mode { + margin-left: 10px; color: @primary; }