You are not logged in.

#21 2020-12-07 00:58:42

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

Re: December 2020 Screenshots

Some quality scrots! Cheers, everyone.


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

Offline

#22 2020-12-09 23:46:55

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

Re: December 2020 Screenshots

Well, configuring openbsd-cwm is a tremendous waste of time! :monkey:

Screenshot-from-2020-12-09-18-41-30.png

https://i.postimg.cc/D0Z2MhB6/Screensho … -41-30.png

Since I'm essentially relearning everything as if it was the first time, this ended up being at least two and a half hours of work, and the only noticeable difference is the addition of jgmenu, conky and compton. I also added a left gap so windows won't hide the panel, I've switched to xfce4-panel which I think is being ignored by cwm's app-switcher (I hope so, I hate that the panel can steal focus), some default keybinds to start my most used apps have been added, autostart now includes polkit, I installed xserver-xorg-input-synaptics and have touchpad click working via synclient, and I've installed bunsen-exit (what a great utility).


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

Offline

#23 2020-12-10 00:00:27

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

Re: December 2020 Screenshots

^ Sounds like S&M-OS  yikes


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

#24 2020-12-10 00:07:32

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

Re: December 2020 Screenshots

damo wrote:

^ Sounds like S&M-OS  yikes

Like I said, you can configure Cinnamon within an hour even if you've never used it before, and the additional 350M RAM it takes is fairly trivial. You could do the same with Bunsenlabs and only add ~70M RAM to the cwm desktop I have. Still, it's cool to get back to tinkering, and it's satisfying when you finally fix an issue (and maddening when you can't). Neither session seems to be interfering with the other, so no harm no foul. There are worse ways to spend a few hours at home.

Plus, it's a nice desktop, even at this early stage.

-edit- Posting my current minimal configs for anyone interested (thanks to @PackRat and bunsen-configs)...

.cwm (my autostart file)...

#!/bin/bash
xset b off
xset r rate 250 25
setxkbmap -option ctrl:nocaps
synclient VertEdgeScroll=0 HorizEdgeScroll=0 TapButton1=1 2>/dev/null
syndaemon -i .5 -K -t -R -d &
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
compton &
conky &
xfce4-panel &
nm-applet &
exec openbsd-cwm

.cwmrc...

borderwidth 2
color activeborder "#CC666A"
color inactiveborder "#C6D3D8"

#gap top bottom left right
gap 0 0 48 0

ignore conky
ignore xfce4-panel

bind-key 4-t mate-terminal
bind-key 4-b firefox
bind-key 4-f nemo
bind-key 4-a audacious
bind-key 4-m "jgmenu_run"
bind-key 4-x "bl-exit"
bind-key XF86AudioRaiseVolume    "amixer -q sset Master 5%+ unmute"
bind-key XF86AudioLowerVolume    "amixer -q sset Master 5%- unmute"
bind-key XF86AudioMute    "amixer sset Master,0 toggle"

Last edited by hhh (2020-12-10 00:34:07)


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

Offline

#25 2020-12-10 00:27:01

sleekmason
zoom
Registered: 2018-05-22
Posts: 1,103
Website

Re: December 2020 Screenshots

hhh wrote:
damo wrote:

^ Sounds like S&M-OS  yikes

Like I said, you can configure Cinnamon within an hour even if you've never used it before, and the additional 350M RAM it takes is fairly trivial. You could do the same with Bunsenlabs and only add ~70M RAM to the cwm desktop I have. Still, it's cool to get back to tinkering, and it's satisfying when you finally fix an issue (and maddening when you can't). Neither session seems to be interfering with the other, so no harm no foul. There are worse ways to spend a few hours at home.

Plus, it's a nice desktop, even at this early stage.

Exactly! I enjoy your posts:)  Always something new to see.

Offline

#26 2020-12-10 00:36:32

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

Re: December 2020 Screenshots

^ Cool, thanks!


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

Offline

#27 2020-12-10 07:05:18

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

Re: December 2020 Screenshots

damo wrote:

^ Sounds like S&M-OS  yikes

Or SadOS (the colors!).
wink

Offline

#28 2020-12-16 20:44:04

brontosaurusrex
Middle Office
Registered: 2015-09-29
Posts: 2,740

Re: December 2020 Screenshots

rTDS1Jd.png
With some guesswork on what version of firefox might run where, managed to get my expensiveClock to run with vbox/Debian, wsl1/Debian and on whatever/pi3 is running. Wallpaper svg.

@PackRat: What is that uxterm color scheme? (nice)

Last edited by brontosaurusrex (2020-12-16 21:13:26)

Offline

#29 2020-12-16 23:58:08

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,614

Re: December 2020 Screenshots

brontosaurusrex wrote:

@PackRat: What is that uxterm color scheme? (nice)

! special
*.foreground:   #d2d6d3
*.background:   #191a1b
*.cursorColor:  #d2d6d3

! black
*.color0:       #282a2e
*.color8:       #373b41

! red
*.color1:       #a54242
*.color9:       #cc6666

! green
*.color2:       #409457
*.color10:      #68bd7e

! yellow
*.color3:       #de935f
*.color11:      #f0c674

! blue
*.color4:       #235781
*.color12:      #2d80c5

! magenta
*.color5:       #85678f
*.color13:      #b294bb

! cyan
*.color6:       #5e8d87
*.color14:      #8abeb7

! white
*.color7:       #707880
*.color15:      #c5c8c6

You must unlearn what you have learned.
    -- yoda

Offline

#30 2020-12-17 15:58:32

korax_nyx
Member
Registered: 2020-12-14
Posts: 9

Re: December 2020 Screenshots

I installed Lithium recently on a new modest box and it runs smoothly, thanks to the help of this forum wink

I like the original colorscheme, so I customized Tint2, the Openbox theme and the wallpaper after it, in order to keep that Bunsenlabs flavour with a minimal different design.

Captura-de-pantalla-2020-12-17-12-13-30.png

Offline

#31 2020-12-17 16:56:15

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

Re: December 2020 Screenshots

^ Very nice and subdued. I like it a lot smile


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

#32 2020-12-18 02:55:50

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

Re: December 2020 Screenshots

damo wrote:

^ Very nice and subdued. I like it a lot smile

Uh, hell yeah.

Your first post in the Monthly thread, @korax? A forum newbie? Consider yourself micro-defrosted. My pick for Scrot of the Month. We don't pick a Scrot of the Month, but if we did!?!!

Now please link that wallpaper. And tell us what the Openbox theme is. And post your tint2 config and icon set. And bring us... A SHRUBBERY!!!


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

Offline

#33 2020-12-18 14:27:03

korax_nyx
Member
Registered: 2020-12-14
Posts: 9

Re: December 2020 Screenshots

Thank you very much, I have to make some time to put everything in Github and I'll leave the link here.

All the best.

Offline

#34 2020-12-18 16:38:24

korax_nyx
Member
Registered: 2020-12-14
Posts: 9

Re: December 2020 Screenshots

Hi again, I put the modified Openbox theme referenced above, a couple of wallpapers and Tint2 config here.

https://github.com/koraxnyx/bunsenlabs

I uploaded everything via web in a hurry from a machine without git installed, so the Openbox theme is zipped for convenience. It's a slightly modified version of the great Fleon theme.

In order to get rounded corners, you need to install Ibhagwan Picom fork as compositor https://github.com/ibhagwan/picom and use the compton.conf file provided with the rest of the files. If not, everything is the same, but without that rounded corners. The fork is light and stable in my machine.

Wallpapers tone modified to suit the theme. I don't know the original artists, sorry.

Regards.

Captura-de-pantalla-2020-12-17-12-26-02.png

Offline

#35 2020-12-19 03:04:58

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

Re: December 2020 Screenshots


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

Offline

#36 2020-12-19 07:18:08

Nili
Member
From: $HOME/♫♪
Registered: 2015-09-30
Posts: 1,271
Website

Re: December 2020 Screenshots

Well done everyone!

My last ones for this year.
50734764068_d20920772c_n.jpg50733427981_b38f047fc3_n.jpg
Credits: WM:CWM, FM:SpaceFM, Term:URxvt +top +ncal -3, Audio Player:mpv --shufle, Bar:conky-std,


Tumbleweed (Server) | KDE Plasma (Wayland)

Offline

#37 2020-12-19 16:14:29

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

Re: December 2020 Screenshots

^ Hot!

Before the New Year, I want to know... What is gYw and what is m?

Screenshot-from-2020-12-19-11-18-21.png

https://i.postimg.cc/RhdRp6zS/Screensho … -18-21.png


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

Offline

#38 2020-12-19 18:57:21

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

Re: December 2020 Screenshots

hhh wrote:

What is gYw and what is m?

The m has something to do with escape sequences for terminals:

# Colors
RED='\033[31m'
BLUE='\033[34m'
CYAN='\033[36m'
GREEN='\033[32m'
YELLOW='\033[33m'
END='\033[0;0m'
BOLD='\033[1m'

I think it's just part of the syntax.

I have seen "gYw" only ever in this particular terminal color showoff script. No idea.

Offline

#39 2020-12-19 19:49:16

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

Re: December 2020 Screenshots

2020-12-20-08-50-57-scrot.th.png

dwm forever.

I have buggered around with other wm's lately including Nates tiler, dk but I keep coming back to dwm.


"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

#40 2020-12-20 03:01:52

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

Re: December 2020 Screenshots


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

Offline

Board footer

Powered by FluxBB