Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

What does your non-Debian desktop look like?

Off-Topic discussions about science, technology, and non Debian specific topics.
Message
Author
User avatar
pawRoot
Posts: 603
Joined: 2016-12-28 18:26
Has thanked: 1 time
Been thanked: 1 time

Re: What does your non-Debian desktop look like?

#1336 Post by pawRoot »

^Miss Monique :D , good sets 8)

ruffwoof
Posts: 298
Joined: 2016-08-20 21:00

Re: What does your non-Debian desktop look like?

#1337 Post by ruffwoof »

Miss Monique
As background headphones music ... purrrfect.

OpenBSD cwm with a left screen gap ... use ctrl-alt-m to maximise windows (alt-tab to flip between them) ... works well IMO. https://youtu.be/9oTIsPe_x_g

User avatar
Lysander
Posts: 643
Joined: 2017-02-23 10:07
Location: London
Been thanked: 1 time

Re: What does your non-Debian desktop look like?

#1338 Post by Lysander »

Slackware VM - my 'testing ground' before things go bare metal. I don't use it as much as I used to, but it's nice to play around with.

Image

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: What does your non-Debian desktop look like?

#1339 Post by Head_on_a_Stick »

OpenBSD-current running dwm, xterm, ksh & neofetch:

Image

The status readout in the panel is showing the load average over the last minute, followed by the battery charge level and the date & time.

Here's the ~/.xinitrc:

Code: Select all

#!/bin/sh
xset s 300 # screensaver
while sleep 1; do xsetroot -name "$(uptime|awk '{gsub(",","");print $9}')  •  $(apm|awk '/Battery/{print $4}')  •  $(date +'%F  •  %T')"; done &
sh ~/.fehbg # wallpaper
exec dwm
deadbang

User avatar
HuangLao
Posts: 485
Joined: 2015-01-27 01:31
Been thanked: 1 time

Re: What does your non-Debian desktop look like?

#1340 Post by HuangLao »

Devuan ASCII, Xfce (wallpaper "borrowed" from Xubuntu LiveCD) :mrgreen:
Image
full size
http://i.imgur.com/ATmHCPf.png

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1398
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 46 times
Been thanked: 68 times

Re: What does your non-Debian desktop look like?

#1341 Post by None1975 »

Head_on_a_Stick wrote:OpenBSD-current running dwm, xterm, ksh & neofetch
I'm always happy to see your screen shots. Oh, how I would like to use openbsd, but I can not, because my nvidia card is not supported.
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

ruffwoof
Posts: 298
Joined: 2016-08-20 21:00

Re: What does your non-Debian desktop look like?

#1342 Post by ruffwoof »

Head_on_a_Stick wrote: Here's the [OpenBSD] ~/.xinitrc:

Code: Select all

#!/bin/sh
xset s 300 # screensaver
while sleep 1; do xsetroot -name "$(uptime|awk '{gsub(",","");print $9}')  •  $(apm|awk '/Battery/{print $4}')  •  $(date +'%F  •  %T')"; done &
sh ~/.fehbg # wallpaper
exec dwm

Code: Select all

xsetroot -bg \#121212 -mod 3 3
Is a nice effect, dark boxy

I also set audiomixer boost on

Code: Select all

# .xinitrc
xsetroot -bg \#121212 -mod 3 3
mixerctl outputs.hp_boost=on &
xclock -digital -strftime "%H:%M %a %d %b" -fn "-b&h-lucida-bold-r-*-*-20-*-*-*-*-*-*-*" -geometry 228x28+10+0 -padding 0 -fg "#FFFFFF" -bg black -hd "#92FF92" -hl SteelBlue4 &
xload -nolabel -fg green -bg black -hl red -geometry 60x24+1380+0 &
exec cwm

Code: Select all

# .cwmrc
# 
gap 24 0 0 0
ignore xclock
ignore xload

color inactiveborder Black
color activeborder "#494949" # DarkGray
color groupborder "#01a252"
color urgencyborder "#3d9751"
color selfont "#0034A9"
color font "#FFFFFF"
color menufg "#49F6F6"
color menubg "#333333"
fontname "DejaVu Sans:size=11:antialias=true"
bind-key CM-comma "mixerctl outputs.master=-5"
bind-key CM-period "mixerctl outputs.master=+5"

command "   " "true"
command " firefox-esr " "firefox-esr"
command " xterm " "/usr/bin/env LANG=en_US.UTF-8 /usr/X11R6/bin/xterm -fa DejaVu:size=11"
command " xcalc " "xcalc"
command " xedit " "xedit"
command "  " "true"
#command " Quit cwm " "xdotool key Control_L+alt+shift+q"
#command " Restart cwm " "xdotool key Control_L+shift+alt+r"
# Show cpu temperatures
#/sbin/sysctl hw.sensors | grep temp | sed 's/hw.sensors.//' | /usr/X11R6/bin/xmessage -nearmouse -file -"
#command " CPU temp " "/home/user/.cpu-temp"
command " top " "xterm -e top"
command " Reboot " "xterm -e su - root -c 'shutdown -r now'"
command " Shutdown " "xterm -e su - root -c 'shutdown -p now'"
command "    " "true"
Neat 'trick' to get all sound sources merged ...
https://www.openbsd.org/faq/faq13.html#recordmon
so for instance if you're recording the desktop then the recording will also record you mic and any videos/youtubes that you might be playing at the time.

I just love OpenBSD's sndio/OSS quality levels (and relative simplicity).

jibberjabber
Posts: 162
Joined: 2016-01-10 16:58

Re: What does your non-Debian desktop look like?

#1343 Post by jibberjabber »

This is OpenBsd, with openbox WM
Image

ruffwoof
Posts: 298
Joined: 2016-08-20 21:00

Re: What does your non-Debian desktop look like?

#1344 Post by ruffwoof »

OpenBSD base + firefox-esr + ddclient (for dynamic dns to point fixed domain name to desktop PC's httpd server). Running cwm.

Image

Screenshot created using xwd, converted to png using online image converter.

Firefox used to play videos, listen to radio stations, online calendar and email. Google docs uses for spreadsheets. xedit used to create html documents, firefox used to display the html files created using xedit and print to PDF.

User avatar
pawRoot
Posts: 603
Joined: 2016-12-28 18:26
Has thanked: 1 time
Been thanked: 1 time

Re: What does your non-Debian desktop look like?

#1345 Post by pawRoot »

^I never understood how can you people use those 90's looking desktops, it just looks terrible.

User avatar
Nili
Posts: 441
Joined: 2014-04-30 14:04
Location: $HOME/♫♪
Has thanked: 5 times
Been thanked: 3 times

Re: What does your non-Debian desktop look like?

#1346 Post by Nili »

pawRoot wrote:^I never understood how can you people use those 90's looking desktops, it just looks terrible.
It is understandable, to me atleast, some like Raw & Dirty Linux / Unix style. Some others like Windows or MAC imitation. A matter of preferences as usual.
openSUSE Tumbleweed KDE/Wayland

♫♪ Elisa playing...
Damascus Cocktail ♪ Black Reverie ♪ Dye the sky.

ruffwoof
Posts: 298
Joined: 2016-08-20 21:00

Re: What does your non-Debian desktop look like?

#1347 Post by ruffwoof »

pawRoot wrote:^I never understood how can you people use those 90's looking desktops, it just looks terrible.
Spend little time looking at the desktop. Mostly launching programs via the key code and the first 2 or 3 characters of the program name fir ... for firefox for instance. Thereafter the cwm window manager is invisible, no window title, no window buttons ...etc. Mostly full screen per program, alt-tab between them. Less tendency to use xcalc or xedit myself as well, bc and vi instead. If you prefer more graphical switching, just install skippy-xd.

Fully security audited system that includes a more secure version of X (and httpd ...etc.). Only other program being firefox ... which is constantly under security review. Base + 50 libs (non base). Relatively few cases of potential bugs (where any single bug could open up a security vulnerability).

So more a case of what the programs look like (decorations). You can of course always load a pretty wallpaper as your desktop.

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: What does your non-Debian desktop look like?

#1348 Post by debiman »

ruffwoof, what about the fonts?
can these be made to look as nice as, say, on ubuntu, with OpenBSD?

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: What does your non-Debian desktop look like?

#1349 Post by Head_on_a_Stick »

debiman wrote:what about the fonts?
can these be made to look as nice as, say, on ubuntu, with OpenBSD?
Yes, OpenBSD-current uses a recent fontconfig (and freetype) version, I use the same fonts.conf in both Debian & OpenBSD (with Win10 fonts) and they both look the same.

I'll edit this with a scrot later.

EDIT:

Image
Last edited by Head_on_a_Stick on 2018-07-07 14:19, edited 2 times in total.
deadbang

ruffwoof
Posts: 298
Joined: 2016-08-20 21:00

Re: What does your non-Debian desktop look like?

#1350 Post by ruffwoof »

debiman wrote:ruffwoof, what about the fonts?
can these be made to look as nice as, say, on ubuntu, with OpenBSD?
Image

Wasn't until after I'd uploaded the above image that I noticed the screen grab command didn't get recorded, hence the black square box. That aside the default fonts in OpenBSD are reasonable/good. I just use the 9MB installation ramdisk image to install OBSD and pretty much leave the default (secure) config as-is, other than pulling in my own .Xdefaults, .xinitrc and .cwmrc config files. I haven't used Ubuntu, so can't say what the comparison might be like, things like Ubuntu upgrade causing some PC's to be bricked (or requiring firmware re-installation) has kept me away from ever desiring to try it out.

Edit: Head_on_a_Stick posted as I was typing up my post. Whilst Head_on_a_Stick is tracking --current I personally track --release. I don't compile anything, just use pkg_add (similar to apt-get), for updates I use M:tier's openup (similar to running apt-get update). Installation takes around 5 minutes (at boot prompt boot a bsd.rd i.e. ramdisk file) and mostly just pressing Enter. That's to bare metal (full PC/HDD installation). New release every 6 months. Whilst I could use the Upgrade option (takes around the same amount of time), personally I reinstall freshly as I keep my data files outside of the OBSD system files (on another OBSD headless box that we use as a family server). I do also activate the inbuild httpd web server and associate that to a dynamic dns domain name, so I can be 'called' by others from anywhere. httpd is a cut down apache like web server, easy to set up/use (and secure).

ruffwoof
Posts: 298
Joined: 2016-08-20 21:00

Re: What does your non-Debian desktop look like?

#1351 Post by ruffwoof »

I did try iridium the other day, a chromium like alternative to firefox. Liked it a lot functionally and it seems to run googledocs (spreadsheets etc.) very quickly, other than the initial loading/starting about as quick as running libre scalc locally. The downside for me is that I've used firefox longer term so familiarity and choice of plugins/extensions are all 'easy' whereas with iridium I struggled (unfamiliarity). Another benefit of iridium is that it is Pledged I believe, so more secure (Pledge is OpenBSD's method of monitoring that programs stay within the boundaries of what they're expected to do/use). OBSD also comes with a nightly security check of things, i.e. potential intrusion detection. I do add to that a mtree scan of all bin, sbin, lib, etc ... etc files so any changes result in a checksum mismatch (additional intrusion detection such as if a trojan is piggy-backed on top of a lib).

Image

User avatar
Nili
Posts: 441
Joined: 2014-04-30 14:04
Location: $HOME/♫♪
Has thanked: 5 times
Been thanked: 3 times

Re: What does your non-Debian desktop look like?

#1352 Post by Nili »

Image

As usual: Openbox with help of Blocks theme by addy-dclxvi | Tint2 | Conky | Compton | URxvt
openSUSE Tumbleweed KDE/Wayland

♫♪ Elisa playing...
Damascus Cocktail ♪ Black Reverie ♪ Dye the sky.

Wheelerof4te
Posts: 1454
Joined: 2015-08-30 20:14

Re: What does your non-Debian desktop look like?

#1353 Post by Wheelerof4te »

^Top quality Openbox rice there. I like both the theme and wallpaper. Please keep it for a while, it looks so good :)
I am also surprised to see those good-looking fonts. Usually, when I think of WMs, I think of bad font rendering.

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: What does your non-Debian desktop look like?

#1354 Post by debiman »

thanks ruffwoof and HoaS; the freetype fonts in the screenshots look just as good as on my system!

User avatar
Nili
Posts: 441
Joined: 2014-04-30 14:04
Location: $HOME/♫♪
Has thanked: 5 times
Been thanked: 3 times

Re: What does your non-Debian desktop look like?

#1355 Post by Nili »

Wheelerof4te wrote:^Top quality Openbox rice there. I like both the theme and wallpaper. Please keep it for a while, it looks so good :)
I am also surprised to see those good-looking fonts. Usually, when I think of WMs, I think of bad font rendering.
Thanks mate! Thanks goes to addy-dclxvi aswell, he made it all possible. Background i found on unsplash.com somewhere on the Asian tag. I usually change them often. I don't have much work with configs, but i am keeping a bit this recently.

Regarding font, Iosevka is very good one for both GTK/CLI.
I've been holding it for a while this font, I'm not goin change very soon.

Thanks again!
Regards!
openSUSE Tumbleweed KDE/Wayland

♫♪ Elisa playing...
Damascus Cocktail ♪ Black Reverie ♪ Dye the sky.

Post Reply