Compare commits
No commits in common. "3b10116e5bc42a86c6ad09858cdb1ef7eeaf80dc" and "80c76f755c7a377cdc711c1826ab9a73441fecd7" have entirely different histories.
3b10116e5b
...
80c76f755c
5 changed files with 0 additions and 6 deletions
|
@ -4,9 +4,6 @@
|
||||||
|
|
||||||
generate() {
|
generate() {
|
||||||
magick background.png -resize ${1}x${2}! background-${1}x${2}.png
|
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
|
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
|
cp result-${1}x${2}.png ~/.config/sway/backgrounds/${1}x${2}.png
|
||||||
rm background-*
|
rm background-*
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 80 B After Width: | Height: | Size: 24 KiB |
Binary file not shown.
Before Width: | Height: | Size: 39 KiB |
Binary file not shown.
Before Width: | Height: | Size: 35 KiB |
|
@ -6,7 +6,4 @@ workspace right output "Hewlett Packard HP ZR22w CN41250H24"
|
||||||
output "Hewlett Packard HP ZR22w CN41250FHX" transform 270 position -1080,-40
|
output "Hewlett Packard HP ZR22w CN41250FHX" transform 270 position -1080,-40
|
||||||
workspace left output "Hewlett Packard HP ZR22w CN41250FHX"
|
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
|
output * bg ~/.config/sway/backgrounds/logo.png center #1E1E2E
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue