You are not logged in.

#61 2020-09-19 23:05:58

deleted0
Guest

Re: September 2020 Screenshot Thread

^ You're welcome.

8bit

#62 2020-09-20 04:55:35

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

Re: September 2020 Screenshot Thread


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

Offline

#63 2020-09-20 06:57:03

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

Re: September 2020 Screenshot Thread

New machine, same set up

2020-09-20-06-43-05-scrot.th.png


"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

#64 2020-09-20 14:28:29

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,010

Re: September 2020 Screenshot Thread

the whole gang wrote:

HURRAY!  Dobbie03 is back!


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#65 2020-09-21 05:26:45

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

Re: September 2020 Screenshot Thread

Sector11 wrote:
the whole gang wrote:

HURRAY!  Dobbie03 is back!

Thank you big_smile


"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

#66 2020-09-21 20:53:10

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

Re: September 2020 Screenshot Thread

^ Quick installation instructions using Debian? Sorry to ask, but I'll take whatever info I can get to ease the process.

https://github.com/Dobbie03/Suckless


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

Offline

#67 2020-09-22 02:57:52

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

Re: September 2020 Screenshot Thread

hhh wrote:

^ Quick installation instructions using Debian? Sorry to ask, but I'll take whatever info I can get to ease the process.

https://github.com/Dobbie03/Suckless

There is no "one shot" for all the items listed there so you will need to install one at a time.  Also should be no different in Deb/Arch with installation.

Basically in each folder you need to execute:

sudo make clean install

to uninstall

sudo make uninstall

Disclaimer:  These are setup to my workflow and system so may not work out of the box for your liking. smile

Hit me up if you need further help.

Also use this repo, it's a little more up to date.

Last edited by Döbbie03 (2020-09-22 03:00:27)


"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

#68 2020-09-22 20:39:09

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

Re: September 2020 Screenshot Thread

Dobbie03 wrote:

Hit me up if you need further help.

Also use this repo, it's a little more up to date.

Do you know if using

 *  WM_WINDOW_ROLE(STRING) = role

So you can add the role to the window rules requires a patch?

That would be handy for a lot of applications.


You must unlearn what you have learned.
    -- yoda

Offline

#69 2020-09-23 06:19:17

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

Re: September 2020 Screenshot Thread

PackRat wrote:
Dobbie03 wrote:

Hit me up if you need further help.

Also use this repo, it's a little more up to date.

Do you know if using

 *  WM_WINDOW_ROLE(STRING) = role

So you can add the role to the window rules requires a patch?

That would be handy for a lot of applications.

To be honest Pack, I have no idea.  I am surprised that I manage to use dwm as it is let alone understand it.


"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

#70 2020-09-23 17:25:09

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

Re: September 2020 Screenshot Thread

^ I'm pretty sure it does. I tried that and the "iscentered" and both fail to compile. Based on the suckless mailing list they have no interest in implementing the "rule" option; so looks like some patching going on.


You must unlearn what you have learned.
    -- yoda

Offline

#71 2020-09-25 05:32:50

cog
Member
From: The Southwest
Registered: 2015-10-27
Posts: 655
Website

Re: September 2020 Screenshot Thread

I've been messing around with bash/zsh prompts and vim/neovim for hours trying to see what all the fuss is about with all the new line prompt generators etc.  Also, zsh doesn't do anything for me and bash is way faster.  mksh is the only the thing I would consider at this point for it's code quality and speed, but the trade off is bash is everywhere just like vi/vim is while neovim is not quite as widespread.

Basically I came to the conclusion this is exactly the way I like it ... (screenshot)

It started as a fool errand because I don't like the powerline or further inspired prompts/status lines.  Then I made vim and neovim do line numbering etc.  I just don't understand why line numbering and highlighting is important when the laststatus at the bottom shows the line number and it's so undistracting, but you can look at it if you need that info.

Maybe some of yall can enlighten ole cog if I missed something.

Screenshot_2020-09-24_23-27-30.th.png

Offline

#72 2020-09-25 09:03:57

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

Re: September 2020 Screenshot Thread

I don't like line numbers in vim either, seems spamy. (my short .vimrc)

zsh why (for me):
- It has fuzzy autocomplete build in

rm 300[tab]
rm scrot30040.png

- little tricks like

repeat 5 echo "woot" # < looks like ruby

- autosuggest magic (judges still out on this one)

p.s. It's possible bash can do all some of that and I don't know how.

Last edited by brontosaurusrex (2020-09-25 10:56:17)

Online

#73 2020-09-25 23:03:06

cog
Member
From: The Southwest
Registered: 2015-10-27
Posts: 655
Website

Re: September 2020 Screenshot Thread

@brex those are some good reasons to use zsh and yeah those line numbers are so busy looking unless you set them way darker than the rest of the text.

been playing around with yaxwm

Screenshot_2020-09-25_17-01-22.th.png

Offline

#74 2020-09-26 05:03:48

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

Re: September 2020 Screenshot Thread

What panel are you using cog?


"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

#75 2020-09-26 19:17:43

cog
Member
From: The Southwest
Registered: 2015-10-27
Posts: 655
Website

Re: September 2020 Screenshot Thread

@dobbie it’s just polybar from AL’s git repo “pkgcongigs”. I changed the openbox-bar to yaxwm-bar then removed a few things.  I need to tell Thomas Adam too.  I think it will work on FVWM as well since he was wanting to try polybar the other day on the AL forums.

Offline

#76 2020-09-26 20:08:51

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

Re: September 2020 Screenshot Thread

cog wrote:

I think it will work on FVWM as well

Polybar works well with Fvwm 2 & 3.

2020-09-26-04-09-48.png

direct link to image


You must unlearn what you have learned.
    -- yoda

Offline

#77 2020-09-26 20:21:33

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

Re: September 2020 Screenshot Thread

cog wrote:

@dobbie it’s just polybar from AL’s git repo “pkgcongigs”. I changed the openbox-bar to yaxwm-bar then removed a few things.  I need to tell Thomas Adam too.  I think it will work on FVWM as well since he was wanting to try polybar the other day on the AL forums.

Ah cool, thanks for that.


"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

#78 2020-09-26 21:10:06

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

Re: September 2020 Screenshot Thread

Expensive ascii clock (proof of concept converting some web page into ascii)
dHbIx9Yb.png

Last edited by brontosaurusrex (2020-09-26 21:21:22)

Online

#79 2020-09-27 04:34:01

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

Re: September 2020 Screenshot Thread

cog wrote:

@dobbie it’s just polybar from AL’s git repo “pkgcongigs”. I changed the openbox-bar to yaxwm-bar then removed a few things.  I need to tell Thomas Adam too.  I think it will work on FVWM as well since he was wanting to try polybar the other day on the AL forums.

Cog can you share your workspaces module please big_smile


"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

#80 2020-09-27 04:48:14

cog
Member
From: The Southwest
Registered: 2015-10-27
Posts: 655
Website

Re: September 2020 Screenshot Thread

@dobbie

I’ll send it your way tomorrow bud.  My wife and I are watching movies and drinking suds tonight.

Offline

Board footer

Powered by FluxBB