set $term kitty
# Theme Variables
-set $font "Input Mono Light 12"
+set $font "InputSansCompressed Light 12"
set $highlight #00FFFF
set $prompt #00FF00
# Font
-font pango:Input Mono Light 12
+font pango:InputSansCompressed Light 12
# class / border / bg / fg / indicator / child_border
client.focused #00FFFF #000000 #FFFFFF #00FF00 #00FFFF
client.unfocused #666666 #000000 #888888 #666666 #666666
client.urgent #FF00FF #000000 #FFFFFF #00FF00 #FF00FF
+gaps outer 10
+gaps inner 10
+
# Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on.
-set $menu bemenu-run --fn $font -b -p "$" --tf "$prompt" --hf "$highlight" --sf "$highlight" --scf "$highlight" | xargs swaymsg exec
+set $menu bemenu-run --fn $font -p "$" --tf "$prompt" --hf "$highlight" --sf "$highlight" --scf "$highlight" | xargs swaymsg exec
### Output configuration
#
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
-output * bg ~/Pictures/lisa-congdon/BrightSpots_800x800.webp tile #000000
+exec swaybg -o \* -i ~/Pictures/wallpapers/lisa-congdon/Quilt_No._4_800x800.webp -m tile
# output HDMI-A-1 resolution 1920x1080 position 1920,0
#
# You can get the names of your outputs by running: swaymsg -t get_outputs