37 lines
No EOL
919 B
Text
37 lines
No EOL
919 B
Text
# Apply gtk theming
|
|
exec_always ~/.config/sway/scripts/import-gsettings
|
|
|
|
# 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 on
|
|
|
|
# Set wallpaper:
|
|
#exec ~/.azotebg
|
|
|
|
# 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 #EA1414 #360303 #eceff4 #EA1414 #EA1414
|
|
client.focused_inactive #EA1414 #000000 #d8dee9 #000000 #000000
|
|
client.unfocused #EA1414 #000000 #d8dee9 #000000 #000000
|
|
client.urgent #EA1414 #ebcb8b #2e3440 #8fbcbb #ebcb8b
|
|
|
|
#
|
|
# Status Bar:
|
|
#
|
|
# Read `man 5 sway-bar` for more information about this section.
|
|
bar {
|
|
swaybar_command waybar
|
|
} |