Share Your Desktop

2022-03-18-14:10:36-screenshot

2022-03-18-14:20:03-screenshot

2022-03-18-14:20:53-screenshot

2022-03-18-14:21:18-screenshot

2022-03-18-14:25:33-screenshot

2022-03-18-14:26:42-screenshot

2022-03-18-14:28:16-screenshot

12 Likes

Screenshot-2022-03-18_21:15:36

18 Likes

Great setup/background/folder icons. What’s the β€œfetch” you used? pfetch?

1 Like

Endeavour OS i3. No xfce-i3 this time. I just added xfce-panel for the whisker menu and a bit of normalcy as well as touchegg to get the virtual desktop swipes on the touchpad gestures.

My next install might be Arch/i3. Minimalism at it’s best with the most well documented distro ever paired to the most well documented wm ever. This is also my first attempt at EOS on an external HD. I’ll probably keep this up for testing so I now have a hotswappable HD on demande for metal testing. Interesting start to a Friday night.

2022-03-18-17:43:05-screenshot

2022-03-18-17:49:37-screenshot

6 Likes

Thank you :slight_smile:

It 's a pfetch-like script but not pfetch. It’s very small and simple. Here you are:

#!/usr/bin/env bash

#colors
c00=$'\e[0;30m'
c01=$'\e[0;31m'
c02=$'\e[0;32m'
c03=$'\e[0;33m'
c04=$'\e[0;34m'
c05=$'\e[0;35m'
c06=$'\e[0;36m'
c07=$'\e[0;37m'
c08=$'\e[1;30m'
c09=$'\e[1;31m'
c10=$'\e[1;32m'
c11=$'\e[1;33m'
c12=$'\e[1;34m'
c13=$'\e[1;35m'
c14=$'\e[1;36m'
c15=$'\e[1;37m'

f0=$'\e[1;30m'
f1=$'\e[1;37m'
f2=$'\e[0;37m'

#infos
DISTRO=`(lsb_release -ds | cut -b 2-12)` 
VERSION=`(lsb_release -rs)`
KERNEL_RELEASE=`uname -r | cut -b 1-7`
PKGNUM=`pacman -Q|wc -l`
UPTIME=`uptime -p | sed 's/up //'`
GTKTHEME=`sed -n 's/^.*gtk-theme.*"\(.*\)".*$/\1/p' ~/.gtkrc-2.0`

if [ -z "${WM}" ]; then
	if [ "${XDG_CURRENT_DESKTOP}" ]; then
		envtype='DE:'
		WM="${XDG_CURRENT_DESKTOP}"
	elif [ "${DESKTOP_SESSION}" ]; then
		envtype='DE:'
		WM="${DESKTOP_SESSION}"
	elif [ -f "${HOME}/.xinitrc" ]; then
		envtype='WM:'
		WM="$(tail -n 1 "${HOME}/.xinitrc" | cut -d ' ' -f 2)"
	fi
else
	envtype='WM:'
fi

cat << EOF

${c01}    .--.---.
${c01}   ( \\'--'/ )           ${c01}$USER${c06}   @${c06}$HOSTNAME
${c01}  ( '..-...' )       ${c06}distro   ${c01}$DISTRO
${c01}   '.'-._.'.'       ${c06}version   ${c06}$VERSION
${c10}    <'-.,.->         ${c06}kernel   ${c06}$KERNEL_RELEASE 
${c10}       \`\\(            ${c06}wmngr   ${c01}${WM}   
${c10}       < \\ /\\         ${c06}shell   ${c06}$SHELL
${c10}       __ \\|/          ${c06}pkgs   ${c06}$PKGNUM
${c10}           \\${c07}

EOF


The second script (in my …collection, from my #! years) takes the colors from .Xresources:

#!/usr/bin/env bash

# Author: SuNjACk
# Source: http://crunchbang.org/forums/viewtopic.php?pid=135226#p135226

xdef="$HOME/.Xresources"
colors=( $( sed -re '/^!/d; /^$/d; /^#/d; s/(\*color)([0-9]):/\10\2:/g;' $xdef | grep 'color[01][0-9]:' | sort | sed  's/^.*: *//g' ) )

echo -e "\e[1;37m 
 Black    Red      Green    Yellow   Blue     Magenta   Cyan    White   
 ──────────────────────────────────────────────────────────────────────\e[0m"
for i in {0..7}; do echo -en "\e[$((30+$i))m ${colors[i]} \e[0m"; done
echo
for i in {8..15}; do echo -en "\e[1;$((22+$i))m ${colors[i]} \e[0m"; done
echo -e "\n"

5 Likes

If it ain’t broke, fix it till it is

Screenshot-2022-03-23_07:29:05

14 Likes

Long time no see. Less, is still more.

Screenshot_20220323_093647

Screenshot_20220323_093943

I will probably change the Latte Dock icons to a black and white set, but this will do for now.

15 Likes

Sway + nwg-panel:
20220323_18h34m18s_grim

20220323_18h45m15s_grim

8 Likes

berrywm

1

2

9 Likes

That looks really nice. Why did you choose berrywm?

I have chosen berrywm
because it is minimal
and i like berrywm

1 Like

Why I am feeling that the bottom left terminal is indicating various Unown forms ?
image
:sweat_smile:

1 Like

Spring is coming.
New look, new polybar and light theme.

Screenshot-2022-03-24_08:11:12

13 Likes

I love β€œShits” :rofl:

2 Likes

Cool.
berry is beautiful. I was looking adi1090x’s screenshot/dotfiles yesterday. Maybe my next …wm-hopping :joy:

2 Likes

β€˜news’ always are… :crazy_face:

1 Like

purple it is
image

13 Likes

Very nice.
What’s the name of your bar weather script/module ? I am trying to add a β€œwind part” in my polybar (this one, but no wind).
Thank you.

You should have wind basics given the supplier you are using. Here is a piece of the (pretty version) of the json file that is returned:

Summary
{
  "lat": 43.7,
  "lon": -79.42,
  "timezone": "America/Toronto",
  "timezone_offset": -14400,
  "current": {
    "dt": 1594484845,
    "sunrise": 1594460804,
    "sunset": 1594515561,
    "temp": 24.59,
    "feels_like": 25.04,
    "pressure": 1002,
    "humidity": 83,
    "dew_point": 21.51,
    "uvi": 9.47,
    "clouds": 40,
    "visibility": 14484,
    "wind_speed": 5.7,
    "wind_deg": 300,

You will notice the info at the bottom of the section I show. This, BTW is from the OneCall API - I didn’t check how your source was using the call…

I use this in a conky instead - but I can’t see any problem extracting what you want to where you want it…

1 Like

little xfce fun on 2015 Macbook air :innocent:
Simple-Shjim-xfce-MacbookAir

Simple-Shjim-xfce-MacbookAir-2

Simple-Shjim-xfce-MacbookAir-3

12 Likes