Author Topic: [Solved] How to change the wallpaper  (Read 3495 times)

pure

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • 雪月花
[Solved] How to change the wallpaper
« on: September 26, 2016, 10:12:38 PM »
Hello.
I'm using "wattOS Microwatt Edition".
I do not know how to change the wallpaper, I'm in trouble.
Also, does it there is a shortcut key to exit the application you are running.
If you have person there you know, thank you for your professor.
Thank you.
« Last Edit: September 27, 2016, 11:04:13 PM by pure »

Dan

  • Sr. Member
  • ****
  • Posts: 192
    • View Profile
Re: How to change the wallpaper
« Reply #1 on: September 27, 2016, 12:09:50 AM »
Hi pure!

Be warned, I don't use Microwatt, so if I'm wrong, I hope someone will correct me.  ;D

If I understand correctly, feh controls the wallpaper in Microwatt. I've never used feh before, so I'm not sure how it works. You could try this...

Press the Mod Key (Windows Key on your keyboard) + g

That is supposed to open up a Run dialog I believe. If it does, type feh in it and hit Enter. Perhaps that "might" open feh so you can mess around with the wallpapers.

To exit/close an application press...

Mod key + Shift + Q

Another helpful thing is to open your terminal, and enter...

h

then hit Enter on your keyboard. The h is for "help". That "should" bring up a list of helpful commands to use on your keyboard.

Hope that helps!

This is making me want to try Microwatt!  ;D
« Last Edit: September 27, 2016, 12:12:41 AM by Dan »

billwho

  • Full Member
  • ***
  • Posts: 34
    • View Profile
Re: How to change the wallpaper
« Reply #2 on: September 27, 2016, 01:21:55 AM »
$mod+f to open the File Manager
navigate to the Pictures folder
( I will assume that is where your pictures are )

right click on a picture and choose Feh to open
see man feh for more options

the Up and Down arrow keys will zoom in and out

if you select more than one image,
the Left and Right arrow keys move through the list

right click on the image choose
File > Background > Set Filled

use esc to quit Feh

you should now have new wallpaper

If you want the wallpaper to be there after a reboot...
edit the file ~/.config/i3/config
find the line with 'feh' in it
copy the original line, then comment it
(put a # as the first character)
# this is a comment
paste a copy and edit the copy to your image
reboot and it should still be the wallpaper of choice
« Last Edit: September 27, 2016, 02:14:17 AM by billwho »

pure

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • 雪月花
Re: How to change the wallpaper
« Reply #3 on: September 27, 2016, 07:01:49 AM »
Thanks a lot Dan.
Thanks a lot billwho.
Many thanks.

blaze

  • wattOS Veteran
  • Sr. Member
  • ****
  • Posts: 441
  • blazing away
    • View Profile
Re: How to change the wallpaper
« Reply #4 on: September 27, 2016, 10:43:16 AM »
Hi pure, and welcome to the wattOS forums. Please edit thread title (with: SOLVED) when problem is solved. It makes it much easier for others to find the solution if they have the same problem. :)
How To Ask Questions The Smart Way; http://www.catb.org/~esr/faqs/smart-questions.html

... and when SOLVED, please edit thread title in first post! :)

biffster

  • wattOS - head nerd
  • Administrator
  • Sr. Member
  • *****
  • Posts: 237
    • View Profile
Re: [Solved] How to change the wallpaper
« Reply #5 on: September 28, 2016, 02:45:49 AM »
Thanks guys for efforting through the little things.

I will be making a good attempt and getting some decent docs up on the wiki this week for the microwatt spelunkers :)

enjoy...biff

billwho

  • Full Member
  • ***
  • Posts: 34
    • View Profile
Re: [Solved] How to change the wallpaper
« Reply #6 on: September 29, 2016, 03:03:44 PM »
UPDATE:
Learning more about the parts of i3...

When you use feh to select a wallpaper,
feh makes an executable file in the home directory named .fehrc

Edit:
Code: [Select]
~/.config/i3/config

Make these changes:
Code: [Select]
#exec --no-startup-id feh --bg-scale /usr/share/wattOS/microwatt.jpg
exec --no-startup-id ~/.fehbg

The next time you change wallpaper using feh
the .fehrc will be updated with your changed wallpaper
on reboot .fehrc will be run which will set that wallpaper
without needing to re-edit the config file

Dan

  • Sr. Member
  • ****
  • Posts: 192
    • View Profile
Re: [Solved] How to change the wallpaper
« Reply #7 on: September 29, 2016, 04:04:15 PM »
Thanks billwho! I'll try this later!

Dan

  • Sr. Member
  • ****
  • Posts: 192
    • View Profile
Re: [Solved] How to change the wallpaper
« Reply #8 on: October 01, 2016, 10:40:52 PM »
UPDATE:
Learning more about the parts of i3...

When you use feh to select a wallpaper,
feh makes an executable file in the home directory named .fehrc

Edit:
Code: [Select]
~/.config/i3/config

Make these changes:
Code: [Select]
#exec --no-startup-id feh --bg-scale /usr/share/wattOS/microwatt.jpg
exec --no-startup-id ~/.fehbg

The next time you change wallpaper using feh
the .fehrc will be updated with your changed wallpaper
on reboot .fehrc will be run which will set that wallpaper
without needing to re-edit the config file

Thanks again billwho! That works great!

bob

  • Full Member
  • ***
  • Posts: 39
    • View Profile
Re: [Solved] How to change the wallpaper
« Reply #9 on: October 02, 2016, 07:45:57 PM »
Or if you're using dual monitors, remove the "exec feh" and add:

exec --no-startup-id nitrogen --restore

Of course, after adding screen 1,2,3 etc with nitrogen then adding it to the config of i3. :)