You are not logged in.

#1 2016-09-04 18:57:12

matmutant
Member
Registered: 2016-07-19
Posts: 39
Website

Bunsenlabs newbie UserConfig

As I installed BL a few weeks ago I noticed that although the whole thing was great and nearly perfect for my needs and Hardware, there were a some things I needed to customize (as anyone right?)

-Since I have a deficient memory when it comes to configs- I started a github repo to store my customizations regarding the system and its look.
This is mostly in case I break something and need to start from scratch

Nothing fancy at all, really, but it might be useful for someone else, so here it is:
https://github.com/matmutant/Bunsenlabs … /README.md

Obviously this is a WIP, but for now it mostly covers 1011PX related workarounds,  Conky and the custom username@host and root@host colors in CLI : ~/.bashrc
Bunsen_CLI_Colors.png

Bunsen_MediumRAM_HighTemp_.png

Have a nice day!

Offline

#2 2016-09-04 19:17:55

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Bunsenlabs newbie UserConfig

Are you aware of the BLOB Theme Manager, in Menu -> Accessories?

It will Save/Restore configs for:

Openbox theme
GTK theme
Conkys
Tint2
Desktop background
dmenu
LightDM theme
.bashrc, .Xresources
Terminator
+ Screenshot

Maybe a combination of this and your personal setup preferences would do the job?


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

#3 2016-09-05 09:39:24

matmutant
Member
Registered: 2016-07-19
Posts: 39
Website

Re: Bunsenlabs newbie UserConfig

damo wrote:

Are you aware of the BLOB Theme Manager, in Menu -> Accessories?

It will Save/Restore configs for:

Openbox theme
GTK theme
Conkys
Tint2
Desktop background
dmenu
LightDM theme
.bashrc, .Xresources
Terminator
+ Screenshot

Maybe a combination of this and your personal setup preferences would do the job?

No I wasn't apparently xD
Though I don't think the .bashrc also covers the root one, does it?
And the git way helps explaining why I did what and could be easily used on other distros too?

But you are right, I will look into the manager in time smile

Offline

#4 2016-09-06 18:31:01

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: Bunsenlabs newbie UserConfig

matmutant wrote:

Though I don't think the .bashrc also covers the root one, does it?

indeed.
if you want a prompt that changes color if root, you can put this in /etc/bash.bashrc:

if [[ ${EUID} == 0 ]] ; then
        sq_color="\[\033[0;31m\]"
else
        sq_color="\[\033[0;33m\]"
fi
cursor="\e[?16;0;200c"
PS1="$cursor$sq_color\342\226\210\342\226\210 \u@\h \w\n\[\033[0m\]\342\226\210\342\226\210 "
unset sq_color

just an example.
of course you can also use 2 seperate prompts, in your user's home and in /root.

Offline

Board footer

Powered by FluxBB