aboutsummaryrefslogtreecommitdiff
path: root/.config/sway
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-04-05 20:17:16 +0100
committerJustine Smithies <justine@smithies.me.uk>2024-04-05 20:17:16 +0100
commit3dc496e8e53e0241add8631cdd6dc4e6b0a4eb0e (patch)
tree1bb3c6d940ae674078442c58092666144dd7a71b /.config/sway
parent3e7b534399ec148e4084a09eaba1a34412dcb46a (diff)
Changed Sway border colours
Diffstat (limited to '.config/sway')
-rw-r--r--.config/sway/config6
1 files 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:
#