Added uconsole custom theme
@@ -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
|
||||||
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 326 KiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 949 KiB |
|
After Width: | Height: | Size: 924 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 841 KiB |
|
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
|
||||||
|
|
||||||