From 1f9f2fdf8c9f96ca260e44184807ece53ca26d45 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 18 Jun 2025 19:52:52 +0100 Subject: Added a custom layout indicator for MaomaoWM on Waybar --- .config/waybar/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.config/waybar/style.css') diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 923d175..3291419 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -39,6 +39,7 @@ window#waybar.hidden { #window, #idle_inhibitor, #language, +#custom-layout, #custom-scratchpad-indicator, #custom-brightness, #custom-memory, @@ -58,6 +59,7 @@ window#waybar.hidden { #window, #idle_inhibitor, #language, +#custom-layout, #custom-scratchpad-indicator, #custom-brightness, #custom-memory, @@ -162,6 +164,13 @@ window#waybar.empty #window { color: #d79921; } +/* ================================ */ +/* custom-layout */ +/* ================================ */ +#custom-layout { + color: #d79921; +} + /*================================= */ /* custom-scratchpad-indicator */ /*==================================*/ -- cgit v1.2.3