FreeBSD Desktop – Part 7 – Key Components – Wallpaper Handling

In the Part 7 of the FreeBSD Desktop series I would like to describe key components of self made custom desktop environment such as:

  • Window Manager
  • Status Bar
  • Task Bar
  • Wallpaper Handling
  • Application Launcher
  • Keyboard/Mouse Shortcuts
  • Locking Solution
  • Blue Light Spectrum Suppress

Today we will focus on the fourth part – the Wallpaper Handling. In the next series each of these components configuration would also be described along with eventual needed scripts.

You may want to check other articles in the FreeBSD Desktop series on the FreeBSD Desktop – Global Page where you will find links to all episodes of the series along with table of contents for each episode’s contents.

Wallpaper

Some people do not use wallpapers at all, just a black or grey background, some set family photos, some have a set of favorite wallpapers and setup random wallpaper from this set of favorites to show up every once in a while. We will talk about the last type of setup in this article.

I have tried various applications to provide this simple feature and always came back to Feh, thus I will not compare various other solutions available and will focus on the Feh exclusively.

While Feh main/original function is to be ultra fast image viewer it also has an option to properly setup a wallpaper on a X11 desktop.

% feh --bg-[TAB]
--bg-center    -- set centered desktop background
--bg-fill      -- set scaled desktop background, preserving aspect ratio
--bg-scale     -- set scaled desktop background
--bg-seamless  -- set desktop background with seamless borders
--bg-tile      -- set tiled desktop background

The ZSH shell made this upper output so much easier then browsing thru man feh page or checking its documentation πŸ˜‰

The Feh is also very low on resources, if of course depends on the image size You will use, but the Feh ‘interface’ will use about 10 MB of RAM to browse an image.

But Feh as fast and powerful as it is will not ‘select’ wallpaper for us, we will have to implement little helper script to select which wallpaper we would like to use, and then we would use Feh as a backed to set this wallpaper. We will also have to implement a way to set tiled wallpapers in tiled way – not to stretch them to entire desktop.

There is not much more to add here, as we will progress to posting ‘real’ configuration we will get back to this topic with the working script.

EOF

20 thoughts on “FreeBSD Desktop – Part 7 – Key Components – Wallpaper Handling

  1. Pingback: FreeBSD Desktop – Part 8 – Key Components – Application Launcher | vermaden

  2. Pingback: FreeBSD Desktop – Part 9 – Key Components – Keyboard/Mouse Shortcuts | vermaden

  3. Pingback: FreeBSD Desktop – Part 10 – Key Components – Locking Solution | vermaden

  4. Pingback: FreeBSD desktop (7) | 0ddn1x: tricks with *nix

  5. Pingback: FreeBSD Desktop – Part 11 – Key Components – Blue Light Spectrum Suppress | vermaden

  6. Pingback: FreeBSD Desktop – Part 12 – Configuration – Openbox | vermaden

  7. Pingback: FreeBSD Desktop – Part 13 – Configuration – Dzen2 | vermaden

  8. Pingback: FreeBSD Desktop – Part 14 – Configuration – Tint2 | vermaden

  9. Pingback: FreeBSD Desktop – Part 6 – Key Components – Task Bar | vermaden

  10. Pingback: FreeBSD Desktop – Part 5 – Key Components – Status Bar | vermaden

  11. Pingback: FreeBSD Desktop – Part 15 – Configuration – Fonts & Frameworks | vermaden

  12. Pingback: FreeBSD Desktop – Part 1 – Simplified Boot | vermaden

  13. Pingback: FreeBSD Desktop – Part 2 – Install | vermaden

  14. Pingback: FreeBSD Desktop – Part 3 – X11 Window System | vermaden

  15. Pingback: FreeBSD Desktop – Part 4 – Key Components – Window Manager | vermaden

  16. Pingback: FreeBSD Desktop – Part 16 – Configuration – Pause Any Application | vermaden

  17. Pingback: FreeBSD Desktop – Part 17 – Automount Removable Media | πŸ†…πŸ…΄πŸ†πŸ„ΌπŸ„°πŸ„³πŸ…”πŸ…

  18. Pingback: FreeBSD Desktop – Part 2.1 – Install FreeBSD 12 | πšŸπšŽπš›πš–πšŠπšπšŽπš—

  19. Pingback: FreeBSD Desktop – Part 18 – Global Dashboard | πšŸπšŽπš›πš–πšŠπšπšŽπš—

Leave a comment