diff --git a/CMakeLists.txt b/CMakeLists.txt index d53dcd25..bf4fe49b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,9 +131,10 @@ install( if(default-wallpaper) install( - FILES ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper.jpg + DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/assets/ DESTINATION share/sway COMPONENT data + FILES_MATCHING PATTERN "*Wallpaper*" ) endif() diff --git a/assets/Sway_Logo+Text_Ver1.svg b/assets/Sway_Logo+Text_Ver1.svg new file mode 100644 index 00000000..f0d6e13b --- /dev/null +++ b/assets/Sway_Logo+Text_Ver1.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/Sway_Logo+Text_Ver1_1500x716.png b/assets/Sway_Logo+Text_Ver1_1500x716.png new file mode 100644 index 00000000..9eff243b Binary files /dev/null and b/assets/Sway_Logo+Text_Ver1_1500x716.png differ diff --git a/assets/Sway_Logo+Text_Ver2.png b/assets/Sway_Logo+Text_Ver2.png new file mode 100644 index 00000000..bcaf4e53 Binary files /dev/null and b/assets/Sway_Logo+Text_Ver2.png differ diff --git a/assets/Sway_Logo+Text_Ver2.svg b/assets/Sway_Logo+Text_Ver2.svg new file mode 100644 index 00000000..7600bb1e --- /dev/null +++ b/assets/Sway_Logo+Text_Ver2.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/Sway_Logo+Text_Ver3.png b/assets/Sway_Logo+Text_Ver3.png new file mode 100644 index 00000000..6b87f706 Binary files /dev/null and b/assets/Sway_Logo+Text_Ver3.png differ diff --git a/assets/Sway_Logo+Text_Ver3.svg b/assets/Sway_Logo+Text_Ver3.svg new file mode 100644 index 00000000..7f1c7a4f --- /dev/null +++ b/assets/Sway_Logo+Text_Ver3.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/Sway_Logo+Text_Ver4.png b/assets/Sway_Logo+Text_Ver4.png new file mode 100644 index 00000000..4a090ad2 Binary files /dev/null and b/assets/Sway_Logo+Text_Ver4.png differ diff --git a/assets/Sway_Logo+Text_Ver4.svg b/assets/Sway_Logo+Text_Ver4.svg new file mode 100644 index 00000000..4a191970 --- /dev/null +++ b/assets/Sway_Logo+Text_Ver4.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/Sway_Tree.png b/assets/Sway_Tree.png new file mode 100644 index 00000000..8cc0aa5b Binary files /dev/null and b/assets/Sway_Tree.png differ diff --git a/assets/Sway_Tree.svg b/assets/Sway_Tree.svg new file mode 100644 index 00000000..96397c5e --- /dev/null +++ b/assets/Sway_Tree.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/Sway_Tree_1000x934.png b/assets/Sway_Tree_1000x934.png new file mode 100644 index 00000000..51f1bf46 Binary files /dev/null and b/assets/Sway_Tree_1000x934.png differ diff --git a/assets/Sway_Wallpaper_Blue_1136x640.png b/assets/Sway_Wallpaper_Blue_1136x640.png new file mode 100644 index 00000000..495f5bbe Binary files /dev/null and b/assets/Sway_Wallpaper_Blue_1136x640.png differ diff --git a/assets/Sway_Wallpaper_Blue_1136x640_Portrait.png b/assets/Sway_Wallpaper_Blue_1136x640_Portrait.png new file mode 100644 index 00000000..473bc4f7 Binary files /dev/null and b/assets/Sway_Wallpaper_Blue_1136x640_Portrait.png differ diff --git a/assets/Sway_Wallpaper_Blue_1366x768.png b/assets/Sway_Wallpaper_Blue_1366x768.png new file mode 100644 index 00000000..d65ab4df Binary files /dev/null and b/assets/Sway_Wallpaper_Blue_1366x768.png differ diff --git a/assets/Sway_Wallpaper_Blue_1920x1080.png b/assets/Sway_Wallpaper_Blue_1920x1080.png new file mode 100644 index 00000000..a739ae00 Binary files /dev/null and b/assets/Sway_Wallpaper_Blue_1920x1080.png differ diff --git a/assets/Sway_Wallpaper_Blue_2048x1536.png b/assets/Sway_Wallpaper_Blue_2048x1536.png new file mode 100644 index 00000000..f85aa63f Binary files /dev/null and b/assets/Sway_Wallpaper_Blue_2048x1536.png differ diff --git a/assets/Sway_Wallpaper_Blue_2048x1536_Portrait.png b/assets/Sway_Wallpaper_Blue_2048x1536_Portrait.png new file mode 100644 index 00000000..b32b40f6 Binary files /dev/null and b/assets/Sway_Wallpaper_Blue_2048x1536_Portrait.png differ diff --git a/assets/Sway_Wallpaper_Blue_768x1024.png b/assets/Sway_Wallpaper_Blue_768x1024.png new file mode 100644 index 00000000..36588490 Binary files /dev/null and b/assets/Sway_Wallpaper_Blue_768x1024.png differ diff --git a/assets/Sway_Wallpaper_Blue_768x1024_Portrait.png b/assets/Sway_Wallpaper_Blue_768x1024_Portrait.png new file mode 100644 index 00000000..526d1f23 Binary files /dev/null and b/assets/Sway_Wallpaper_Blue_768x1024_Portrait.png differ diff --git a/config b/config index 17160d5e..34f85ffc 100644 --- a/config +++ b/config @@ -19,7 +19,7 @@ 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 +output * bg /usr/share/sway/Sway_Wallpaper_Blue_1920x1080.png fill # # Example output configuration: # diff --git a/wallpaper.jpg b/wallpaper.jpg deleted file mode 100644 index 65a167f0..00000000 Binary files a/wallpaper.jpg and /dev/null differ