31 lines
902 B
Plaintext
31 lines
902 B
Plaintext
# Apply gtk theming
|
|
# exec_always ~/.config/sway/scripts/import-gsettings
|
|
# exec_always ~/.config/sway/scripts/ricing
|
|
exec_always ~/.config/sway/scripts/gtkthemes
|
|
|
|
# Set inner/outer gaps
|
|
gaps inner 5
|
|
gaps outer 5
|
|
|
|
# Hide titlebar on windows:
|
|
default_border pixel 2
|
|
|
|
# Default Font
|
|
font pango:Noto Sans Regular 10
|
|
|
|
# Thin borders:
|
|
smart_borders off
|
|
|
|
# Title format for windows
|
|
for_window [shell="xdg_shell"] title_format "%title (%app_id)"
|
|
for_window [shell="x_wayland"] title_format "%class - %title"
|
|
|
|
## Window decoration
|
|
# class border backgr. text indicator child_border
|
|
client.focused #88c0d0 #434c5e #eceff4 #8fbcbb #88c0d0
|
|
client.focused_inactive #88c0d0 #2e3440 #d8dee9 #4c566a #4c566a
|
|
client.unfocused #88c0d0 #2e3440 #d8dee9 #4c566a #4c566a
|
|
client.urgent #ebcb8b #ebcb8b #2e3440 #8fbcbb #ebcb8b
|
|
|
|
exec $HOME/.config/sway/scripts/statusbar
|