You are not logged in.
Offline
^ Sounds like S&M-OS
Or SadOS (the colors!).
Please use CODE tags for code.
Search youtube without a browser: repo | thread
BL quote proposals to this thread please.
my repos / my repos
Offline
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
@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
Online
Offline
^ Very nice and subdued. I like it a lot
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
^ Very nice and subdued. I like it a lot
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!!!
Offline
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
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.
Offline
Thanks for the follow up! That's the stuff...
Offline
Offline
^ Hot!
Before the New Year, I want to know... What is gYw and what is m?
Offline
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.
Please use CODE tags for code.
Search youtube without a browser: repo | thread
BL quote proposals to this thread please.
my repos / my repos
Offline
dwm forever.
I have buggered around with other wm's lately including Nates tiler, dk but I keep coming back to dwm.
One of the ArchLabs dudes
Obssesive Metalhead and practiced beer drinker
\m/
Dobbie's Suckless
Offline
^ And you nailed it. Great scrot.
Offline
^ Hot!
Before the New Year, I want to know... What is gYw and what is m?
...
The contents of a script generating a similar image is
#!/bin/bash
#
# This file echoes a bunch of color codes to the
# terminal to demonstrate what's available. Each
# line is the color code of one forground color,
# out of 17 (default + 16 escapes), followed by a
# test use of that color on all nine background
# colors (default + 8 escapes).
#
T='gYw' # The test text
echo -e "\n 40m 41m 42m 43m\
44m 45m 46m 47m";
for FGs in ' m' ' 1m' ' 30m' '1;30m' ' 31m' '1;31m' ' 32m' \
'1;32m' ' 33m' '1;33m' ' 34m' '1;34m' ' 35m' '1;35m' \
' 36m' '1;36m' ' 37m' '1;37m';
do FG=${FGs// /}
echo -en " $FGs \033[$FG $T "
for BG in 40m 41m 42m 43m 44m 45m 46m 47m;
do echo -en "$EINS \033[$FG\033[$BG $T \033[0m";
done
echo;
done
echo
T='gYw' # The test text seems to mean that you could change it to something else.
And as mentioned by ohnonot and from https://misc.flogisoft.com/bash/tip_col … formatting,
The ANSI/VT100 terminals and terminal emulators are not just able to display black and white text ; they can display colors and formatted texts thanks to escape sequences. Those sequences are composed of the Escape character (often represented by “^[” or “<Esc>”) followed by some other characters: “<Esc>[FormatCodem”.
Last edited by vasa1 (2020-12-20 03:46:32)
Using the Openbox (3.5.2) session of Lubuntu 14.04 LTS but very interested in BL :)
Offline
T='gYw'
A string of one character with descender, one capital (ascender) and one wide, perhaps? Or just a short random string without meaning designed not to catch your attention.
Online
What's m? Is it a time measurement? Why a semicolon?
Offline
T='gYw'
A string of one character with descender, one capital (ascender) and one wide, perhaps?
Good point! Though I'd have chosen a small 'm' instead (just to confuse hhh a little more) because those are usually more troublesome in monospaced fonts:
Please use CODE tags for code.
Search youtube without a browser: repo | thread
BL quote proposals to this thread please.
my repos / my repos
Offline
(just to confuse hhh a little more)
You... you!
Offline
^Thanks to ALL for the wonderful BunsenLabs year 2020.
My last Screenshots (I think )
I just notice that I didn't feel the need to change the background images for either Helium or Lithium. The design and aesthetics of this distribution is really at its best.
Here are my two desktops, the "nice" one and the one for "working".
Thanks!
Offline
@PackRat; thanks.
Offline
It's been a few months since I booted Lithium. Gotta love Debian stable, the upgrade and new kernel install went smooth as silk.
Offline
^ And you nailed it. Great scrot.
Thanks!
One of the ArchLabs dudes
Obssesive Metalhead and practiced beer drinker
\m/
Dobbie's Suckless
Offline
It's been a few months since I booted Lithium.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), idle Twitterings and GitStuff )
Offline