You are not logged in.
Is there a way to set the wallpaper image and its attributes (scaled, stretched etc...) via the terminal?
Off-topic slightly, but is there also a way to reload conky via the terminal also?
I would like to reset the wallpaper automatically and conky's position after running my randr shell script to switch to another physical screen.
Offline
Is there a way to set the wallpaper image and its attributes (scaled, stretched etc...) via the terminal?
Off-topic slightly, but is there also a way to reload conky via the terminal also?
I would like to reset the wallpaper automatically and conky's position after running my randr shell script to switch to another physical screen.
You can set the background with 'feh' (see 'man feh'). Example:
feh --bg-scale /path/to/image
---------------
Reload conky session with
bl-conky-session
and see:
bl-conky-session --help
Also
conky -c /path/to/conkyrc
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
jimjamz wrote:Is there a way to set the wallpaper image and its attributes (scaled, stretched etc...) via the terminal?
Off-topic slightly, but is there also a way to reload conky via the terminal also?
I would like to reset the wallpaper automatically and conky's position after running my randr shell script to switch to another physical screen.
You can set the background with 'feh' (see 'man feh'). Example:
feh --bg-scale /path/to/image
Or with nitrogen...
nitrogen --restore
See man nitrogen...
http://www.linuxcertif.com/man/1/nitrogen/
Save the endangered Swedish iguana!
-edit- man feh (we can haz moar optionz) http://linux.die.net/man/1/feh
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
...
Or with nitrogen...nitrogen --restore
See man nitrogen...
http://www.linuxcertif.com/man/1/nitrogen/
...
But that restores a background with whichever mode was set in bg-saved.cfg. The OP asked how to set scaled/filled..etc from the terminal. I guess you could use a one-liner with 'sed' to edit the mode value in the config file, then '&& nitrogen --restore'.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
:~$ nitrogen -h
Usage:
--help, -h
Prints this help text.
--no-recurse
Do not recurse into subdirectories
--restore
Restore saved backgrounds
--save
Saves the background permanently
--set-auto
Sets the background to the given file (auto)
--set-centered
Sets the background to the given file (centered)
--set-color=[arg]
background color in hex, #000000 by default
--set-scaled
Sets the background to the given file (scaled)
--set-tiled
Sets the background to the given file (tiled)
--set-zoom
Sets the background to the given file (zoom)
--set-zoom-fill
Sets the background to the given file (zoom-fill)
--sort=[arg]
How to sort the backgrounds. Valid options are:
* alpha, for alphanumeric sort
* ralpha, for reverse alphanumeric sort
* time, for last modified time sort (oldest first)
* rtime, for reverse last modified time sort (newest first)
No idea why these options aren't all listed in the man file. EDIT: Also, I don't see any command-line option hat handles dual head/Xinerama.
Last edited by pvsage (2016-07-10 04:20:45)
Be excellent to each other, and...party on, dudes!
BunsenLabs Forum Rules
Tending and defending the Flame since 2009
Offline
@damo, thanks! I was just throwing another option out, I hadn't thought through the details or relevance!
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
:~$ nitrogen -h Usage: .....
No idea why these options aren't all listed in the man file. EDIT: Also, I don't see any command-line option hat handles dual head/Xinerama.
Well, whodathoughtit? I've always gone for 'man' for full usage. That is really crap of the devs for hiding all those switches behind an enigmatic, and not very amusing
--help A mystery option which saves the iguanas of Sweden
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Thank you to all of you for your suggestions. I will be 'man'ing all of those options, as well as checking out the --help prefix in case any other hidden options! :-)
Thanks again.
Offline
No idea why these options aren't all listed in the man file.
The --help options of a package usually get updated with the package itself, while the manual is often a bit behind. It's quite common to find stuff via --help that isn't in the manual, in my experience.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
... in your Bunsen-Orange folder, open /xfce-notify-4.0/gtkrc and change #e6e6e6 to #F23814 (twice, lines #12 and #40)...
When I look in this file it has line 40 with #808080.
#e6e6e6 appears at lines 12, 24, 25 and 30..?
Last edited by catch22 (2016-07-31 07:03:51)
Offline
I'm unstickying this thread, a lot of it needs to be updated and some of it is now obsolete.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
I'm looking for the hex code for the busen lithium "faded red"... call me silly but I can't find it in .Xresources etc.
edit; Belay that, found it!
Last edited by phuturism (2020-12-30 05:40:18)
Offline
^ Share the answer for anyone else looking for the info. TIA.
8bit
^ Share the answer for anyone else looking for the info. TIA.
8bit
The easy way is to use a colour-picker, available with eg geany, gimp, yad etc
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
^ Share the answer for anyone else looking for the info. TIA.
8bit
Yeah, my bad...
I actually cheated and found it via the forum at a post like this https://forums.bunsenlabs.org/viewtopic … 413#p95413
eight.bit.al wrote:^ Share the answer for anyone else looking for the info. TIA.
8bit
The easy way is to use a colour-picker, available with eg geany, gimp, yad etc
Thanks! Just tried it using geany.
Offline