dotfiles/sway/.config/sway/config.d/00_appearance

29 lines
759 B
Plaintext
Raw Normal View History

# vi: ft=swayconfig
2021-10-02 20:59:11 +00:00
2021-11-19 16:53:22 +00:00
# Borders
default_border pixel 3
2021-10-02 20:59:11 +00:00
hide_edge_borders smart
# Titlebars
title_align center
2021-11-19 16:53:22 +00:00
# Gaps
2021-10-02 20:59:11 +00:00
gaps inner 8
gaps outer 4
2021-10-02 20:59:11 +00:00
2021-11-19 16:53:22 +00:00
# Font
font pango:Fira Sans Condensed SemiBold 10
2021-11-19 16:53:22 +00:00
2022-01-17 18:01:17 +00:00
# Wallpaper
2022-05-30 13:00:59 +00:00
output * bg ~/Pictures/Wallpapers/wallpaper fill
2022-01-17 18:01:17 +00:00
# Colors (border, bground and text only apply to window titlebars)
2021-10-02 20:59:11 +00:00
# class border bground text indicator child_border
client.focused #6c71c4 #6c71c4 #eee8d5 #268bd2 #6c71c4
client.focused_inactive #002b36 #002b36 #eee8d5 #002b36 #002b36
client.unfocused #002b36 #002b36 #eee8d5 #002b36 #002b36
client.urgent #dc322f #dc322f #eee8d5 #cb4b16 #dc322f
client.placeholder #002b36 #002b36 #eee8d5 #002b36 #002b36
client.background #fdf6e3
2021-10-02 20:59:11 +00:00