aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt6
-rw-r--r--config9
-rw-r--r--wallpaper.jpgbin0 -> 2458443 bytes
3 files changed, 15 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 94f2ab29..109b233a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -119,4 +119,10 @@ install(
119 COMPONENT data 119 COMPONENT data
120) 120)
121 121
122install(
123 FILES ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper.jpg
124 DESTINATION share/sway
125 COMPONENT data
126)
127
122feature_summary(WHAT ALL) 128feature_summary(WHAT ALL)
diff --git a/config b/config
index 2bb37f4f..fe681565 100644
--- a/config
+++ b/config
@@ -16,6 +16,15 @@ set $term urxvt
16# Your preferred application launcher 16# Your preferred application launcher
17set $menu dmenu_run 17set $menu dmenu_run
18 18
19### Output configuration
20#
21# Default wallpaper - CC-BY-NC from Netzlemming http://netzlemming.deviantart.com/art/Field-of-Barley-05240017-307176737
22output * bg /usr/share/sway/wallpaper.jpg fill
23#
24# Example output configuration:
25#
26# output HDMI-A-1 resolution 1920x1080 position 1920,0
27
19### Key bindings 28### Key bindings
20# 29#
21# Basics: 30# Basics:
diff --git a/wallpaper.jpg b/wallpaper.jpg
new file mode 100644
index 00000000..65a167f0
--- /dev/null
+++ b/wallpaper.jpg
Binary files differ