Tiling Wallpapers. - Desktop Customization & Workflow
Users browsing this thread: 2 Guest(s)
|
|||
(11-11-2020, 03:05 PM)neeasade Wrote: There's an Xorg bitmap (xbm) editor, I forget the name of it. It is literally just called bitmap(1). I've just discovered it and its awesome. (20-04-2021, 02:42 AM)s0kx Wrote: With xsetroot -bitmap, which most likely is already installed on your system. See the manpage for more options. Yeah, that was my problem. However, I've figured out how to make .bpm tiles with bitmap(1) so that's what I'll do. Just set them with xsetroot like so: PHP Code: xsetroot -bitmap wall.xbm -bg '#8998aa' -fg '#464d56' (20-04-2021, 07:22 AM)phillbush Wrote: I have no idea how to set background to .xpm files directly. Better you convert it to .png first and then use feh(1). As it turns out, feh(1) supports .xpm pixmaps. You can simply run PHP Code: feh --bg-tile wall.xpm
_____________________________________________________________________________________________
“Maybe you have some bird ideas... Maybe that's the best you can do.” - Terry A. Davis (R.I.P Terry & Percival) |
|||