40 lines
1.0 KiB
Plaintext
40 lines
1.0 KiB
Plaintext
# 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 5
|
|
|
|
# Default Font
|
|
font pango:Ubuntu Mono 11
|
|
|
|
# Thin borders:
|
|
smart_borders on
|
|
|
|
# Set wallpaper:
|
|
#exec swaybg -i ~/git/Wallpapers/img/img138.jpg
|
|
exec "cd ~/scripts/ && ./swaybg.sh"
|
|
|
|
# Title format for windows
|
|
for_window [shell="xdg_shell"] title_format "%title (%app_id)"
|
|
for_window [shell="x_wayland"] title_format "%class - %title"
|
|
|
|
# class border bground text indicator child_border
|
|
client.focused #6272A4 #6272A4 #F8F8F2 #6272A4 #6272A4
|
|
client.focused_inactive #44475A #44475A #F8F8F2 #44475A #44475A
|
|
client.unfocused #282A36 #282A36 #BFBFBF #282A36 #282A36
|
|
client.urgent #44475A #FF5555 #F8F8F2 #FF5555 #FF5555
|
|
client.placeholder #282A36 #282A36 #F8F8F2 #282A36 #282A36
|
|
client.background #F8F8F2
|
|
|
|
#
|
|
# Status Bar:
|
|
#
|
|
# Read `man 5 sway-bar` for more information about this section.
|
|
bar {
|
|
swaybar_command waybar
|
|
}
|