sway: mejorar colores
This commit is contained in:
parent
b41e6274dc
commit
5aa6f79f70
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
#include ~/.cache/themer.lua/sway-colors
|
#include ~/.cache/themer.lua/sway-colors
|
||||||
set $background #000000
|
set $background #000000
|
||||||
set $backgroundish #26233a
|
set $backgroundish #333333
|
||||||
set $muted #6e6a86
|
set $muted #6e6a86
|
||||||
set $foreground #dddddd
|
set $foreground #dddddd
|
||||||
set $accent #eb6f92
|
set $accent #eb6f92
|
||||||
|
@ -222,9 +222,9 @@ bar {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
client.focused $foreground $foreground $background $accent
|
client.focused #0353A4 #0353A4 #eeeeee #3799FB
|
||||||
client.focused_inactive $muted $muted $background
|
client.focused_inactive $muted $muted $background
|
||||||
client.unfocused $background $background $foreground
|
client.unfocused $backgroundish $backgroundish $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
|
||||||
|
@ -245,7 +245,7 @@ bindsym --locked XF86AudioNext exec 'playerctl next'
|
||||||
bindsym --locked XF86MonBrightnessUp exec 'brillo -u 150000 -A 5; brillo -O'
|
bindsym --locked XF86MonBrightnessUp exec 'brillo -u 150000 -A 5; brillo -O'
|
||||||
bindsym --locked XF86MonBrightnessDown exec 'brillo -u 150000 -U 5; brillo -O'
|
bindsym --locked XF86MonBrightnessDown exec 'brillo -u 150000 -U 5; brillo -O'
|
||||||
|
|
||||||
default_border pixel 4
|
default_border pixel 5
|
||||||
|
|
||||||
focus_follows_mouse no
|
focus_follows_mouse no
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue