From bed8aa6f90c8814321446b77c5b48075f07481bb Mon Sep 17 00:00:00 2001
From: Justine Smithies <justine@smithies.me.uk>
Date: Sat, 21 Jun 2025 19:47:31 +0100
Subject: Removed uneeded dwl/window module

---
 .config/waybar/config    |  7 -------
 .config/waybar/style.css | 24 ++----------------------
 2 files changed, 2 insertions(+), 29 deletions(-)

(limited to '.config')

diff --git a/.config/waybar/config b/.config/waybar/config
index 7853f33..79d9e2d 100644
--- a/.config/waybar/config
+++ b/.config/waybar/config
@@ -9,7 +9,6 @@
   "modules-left": [
     "dwl/tags",
     "custom/layout",
-    "dwl/window",
   ],
 
   "modules-center": ["custom/clock"],
@@ -27,12 +26,6 @@
     "tag-labels": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]
   },
     
-  "dwl/window": {
-    "format": "<span color='#202020' bgcolor='#d3869b' > 󰣆  </span> {app_id} - {title}",
-    "icon":false,
-    "max-length": 100,
-  },
-
   "custom/layout": {
 		"format": "<span color='#202020' bgcolor='#d79921'>   </span> {}",
     "return-type": "json",
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 3291419..70a1a4e 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -36,7 +36,7 @@ window#waybar.hidden {
 #workspaces button.active,
 #workspaces button.active:hover,
 #workspaces button.urgent,
-#window,
+/* #window, */
 #idle_inhibitor,
 #language,
 #custom-layout,
@@ -56,7 +56,7 @@ window#waybar.hidden {
   border: 2px solid #202020;
 }
 
-#window,
+/* #window, */
 #idle_inhibitor,
 #language,
 #custom-layout,
@@ -109,26 +109,6 @@ window#waybar.hidden {
   background: #cc241d;
 }
 
-/* ================================ */
-/*            window                 */
-/* ================================ */
-
-#window {
-  color: #d3869b;
-  margin-right: 4px;
-}
-
-window#waybar.empty #window {
-  background-color: transparent;
-  color: transparent;
-  border-bottom: none;
-  box-shadow: none;
-  padding-right: 0px;
-  padding-left: 0px;
-  margin-left: 0px;
-  margin-right: 0px;
-}
-
 /* ================================ */
 /*            idle_inhibitor                 */
 /* ================================ */
-- 
cgit v1.2.3