From 9daf822080d2eca9c4929c75f385eecb0393fe46 Mon Sep 17 00:00:00 2001
From: Penelope Gwen <pogmommy@pogmommy-dell-p135g.local>
Date: Tue, 11 Jun 2024 12:45:02 -0600
Subject: [PATCH] New backup 2024-06-11 12:45:02

---
 de/home/.config/waybar/config    | 10 ++++++++--
 de/home/.config/waybar/style.css | 13 -------------
 2 files changed, 8 insertions(+), 15 deletions(-)

diff --git a/de/home/.config/waybar/config b/de/home/.config/waybar/config
index 7a519bd..a24bb37 100644
--- a/de/home/.config/waybar/config
+++ b/de/home/.config/waybar/config
@@ -7,7 +7,7 @@
     "spacing": 4, // Gaps between modules (4px)
 
 // Choose the order of the modules
-    "modules-left": ["sway/workspaces","sway/mode","sway/scratchpad","sway/window"],
+    "modules-left": ["custom/sway-profile","sway/workspaces","sway/mode","sway/scratchpad","sway/window"],
     "modules-center": ["custom/sonixd"],
     "modules-right": ["idle_inhibitor", "pulseaudio", "network", "custom/nmvpn", "bluetooth", "memory", "battery", "clock", "tray"],
 
@@ -23,7 +23,8 @@
 //             "9": "",
 //             "10": "",
 //             "default": ""
-         }
+         },
+      "sort-by-number": true
     },
 
 // Mode indicator
@@ -169,5 +170,10 @@
       "exec-if": "pgrep Sonixd",
       "on-click":"swaymsg [class='Sonixd'] focus",
       "escape": true
+    },
+
+//sway profile
+    "custom/sway-profile": {
+      "format": "1"
     }
 }
diff --git a/de/home/.config/waybar/style.css b/de/home/.config/waybar/style.css
index 594d869..257ea99 100644
--- a/de/home/.config/waybar/style.css
+++ b/de/home/.config/waybar/style.css
@@ -51,19 +51,6 @@ window box > box {
   padding-bottom:2px;
 }
 
-window#waybar.termite {
-    background-color: #3F3F3F;
-}
-
-window#waybar.chromium {
-    background-color: #000000;
-    border: none;
-}
-
-window#waybar.test {
-    background-color: #000000;
-}
-
 button {
     box-shadow: inset 0 -3px transparent;
     border: none;