diff options
author | Donald Stewart <schultz@mageia.org> | 2021-01-10 18:19:36 +0000 |
---|---|---|
committer | Donald Stewart <schultz@mageia.org> | 2021-01-10 18:19:36 +0000 |
commit | edef82a37dbcd1f5096a8ba557ee7c213adbb3db (patch) | |
tree | b5ff738bd2c981ce7c6a535d3239b6e66ee9b934 /mga-bg-res | |
parent | 9647a3930a808963e22ce721aadeab5ae0edeb97 (diff) | |
download | theme-edef82a37dbcd1f5096a8ba557ee7c213adbb3db.tar theme-edef82a37dbcd1f5096a8ba557ee7c213adbb3db.tar.gz theme-edef82a37dbcd1f5096a8ba557ee7c213adbb3db.tar.bz2 theme-edef82a37dbcd1f5096a8ba557ee7c213adbb3db.tar.xz theme-edef82a37dbcd1f5096a8ba557ee7c213adbb3db.zip |
- Artwork for MGA8
- Default mga-bg-res to 16:9
Diffstat (limited to 'mga-bg-res')
-rw-r--r-- | mga-bg-res/NEWS | 3 | ||||
-rwxr-xr-x | mga-bg-res/mga-bg-res.sh | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/mga-bg-res/NEWS b/mga-bg-res/NEWS index d875e1e..18cd469 100644 --- a/mga-bg-res/NEWS +++ b/mga-bg-res/NEWS @@ -1,4 +1,7 @@ git version (follows mageia-theme versioning and releases): +Version 8.0 +- Default to 16:9 (1920x1080) + Version 7.0 - Add support for 3400x1440 ultrawide diff --git a/mga-bg-res/mga-bg-res.sh b/mga-bg-res/mga-bg-res.sh index 74a6371..294f09d 100755 --- a/mga-bg-res/mga-bg-res.sh +++ b/mga-bg-res/mga-bg-res.sh @@ -12,9 +12,9 @@ if [ -e /usr/sbin/monitor-edid -a -z "$LOCAL_INSTALL" ]; then res=$(expr "$res" : '.*"\(.*\)".*') # isolate the resolution fi -# If the previous method did not work, default to 4:3 aspect ratio (e.g. 1024x768) +# If the previous method did not work, default to 16:9 aspect ratio (e.g. 1920x1080) if [ -z $res ]; then - res="1600x1200" + res="1920x1080" fi # Check if the symlink is already good |