Compare commits
3 commits
80c76f755c
...
3b10116e5b
Author | SHA1 | Date | |
---|---|---|---|
|
3b10116e5b | ||
|
13f9fe8942 | ||
|
bc6fbd4c20 |
5 changed files with 6 additions and 0 deletions
|
@ -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 |
BIN
sway/backgrounds/1504x2256.png
Normal file
BIN
sway/backgrounds/1504x2256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
BIN
sway/backgrounds/2256x1504.png
Normal file
BIN
sway/backgrounds/2256x1504.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue