You are not logged in.
Latest Alpha release on github: BLOB v1.1.2-alpha
If conky or tint2 are not selected to be saved for the config, they are hidden for the screenshot.
^ And fixed the pesky bug
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
Just a little aside here , will BLOB be included on the next iso release !
My Linux installs are as in my music; it s on Metal
Offline
Just a little aside here , will BLOB be included on the next iso release !
It depends on `yad`, which is likely to be in `jessie-backports`, so may not be included in the iso depending on what is decided about backported apps.
It is likely to be available from our repos though.
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
altman wrote:Just a little aside here , will BLOB be included on the next iso release !
It depends on `yad`, which is likely to be in `jessie-backports`, so may not be included in the iso depending on what is decided about backported apps.
It is likely to be available from our repos though.
Thanx for the comeback Cptn , can yad backport be included in BL iso install &/or have jessie-backport included on iso repo somehow on next BL release !
My Linux installs are as in my music; it s on Metal
Offline
... can yad backport be included in BL iso install &/or have jessie-backport included on iso repo somehow on next BL release !
It is being discussed atm.
Bugfix - latest release is BLOB v1.1.3-alpha
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
altman wrote:... can yad backport be included in BL iso install &/or have jessie-backport included on iso repo somehow on next BL release !
It is being discussed atm.
Bugfix - latest release is BLOB v1.1.3-alpha
Thanx for your comeback & constant hard work here mate .
Last edited by altman (2015-11-02 13:42:56)
My Linux installs are as in my music; it s on Metal
Offline
Added Terminator config to Save options (it only appears if set as x-terminal-emulator): BLOB v1.1.4-alpha
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
Wow , thanx for the continual progress here damo .
My Linux installs are as in my music; it s on Metal
Offline
Added Terminator config to Save options (it only appears if set as x-terminal-emulator): BLOB v1.1.4-alpha
Awesome!!! Thank you
Offline
BLOB v1.1.2-alpha --- ⚒
I've added a github branch, with a Terminator config option, if you want to test it
⚒ --- BLOB v1.1.4-alpha
blobblobblob...
You code faster than I find time to test!
edit - some yad errors, doesn't look dangerous:
** (yad:1372): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
XGetWindowProperty[_NET_WM_DESKTOP] failed (code=1)
/home/nore/bin/blob-1.1.4-alpha/blobthemes: line 611: 1395 Killed lxappearance
XGetWindowProperty[_NET_WM_DESKTOP] failed (code=1)
** (yad:1476): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Last edited by nore (2015-11-03 08:34:24)
Offline
^ One of those errors is due to gtk, and is thrown up by many applications, so I ignore it.
The `XGetWindowProperty` happens when there is a call to show the conkys after hiding them for the screenshot. No harm done afaics, so I haven't bothered trying to track it down yet.
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
I guess this is not relevant since I don't strictly use BL but a Postbang thingy. I set the background with feh, but I need to re-login to get the background restored.
Maybe I'm asking too much, but what about saving bash colors too?
Offline
I guess this is not relevant since I don't strictly use BL but a Postbang thingy. I set the background with feh, but I need to re-login to get the background restored.
Maybe I'm asking too much, but what about saving bash colors too?
feh works for me - the bg is changed immediately, so I don't know what is happening at your end. But while checking the code, I see a way to make it neater (and may make a difference for you?): around line #1023, change
#eval $(cat ~/.fehbg)
source $HOME/.fehbg
Bash colours - should be easy enough, but how often do people change terminal colours with theme changes? (Is it just a question of saving ~/.bashrc? I can't remember!). Terminator config holds the terminal palette, and can now be saved BTW.
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
my 2 cents regarding feh,
i use two simple commands on my .xinitrc
#make randomized images wallpaper on every log-in from tokyog directory
feh --randomize --bg-scale ~/tokyog/*
#set static image on every log-in or exit/re-join wm
feh --bg-scale ~/pictures/wallpapers/pink_anime_train_by_onlytheghosts-d8sdupp.jpg
Tumbleweed (Server) | KDE Plasma (Wayland)
Offline
feh works for me - the bg is changed immediately, so I don't know what is happening at your end. But while checking the code, I see a way to make it neater (and may make a difference for you?): around line #1023, change
#eval $(cat ~/.fehbg) source $HOME/.fehbg
That did it. It works now. Thanks, damo.
.... how often do people change terminal colours with theme changes? (Is it just a question of saving ~/.bashrc? I can't remember!).
Don't they? Well... I'm a bit of a geek then, LOL. I guess not many BL users use X apps like, urxvt, xcalc, xpdf, xclock, etc... That's when changing the Xcolors makes all the sense. Maybe for BL is overkill.
Just for the record, they can be in ~/.bashrc but more typically they live in ~/.Xresources with the rest of the X apps settings. After saving the changes bash should be re-sourced for the new settings to take effect.
source ~/.bashrc
Offline
damo wrote:.... how often do people change terminal colours with theme changes? (Is it just a question of saving ~/.bashrc? I can't remember!).
Don't they? Well... I'm a bit of a geek then, LOL. I guess not many BL users use X apps like, urxvt, xcalc, xpdf, xclock, etc... That's when changing the Xcolors makes all the sense. Maybe for BL is overkill.
Just for the record, they can be in ~/.bashrc but more typically they live in ~/.Xresources with the rest of the X apps settings. After saving the changes bash should be re-sourced for the new settings to take effect.
source ~/.bashrc
That should be easy to implement - "Save Xresources" sound OK?
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
Good for me, but maybe I'm the only one wanting that.
Offline
@Snap
Try out this version (it saves/restores .bashrc & .Xresources): blobthemes (github `termcol` branch)
It makes a backup of the files before restoring over them BTW
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
So cool! Thanks, damo!
Offline
it saves/restores .bashrc & .Xresources
Excellent, thank you!
For zsh & .Xdefaults users:
sed -i 's/Xresources/Xdefaults/g' blobthemes
sed -i 's/bashrc/zshrc/g' blobthemes
Offline