-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #123 from iabem97/development
Komorebi 2.1
- Loading branch information
Showing
36 changed files
with
1,435 additions
and
1,347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,13 @@ list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/) | |
set (DATADIR "${CMAKE_INSTALL_PREFIX}/share") | ||
set (PKGDATADIR "${DATADIR}/komorebi") | ||
set (RELEASE_NAME "summit") | ||
set (VERSION "1.0") | ||
set (VERSION "2.1") | ||
set (VERSION_INFO "Release") | ||
set (ARCHIVE_NAME komorebi-${VERSION}) | ||
|
||
|
||
find_package(PkgConfig) | ||
pkg_check_modules(DEPS REQUIRED gtk+-3.0 libgtop-2.0 glib-2.0>=2.38 gee-0.8 clutter-gtk-1.0 clutter-1.0 clutter-gst-3.0) | ||
pkg_check_modules(DEPS REQUIRED gtk+-3.0 glib-2.0>=2.38 gee-0.8 webkit2gtk-4.0 clutter-gtk-1.0 clutter-1.0 clutter-gst-3.0) | ||
add_definitions(${DEPS_CFLAGS}) | ||
|
||
link_directories(${DEPS_LIBRARY_DIRS}) | ||
|
@@ -29,7 +29,6 @@ vala_precompile(VALA_C | |
|
||
src/OnScreen/BackgroundWindow.vala | ||
src/OnScreen/DateTimeBox.vala | ||
src/OnScreen/InfoBox.vala | ||
src/OnScreen/DesktopIcons.vala | ||
src/OnScreen/ResponsiveGrid.vala | ||
src/OnScreen/Icon.vala | ||
|
@@ -47,10 +46,10 @@ vala_precompile(VALA_C | |
|
||
PACKAGES | ||
gtk+-3.0 | ||
glibtop | ||
gee-0.8 | ||
clutter-gtk-1.0 | ||
clutter-gst-3.0 | ||
webkit2gtk-4.0 | ||
OPTIONS | ||
--vapidir=${CMAKE_CURRENT_SOURCE_DIR}/vapi/ | ||
--disable-warnings | ||
|
@@ -66,9 +65,10 @@ vala_precompile(WALLPAPER_CREATOR | |
|
||
|
||
PACKAGES | ||
gtk+-3.0 | ||
gee-0.8 | ||
gtk+-3.0 | ||
gstreamer-1.0 | ||
webkit2gtk-4.0 | ||
OPTIONS | ||
--vapidir=${CMAKE_CURRENT_SOURCE_DIR}/vapi/ | ||
--disable-warnings | ||
|
@@ -106,17 +106,17 @@ install(CODE "execute_process(COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/data/Other/pos | |
set(CPACK_GENERATOR "DEB") | ||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Komorebi - An awesome desktop manager for Linux") | ||
set(CPACK_PACKAGE_VENDOR "") | ||
set(CPACK_PACKAGE_CONTACT "Abraham Masri <[email protected]>") | ||
set(CPACK_PACKAGE_CONTACT "Abraham Masri @cheesecakeufo") | ||
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md") | ||
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE") | ||
set(CPACK_PACKAGE_ICON screenshots/komorebi-icon.png) | ||
set(CPACK_PACKAGE_VERSION_MAJOR 2) | ||
set(CPACK_PACKAGE_VERSION_MINOR 0) | ||
set(CPACK_PACKAGE_VERSION_MINOR 1) | ||
set(CPACK_PACKAGE_VERSION_PATCH 0) | ||
set(CPACK_PACKAGE_INSTALL_DIRECTORY "Komorebi") | ||
set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "${CMAKE_CURRENT_SOURCE_DIR}/data/Other/postinst;${CMAKE_CURRENT_SOURCE_DIR}/data/Other/postrm;") | ||
|
||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libgtk-3-0 (>= 3.14), libglib2.0-0 (>= 2.38), libgtop2-common, libgee-0.8-2, libclutter-gtk-1.0-0, libclutter-1.0-0, libclutter-gst-3.0-0") | ||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libgtk-3-0 (>= 3.14), libglib2.0-0 (>= 2.38), libgee-0.8-2, libclutter-gtk-1.0-0, libclutter-1.0-0, libclutter-gst-3.0-0, libwebkit2gtk-4.0-37") | ||
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "amd64") | ||
set(CPACK_DEBIAN_PACKAGE_SECTION "system") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
echo "[INFO] Ignore any errors" | ||
echo "[*] Resetting desktop configuration" | ||
gsettings set org.gnome.desktop.background show-desktop-icons true | ||
gsettings set org.nemo.desktop show-desktop-icons true | ||
gsettings set org.gnome.desktop.background show-desktop-icons true || true | ||
gsettings set org.nemo.desktop show-desktop-icons true || true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[Info] | ||
WallpaperType=image | ||
|
||
[DateTime] | ||
Visible=true | ||
Parallax=false | ||
MarginTop=40 | ||
MarginRight=120 | ||
MarginLeft=0 | ||
MarginBottom=0 | ||
RotationX=10 | ||
RotationY=-55 | ||
RotationZ=-14 | ||
Position=center_right | ||
Alignment=start | ||
AlwaysOnTop=true | ||
Color=#edd400 | ||
Alpha=255 | ||
ShadowColor=red | ||
ShadowAlpha=255 | ||
TimeFont=Lato Bold 120 | ||
DateFont=Lato Medium 0 | ||
|
||
[Wallpaper] | ||
Parallax=false | ||
|
||
[Asset] | ||
Visible=false | ||
AnimationMode=noanimation | ||
AnimationSpeed=100 | ||
Width=0 | ||
Height=0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[Info] | ||
WallpaperType=image | ||
|
||
[DateTime] | ||
Visible=true | ||
Parallax=false | ||
MarginTop=30 | ||
MarginRight=30 | ||
MarginLeft=-20 | ||
MarginBottom=0 | ||
RotationX=0 | ||
RotationY=0 | ||
RotationZ=0 | ||
Position=center | ||
Alignment=start | ||
AlwaysOnTop=false | ||
Color=#000000 | ||
Alpha=255 | ||
ShadowColor=#dd22dd22dd22 | ||
ShadowAlpha=0 | ||
TimeFont=Lato Light 100 | ||
DateFont=Lato Light 60 | ||
|
||
[Wallpaper] | ||
Parallax=false | ||
|
||
[Asset] | ||
Visible=true | ||
AnimationMode=noanimation | ||
AnimationSpeed=100 | ||
Width=0 | ||
Height=0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[Info] | ||
WallpaperType=image | ||
|
||
[DateTime] | ||
Visible=true | ||
Parallax=false | ||
MarginTop=0 | ||
MarginRight=0 | ||
MarginLeft=0 | ||
MarginBottom=0 | ||
RotationX=0 | ||
RotationY=0 | ||
RotationZ=0 | ||
Position=center | ||
Alignment=center | ||
AlwaysOnTop=true | ||
Color=#dd22dd22dd22 | ||
Alpha=120 | ||
ShadowColor=#dd22dd22dd22 | ||
ShadowAlpha=255 | ||
TimeFont=Lato Light 100 | ||
DateFont=Lato Light 20 | ||
|
||
[Wallpaper] | ||
Parallax=false | ||
|
||
[Asset] | ||
Visible=true | ||
AnimationMode=light | ||
AnimationSpeed=200 | ||
Width=0 | ||
Height=0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[Info] | ||
WallpaperType=web_page | ||
WebPageUrl=https://source.unsplash.com/random/{{screen_width}}x{{screen_height}} | ||
|
||
[DateTime] | ||
Visible=true | ||
Parallax=false | ||
MarginTop=0 | ||
MarginRight=0 | ||
MarginLeft=0 | ||
MarginBottom=0 | ||
RotationX=0 | ||
RotationY=0 | ||
RotationZ=0 | ||
Position=center | ||
Alignment=center | ||
AlwaysOnTop=true | ||
Color=#ffffff | ||
Alpha=128 | ||
ShadowColor=#dd22dd22dd22 | ||
ShadowAlpha=255 | ||
TimeFont=Lato Light 100 | ||
DateFont=Lato Light 50 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.