Compare commits

...

3 commits

Author SHA1 Message Date
askiiart
3b10116e5b
add comment documenting idiocy 2025-02-24 19:45:20 -06:00
askiiart
13f9fe8942
fix background.png already being overlaid 2025-02-24 19:43:15 -06:00
askiiart
bc6fbd4c20
add framework sway config 2025-02-24 19:39:40 -06:00
5 changed files with 6 additions and 0 deletions

View file

@ -4,6 +4,9 @@
generate() {
magick background.png -resize ${1}x${2}! background-${1}x${2}.png
# TODO: background.png wasn't the background, it was already overlaid,
# so really it was just getting resized, and it just wans't noticeable at lower resolutions?
# need to redo it to grow logo.png to match to scale against 1080p (based on whichever axis grows less)
magick composite -gravity center logo.png background-${1}x${2}.png result-${1}x${2}.png
cp result-${1}x${2}.png ~/.config/sway/backgrounds/${1}x${2}.png
rm background-*

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 80 B

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View file

@ -6,4 +6,7 @@ workspace right output "Hewlett Packard HP ZR22w CN41250H24"
output "Hewlett Packard HP ZR22w CN41250FHX" transform 270 position -1080,-40
workspace left output "Hewlett Packard HP ZR22w CN41250FHX"
# framework 13
output "BOE 0x0BCA Unknown" scale 1.4
output * bg ~/.config/sway/backgrounds/logo.png center #1E1E2E