sway: b&n

This commit is contained in:
Cat /dev/Nulo 2023-01-28 00:10:42 -03:00
parent a065e1df0a
commit f7fdc6ad19

View file

@ -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 ### Variables
# #
@ -210,15 +216,15 @@ bar {
colors { colors {
statusline $foreground statusline $foreground
background $background background $background
focused_workspace $accent $accent $background focused_workspace $foreground $foreground $background
active_workspace $accentish $accentish $background active_workspace $accentish $accentish $background
inactive_workspace $background $background $foreground inactive_workspace $background $background $foreground
} }
} }
client.focused $accent $accent $background $accentish client.focused $foreground $foreground $background $accent
client.focused_inactive $muted $muted $background client.focused_inactive $muted $muted $background
client.unfocused $accent $backgroundish $foreground client.unfocused $background $background $foreground
titlebar_border_thickness 1 titlebar_border_thickness 1
bindsym $mod+z exec swaync-client --close-latest bindsym $mod+z exec swaync-client --close-latest