What does your desktop look like?
Re: What does your desktop look like?
Awesome Addy, do you have time for JWM?
https://packages.debian.org/stretch/jwm
This stack WM is like Openbox / Fluxbox almost same features, but more lighter. JWM needs your hands over it to make more fresh
Regards!
Nili
https://packages.debian.org/stretch/jwm
This stack WM is like Openbox / Fluxbox almost same features, but more lighter. JWM needs your hands over it to make more fresh

Regards!
Nili
Fedora GNOME // Devuan CWM
Re: What does your desktop look like?
Makes me wanna go back to fluxbox which I used about 6 years ago or so. Great work Addy.
#aptitude install life
--------------------------------------------------------------------------------------------------------------
Devuan Beowulf - FreeBSD - Jessie (Media Center, yes, believe it)
--------------------------------------------------------------------------------------------------------------
Devuan Beowulf - FreeBSD - Jessie (Media Center, yes, believe it)
Re: What does your desktop look like?
I liked the stock KDE Plasma for Stretch pretty much as it is. Just changed the wallpaper.

https://imgur.com/2QewgFI
https://imgur.com/2QewgFI
- Head_on_a_Stick
- Posts: 13497
- Joined: 2014-06-01 17:46
- Location: /dev/chair
- Been thanked: 12 times
Re: What does your desktop look like?
Installing Debian stretch on zfs using grml:

https://grml.org/
EDIT: don't try that at home folks, grml is based on testing/unstable so the zfs version doesn't match with stretch
Had to do it again from a Debian live ISO:

I feel dirty now

https://grml.org/
EDIT: don't try that at home folks, grml is based on testing/unstable so the zfs version doesn't match with stretch

Had to do it again from a Debian live ISO:

I feel dirty now

golinux was right
Re: What does your desktop look like?
None, the wallpaper reminds me of old Gnome wallpapers. Nice job.
#aptitude install life
--------------------------------------------------------------------------------------------------------------
Devuan Beowulf - FreeBSD - Jessie (Media Center, yes, believe it)
--------------------------------------------------------------------------------------------------------------
Devuan Beowulf - FreeBSD - Jessie (Media Center, yes, believe it)
- Head_on_a_Stick
- Posts: 13497
- Joined: 2014-06-01 17:46
- Location: /dev/chair
- Been thanked: 12 times
- Head_on_a_Stick
- Posts: 13497
- Joined: 2014-06-01 17:46
- Location: /dev/chair
- Been thanked: 12 times
Re: What does your desktop look like?

72MiB for a bare desktop, nice.
I could get it lower by disabling systemd-networkd & systemd-resolved but I like their command line interfaces

Note also the lack of polkit, I can't stand that ****ing program...
golinux was right
Re: What does your desktop look like?
Openbox, Debian 9.7 and lemonbar.
Clean:


Bussy:

Colors:

P.S
Thanks Addy for this configurations. I just adapted them for my own needs.
Clean:


Bussy:

Colors:

P.S
Thanks Addy for this configurations. I just adapted them for my own needs.
- Head_on_a_Stick
- Posts: 13497
- Joined: 2014-06-01 17:46
- Location: /dev/chair
- Been thanked: 12 times
Re: What does your desktop look like?
^ Nice!
New version of dwm:

https://lists.suckless.org/dev/1902/33214.html
Looks exactly the same as the old version
And I've replaced the shell snippet filling the status bar with slstatus which, again, looks exactly the same but I think it's using fewer processor cycles than the /bin/sh script and it's more l33t so I like it.
New version of dwm:

https://lists.suckless.org/dev/1902/33214.html
Looks exactly the same as the old version

And I've replaced the shell snippet filling the status bar with slstatus which, again, looks exactly the same but I think it's using fewer processor cycles than the /bin/sh script and it's more l33t so I like it.
golinux was right
- Head_on_a_Stick
- Posts: 13497
- Joined: 2014-06-01 17:46
- Location: /dev/chair
- Been thanked: 12 times
Re: What does your desktop look like?
Switched from wpa_supplicant to iwd:

Needs a delay added to get it to connect reliably for some reason:
The supplied iwd.service should work fine with NetworkManager or wicd but I prefer systemd-networkd for that lovely unified user space unix-like feel.

Needs a delay added to get it to connect reliably for some reason:
Code: Select all
empty@shinken:~ $ systemctl cat iwd@ --no-p
# /etc/systemd/system/iwd@.service
[Unit]
Description=Wireless Network Service (%i)
Requires=sys-subsystem-net-devices-%i.device
After=sys-subsystem-net-devices-%i.device
[Service]
Type=oneshot
ExecStartPre=/bin/sleep 15
ExecStart=/usr/libexec/iwd -i %I
[Install]
Alias=multi-user.target.wants/iwd@%i.service
empty@shinken:~ $
golinux was right