You are not logged in.

#61 2017-03-03 06:46:30

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,853

Re: [SOLVED] Replicating BL in Arch

We just released our 1st update.
http://archlabs.prophpbb.com/post60.html#p60

Pretty bloody proud of this one man.


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#62 2017-03-03 07:51:35

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: [SOLVED] Replicating BL in Arch

@Dobbie, re: notifications...

https://forums.bunsenlabs.org/viewtopic … 310#p46310

I'll post my css here next time I log into my laptop (I'm in bed on my phone atm).


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#63 2017-03-03 07:56:46

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,853

Re: [SOLVED] Replicating BL in Arch

hhh wrote:

@Dobbie, re: notifications...

https://forums.bunsenlabs.org/viewtopic … 310#p46310

I'll post my css here next time I log into my laptop (I'm in bed on my phone atm).


Oh yeah!!  That will be sweet.


I'm gonna release a +2 release soon as I have realised I have a few things I should have done.  It will be a big ISO to donwload but worth it in the end.


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#64 2017-03-03 14:41:10

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: [SOLVED] Replicating BL in Arch

ARCHLabs Bunsen xfce4-notifyd theme, first draft (see the scrot in my previous post)...

#XfceNotifyWindow {
    background-color: #3a3a3a;
    border-radius: 1px;
    border: 1px solid #3a3a3a;
    padding: 20px;
}

#XfceNotifyWindow:hover {
    background-color: shade(#3a3a3a, 1.2);
}

#XfceNotifyWindow label,
#XfceNotifyWindow image {
    color: #e6e6e6;
}

#XfceNotifyWindow label#summary {
    font-weight: Bold;
}

#XfceNotifyWindow button {
    font-weight: Bold;
    border: 1px solid shade(#3a3a3a, .80);
    box-shadow: none;
    background-image: none;
    background-color: #3a3a3a;
    color: #e6e6e6;
}

#XfceNotifyWindow button:hover {
    box-shadow: none;
    background-image: none;
    background-color: shade(#3a3a3a, 1.15);
    color: #e6e6e6;
}

#XfceNotifyWindow progressbar {
    min-height: 10px;
    border-radius: 3px;
}

#XfceNotifyWindow progressbar progress {
    background-image: none;
    background-color: shade (#ddd, 0.65);
    border: 1px solid shade (#ddd, 0.55);
}

#XfceNotifyWindow progressbar trough {
    background-image: linear-gradient(to bottom,
                                      shade(#ddd, 0.98),
                                      shade(#ddd, 1.25)
                                      );
    border: 1px solid shade(#ddd, 0.8);
    border-radius: 3px;
}

As my laptop keyboard is shot and my USB keyboard has no volume or backlight keys, I have no idea how the "progress bar" / trough looks. If someone could test this and link to a post in the scrot thread so I can see what it looks like, I'd be much obliged.


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#65 2017-03-03 14:58:48

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: [SOLVED] Replicating BL in Arch

^Woops, what to do with it...

In ARCHLabs Bunsen, create the folder/file xfce4-notify-4.0/gtk.css and paste the above css into it. Then open xfce4-notifyd-config and ARCHLabs Bunsen should appear there.


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#66 2017-03-03 17:21:21

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,853

Re: [SOLVED] Replicating BL in Arch

Thanks for that H3, works perfectly:

https://scrot.moe/image/1esCm

All we need now is the Blackish Theme updated. My version is a bit off with check boxes etc.  I am a noob when it comes to themeing to say the least


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#67 2017-03-03 19:54:15

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: [SOLVED] Replicating BL in Arch

^Nice! Just verify that the volume icon changes as the volume is raised, please (radiation lines "light up").

A note on the GTK3 theme of ARCHLabs Bunsen... menu check-boxes are reversed, meaning disabled options have a solid check next to them and enabled ones have a dim check-mark.

It'll probably be several days, maybe more, before I can get to Blackish.


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#68 2017-03-03 21:07:17

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,853

Re: [SOLVED] Replicating BL in Arch

hhh wrote:

^Nice! Just verify that the volume icon changes as the volume is raised, please (radiation lines "light up").

A note on the GTK3 theme of ARCHLabs Bunsen... menu check-boxes are reversed, meaning disabled options have a solid check next to them and enabled ones have a dim check-mark.

It'll probably be several days, maybe more, before I can get to Blackish.


Can confirm the volume icon updates correctly.

Have you completely finished a Bunsen GTK3 theme?


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#69 2017-03-07 05:41:52

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,853

Re: [SOLVED] Replicating BL in Arch

So the Website and new release are out and ready to go.

https://archlabsblog.wordpress.com/

Downloads at the website.


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#70 2017-03-07 07:49:27

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,063
Website

Re: [SOLVED] Replicating BL in Arch

^ Congratulations Dobbie, great work smile

So is this thread [SOLVED] then?

8o

Offline

#71 2017-03-07 08:17:56

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: [SOLVED] Replicating BL in Arch

Dobbie03 wrote:

Can confirm the volume icon updates correctly.

Have you completely finished a Bunsen GTK3 theme?

Thanks for checking that. And not even close, me bucko! I just got SASS  up and running, and all of the gtk3 themes I've seen are very complex.

I very briefly worked with Greybird and want to look at Arc as well. I'll probably, fingers crossed,  have Greybird 90% to my liking by the end of the weekend if I can give it a couple of hours every day till then, but that's a very rough estimate as I have no idea what surprises that gtk3 crapfest has up its sleeve.

Congrats on the website, and the pic of Toola is hysterical! If you could make one correction, we go by BunsenLabs, one word, or BunsenLabs Linux if you're not into the whole brevity thing. BL for short, bunsenlabs in our logo. Thanks!


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#72 2017-03-07 16:42:45

dolly
Miss Mixunderstand
From: /lab701
Registered: 2015-10-03
Posts: 490

Re: [SOLVED] Replicating BL in Arch

Great work Dobbie03, +3 iso makes me go yikes

Offline

#73 2017-03-07 20:01:59

lowrider
Member
From: Germany
Registered: 2015-09-29
Posts: 358

Re: [SOLVED] Replicating BL in Arch

Great work @Dobbie03.
Got it up and running, everything good so far. Just one thing, to make polkit working correct i had to change one line in ~/.config/openbox/autostart
from

/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &

to

/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &

Offline

#74 2017-03-08 04:30:27

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,853

Re: [SOLVED] Replicating BL in Arch

@H_o_a_S:  Feel free to mark as solved if you wish.

h3: If I can help in anyway, please let me know.  I'll update the webpage etc with the correct name format.
I think Toola's wife referred to him as a "window licker" after seeing that pic.

@dolly:  Thanks, it has the same effect on myself.

@lowrider:  Glad to hear, thanks for that I will add that to the tip forum.


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#75 2017-03-08 07:42:44

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: [SOLVED] Replicating BL in Arch

I have a working theme up...

https://forums.bunsenlabs.org/viewtopic … 693#p46693

Let me know what bugs you find.

@Dobbie, please update your OP with the link to your site.

Cheers!


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#76 2017-03-09 04:32:56

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,853

Re: [SOLVED] Replicating BL in Arch

Thanks h3, will check it out.

Post updated.


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#77 2017-03-09 12:27:26

luvalem
Member
Registered: 2017-02-22
Posts: 20

Re: [SOLVED] Replicating BL in Arch

@Dobbie03 and friends
I just installed it, you did a great job, it's for me the archlinux version with the most user-friendly installer I've tried. Remains for me to change the language in French but, it remains of the excellent work.
Excuse my rudimentary English.

Offline

#78 2017-03-09 12:45:18

Steve
Member
Registered: 2017-01-03
Posts: 642

Re: [SOLVED] Replicating BL in Arch

Ooohh, its up. Congrats Dobbie and others involved. I download this Tommorow and take it for a spin.

Offline

#79 2017-03-10 04:42:14

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,853

Re: [SOLVED] Replicating BL in Arch

@ luvalem and Steve.

Thanks guys.


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#80 2017-04-02 22:00:47

thoro
Member
Registered: 2015-09-30
Posts: 38

Re: [SOLVED] Replicating BL in Arch

@Dobbie03 I'll give ArchLabs a chance. Could be the main operating system on my laptop.

Offline

Board footer

Powered by FluxBB