2023-07-25 15:39:26 +02:00
|
|
|
# Apply gtk theming
|
|
|
|
exec_always ~/.config/sway/scripts/import-gsettings
|
|
|
|
|
|
|
|
# Set inner/outer gaps
|
|
|
|
gaps inner 10
|
|
|
|
gaps outer 5
|
|
|
|
|
|
|
|
# Hide titlebar on windows:
|
|
|
|
default_border pixel 1
|
|
|
|
|
|
|
|
# Default Font
|
2023-12-29 15:15:21 +01:00
|
|
|
font pango:Hack Nerd Font Regular 10
|
2023-07-25 15:39:26 +02:00
|
|
|
|
|
|
|
# Thin borders:
|
|
|
|
smart_borders on
|
|
|
|
|
|
|
|
# Set wallpaper:
|
|
|
|
|
2023-09-02 14:39:03 +02:00
|
|
|
#exec swaybg -i ~/Desktop/Wallpapers/plants-001.jpg -m fill
|
|
|
|
|
|
|
|
output HDMI-A-1 background ~/Desktop/Wallpapers/plants-001.jpg fill
|
|
|
|
output DP-2 background ~/Desktop/Wallpapers/plants-001.jpg fill
|
|
|
|
output Unknown-1 background ~/Desktop/Wallpapers/plants-001.jpg fill
|
2023-07-25 15:39:26 +02:00
|
|
|
|
|
|
|
# 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
|
|
|
|
}
|