From f7fdc6ad19604211cf36cc999098079772a26079 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 28 Jan 2023 00:10:42 -0300 Subject: [PATCH] sway: b&n --- .config/sway/config | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index ab48da7..7de0bbc 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -1,4 +1,10 @@ -include ~/.cache/themer.lua/sway-colors +#include ~/.cache/themer.lua/sway-colors +set $background #000000 +set $backgroundish #26233a +set $muted #6e6a86 +set $foreground #dddddd +set $accent #eb6f92 +set $accentish #ebbcba ### Variables # @@ -210,15 +216,15 @@ bar { colors { statusline $foreground background $background - focused_workspace $accent $accent $background + focused_workspace $foreground $foreground $background active_workspace $accentish $accentish $background inactive_workspace $background $background $foreground } } -client.focused $accent $accent $background $accentish -client.focused_inactive $muted $muted $background -client.unfocused $accent $backgroundish $foreground +client.focused $foreground $foreground $background $accent +client.focused_inactive $muted $muted $background +client.unfocused $background $background $foreground titlebar_border_thickness 1 bindsym $mod+z exec swaync-client --close-latest