15 lines
470 B
Bash
Executable file
15 lines
470 B
Bash
Executable file
#!/bin/sh
|
|
# configversion: e806e1faef996af8b67d560b864e5f33
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
# Copyright 2022 Sxmo Contributors
|
|
|
|
# This script is executed after the screen is rotated.
|
|
# You can use this to change your conky/wayout layout or status
|
|
# bar to something more appropriate to the current orientation.
|
|
|
|
# The following parameters are provided:
|
|
# $1 = the new orientation
|
|
# possible values are "normal", "left" and "right"
|
|
|
|
.config/polybar/launch.sh $1
|