Added uconsole custom theme

This commit is contained in:
2025-08-08 17:02:26 -03:00
parent 4ffbc4237d
commit c7cedaf633
19 changed files with 10 additions and 3 deletions
Binary file not shown.
Binary file not shown.
+7
View File
@@ -0,0 +1,7 @@
Package: uconsole-custom-theme
Version: 0.1
Maintainer: Olivier
Architecture: all
Priority: optional
Description: uconsole-custom-theme
uconsole-custom-theme provides wallpapers and boot splash cacamiel theme
Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 949 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 924 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 841 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 KiB

@@ -1,4 +1,4 @@
Package: ucon-rotate Package: uconsole-rotate
Version: 0.1 Version: 0.1
Section: utils Section: utils
Priority: optional Priority: optional
@@ -6,4 +6,4 @@ Architecture: all
Depends: bash Depends: bash
Maintainer: Olivier Maintainer: Olivier
Description: Rotate uConsole DSI display via wlr-randr Description: Rotate uConsole DSI display via wlr-randr
Provides the `ucon-rotate` command to rotate the primary DSI output under Wayland. Provides the `uconsole-rotate` command to rotate the primary DSI output under Wayland.
@@ -79,7 +79,7 @@ main() {
transform=$(compute_transform_with_delta "$cur" -90) transform=$(compute_transform_with_delta "$cur" -90)
;; ;;
0|90|180|270) transform=$(map_degree "$arg");; 0|90|180|270) transform=$(map_degree "$arg");;
*) echo "Usage: ucon-rotate [right|left|0|90|180|270]" >&2; exit 2;; *) echo "Usage: uconsole-rotate [right|left|0|90|180|270]" >&2; exit 2;;
esac esac
fi fi