From 3dc496e8e53e0241add8631cdd6dc4e6b0a4eb0e Mon Sep 17 00:00:00 2001
From: Justine Smithies <justine@smithies.me.uk>
Date: Fri, 5 Apr 2024 20:17:16 +0100
Subject: Changed Sway border colours

---
 .config/sway/config | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.config/sway/config b/.config/sway/config
index 43d24b0..fa5e485 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -53,11 +53,11 @@ gaps inner 10
 
 #client.<class>         <border>  <background>    <text>      <indicator>   <child_border> 
 
-client.focused          "#2c2c2c" "#dddfe2"      "#000000"   "#000000" "#2c2c2c"
+client.focused          "#2c2c2c" "#dddfe2"      "#000000"   "#000000" "#33ccff"
 
 client.focused_inactive "#23242a" "#000000"  "#666666"   "#000000"     "#999999"
 
-client.unfocused        "#666666" "#fff5e5"      "#666666"   "#000000"     "#999999"
+client.unfocused        "#666666" "#fff5e5"      "#666666"   "#000000"     "#595959"
 
 ### Output configuration
 #
@@ -150,7 +150,7 @@ input "type:keyboard" {
 
     # Open power menu
     bindsym Shift+$mod+p exec ~/.local/bin/powermenu
-
+    bindsym Shift+$mod+z exec ~/.local/bin/emoji-menu
 #
 # Moving around:
 #
-- 
cgit v1.2.3