summarylogtreecommitdiffstats
path: root/way-displays-1_2.install
diff options
context:
space:
mode:
authorAlexander Courtis2022-01-12 12:41:48 +1100
committerAlexander Courtis2022-01-12 12:41:48 +1100
commit68c05d4f5e473c419f6417e1a3234702fa1c4932 (patch)
treeebc04c6ae5d40360c9d3a4f850707f9034462e03 /way-displays-1_2.install
parentf0fde391c629096d055c30a866bf37d730026e8d (diff)
downloadaur-68c05d4f5e473c419f6417e1a3234702fa1c4932.tar.gz
1.2.1
Diffstat (limited to 'way-displays-1_2.install')
-rw-r--r--way-displays-1_2.install35
1 files changed, 35 insertions, 0 deletions
diff --git a/way-displays-1_2.install b/way-displays-1_2.install
new file mode 100644
index 000000000000..55ee458c4321
--- /dev/null
+++ b/way-displays-1_2.install
@@ -0,0 +1,35 @@
+# Colored makepkg-like functions
+note() {
+ printf "${blue}==>${yellow} NOTE:${all_off} ${1}\n"
+}
+
+all_off="$(tput sgr0)"
+bold="${all_off}$(tput bold)"
+red="${bold}$(tput setaf 1)"
+green="${bold}$(tput setaf 2)"
+yellow="${bold}$(tput setaf 3)"
+blue="${bold}$(tput setaf 4)"
+
+post_install() {
+ note ""
+ note "${yellow}1.2.0 New Feature #10 Maximum Preferred Refresh${all_off}"
+ note ""
+ note "Optional cfg.yaml additions:"
+ note ""
+ note "# Use the maximum refresh rate for resolution of the preferred mode."
+ note "# Warning: this may result in an unusable display."
+ note "${red}MAX_PREFERRED_REFRESH${all_off}:"
+ note "${yellow} - ${green}'HDMI-1'${all_off}"
+ note ""
+ note "For full details see https://github.com/alex-courtis/way-displays and /etc/way-displays/cfg.yaml"
+ note ""
+ note "${yellow}1.2.1${all_off}"
+ note "- Bug #12 handle rotated displays"
+ note "- Bug #11 allow retries after config update during a change"
+ note ""
+}
+
+post_upgrade() {
+ post_install
+}
+