Add default wallpaper

Closes #238
This commit is contained in:
Drew DeVault 2015-12-28 21:32:04 -05:00
parent 631f7e8500
commit 5060c72a54
3 changed files with 15 additions and 0 deletions

View File

@ -119,4 +119,10 @@ install(
COMPONENT data
)
install(
FILES ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper.jpg
DESTINATION share/sway
COMPONENT data
)
feature_summary(WHAT ALL)

9
config
View File

@ -16,6 +16,15 @@ set $term urxvt
# Your preferred application launcher
set $menu dmenu_run
### Output configuration
#
# Default wallpaper - CC-BY-NC from Netzlemming http://netzlemming.deviantart.com/art/Field-of-Barley-05240017-307176737
output * bg /usr/share/sway/wallpaper.jpg fill
#
# Example output configuration:
#
# output HDMI-A-1 resolution 1920x1080 position 1920,0
### Key bindings
#
# Basics:

BIN
wallpaper.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB