Nordic icon indicating copy to clipboard operation
Nordic copied to clipboard

XFWM HiDPI Theme

Open speltriao opened this issue 5 years ago • 2 comments

Hello, great theme. I use XFCE 4.14 and the XFWM theme for now doesn't support HiDPI, which make the windows buttons and borders really small. Please, add a HiDPI XFMW theme.

Screenshot from 2020-10-20 22-11-52

Theme example on HiDPI display

speltriao avatar Oct 21 '20 01:10 speltriao

I would also appreciate that very much!

mike-echo-oscar-whiskey avatar Jan 04 '21 08:01 mike-echo-oscar-whiskey

FYI, you can render hidpi from assets

for i in xfwm4/assets/*.svg; do
   inkscape --export-dpi 180 --export-filename=xfwm4/$(basename $i .svg).png $i
done

m-fila avatar Mar 04 '21 01:03 m-fila