chezmoi/dot_config/sway/config.d/theme

44 lines
1.2 KiB
Plaintext

# 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
font pango:Hack Nerd Font Regular 10
# Thin borders:
smart_borders on
# Set wallpaper:
#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
# 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
}