You are not logged in.

#61 2018-06-15 20:39:20

mrneilypops
The BL Scrot.Moe Guy
From: luxembourg
Registered: 2015-09-30
Posts: 577
Website

Offline

#62 2018-06-16 04:45:18

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

Re: June 2018 Screenshots

Same old:

img-2018-06-16-164334.md.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

#63 2018-06-16 09:05:41

Nili
Member
From: $HOME/♫♪
Registered: 2015-09-30
Posts: 1,271
Website

Re: June 2018 Screenshots

ragamatrix wrote:

blurry effect in urxvt:

You can enter this value in the .Xdefault or .Xressources to test:
URxvt*blurRadius:  7x7

That's a nice feature of URxvt, i'd like to use it, but slow the first launch of console with 2sec. I have old desktop , perhaps that's the reason.

i am ok with...

URxvt.transparent:              true
URxvt.shading:                  10

and compton aswell.

Didn't have on my config "blurRadius". Saved anyway. Thanks!


Tumbleweed | KDE Plasma

Offline

#64 2018-06-16 12:30:00

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

Re: June 2018 Screenshots

@ragamatrix, nice, my try: urxvt -blr 500x1 -tr -sh 65
2018-06-16-142451_3840x1200_scrot.th.png

Online

#65 2018-06-16 20:40:32

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

Re: June 2018 Screenshots

hmmm anyone know why the blur wouldn't be working for me?

This is what I have in my .Xresources:

! general settings
URxvt*saveline:         15000
URxvt*termName:         rxvt-256color
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt*iconFile: /usr/share/icons/Papirus/64x64/apps/terminal.svg
URxvt*blurRadius:  700x7

! appearance
URxvt*depth:            32
!URxvt*background:      rgba:0000/0000/0000/AAAA
URxvt*background:      [95]#171717
!URxvt*background:       [100]#eceff4
!URxvt*foreground: 		                #c0b18b
!URxvt.underlineColor:   #4682B4
!URxvt.highlightColor:   #4682B4
!URxvt.throughColor:     Blue
!URxvt*cursorColor:      131920
!URxvt*cursorColor2:     Black
URxvt*scrollBar:        false
URxvt*scrollBar_right:  false
URxvt*internalBorder:   0
URxvt*externalBorder:   0
!URxvt.colorIT:      #87af5f
!URxvt.colorBD:      #d7d7d7
!URxvt.colorUL:      #87afd7

! special
*.foreground:   #c0b18b
!*.background:   #171717
*.cursorColor:  #c0b18b

! black
*.color0:       #4a3637
*.color8:       #4a3637

! red
*.color1:       #d17b49
*.color9:       #d17b49

! green
*.color2:       #7b8748
*.color10:      #7b8748

! yellow
*.color3:       #af865a
*.color11:      #af865a

! blue
*.color4:       #535c5c
*.color12:      #535c5c

! magenta
*.color5:       #775759
*.color13:      #775759

! cyan
*.color6:       #6d715e
*.color14:      #6d715e

! white
*.color7:       #c0b18b
*.color15:      #c0b18b



! fonts
URxvt*letterSpace: 	    		-1
!Xft.size:						12
URxvt*font:                 	xft:UbuntuMonoDerivativePowerline Nerd Font:regular:size=8
URxvt*imFont:               	xft:UbuntuMonoDerivativePowerline Nerd Font:regular:size=8
URxvt*boldFont:             	xft:UbuntuMonoDerivativePowerline Nerd Font:bold:size=8
URxvt*italicFont:           	xft:UbuntuMonoDerivativePowerline Nerd Font:italic:size=8
URxvt*boldItalicFont:     		xft:UbuntuMonoDerivativePowerline Nerd Font:regular:size=8
! run :.!fc-list | grep <font-name>

! perl extensions
URxvt.perl-ext-common:  default,clipboard,url-select,keyboard-select
!URxvt.perl-ext-common:  default,clipboard,url-select,keyboard-select,tabbed

! macros for clipboard and selection
URxvt.copyCommand:      xclip -i -selection clipboard
URxvt.pasteCommand:     xclip -o -selection clipboard
URxvt.keysym.S-C-V: 	perl:clipboard:paste
!URxvt.keysym.M-C-v:    perl:clipboard:paste_escaped
URxvt.keysym.M-Escape:  perl:keyboard-select:activate
URxvt.keysym.M-s:       perl:keyboard-select:search
URxvt.keysym.M-u:       perl:url-select:select_next
URxvt.urlLauncher:      firefox
URxvt.underlineURLs:    true
URxvt.urlButton:        1
URxvt.geometry: 		88x24

! tabbed
URxvt.tabbed.tabbar-fg: 4
URxvt.tabbed.tabbar-bg: 16
URxvt.tabbed.tab-fg:    15
URxvt.tabbed.tab-bg:    4
URxvt*buffered:         false

"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 2018-06-17 00:01:04

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

Re: June 2018 Screenshots

@dobbie - check the man page, I thought the maximum radius was 128, but 500 appears to work so maybe 512.

You can also try in a terminal:

urxvt -blr 700x1

and see if you get an error.


You must unlearn what you have learned.
    -- yoda

Offline

#67 2018-06-17 00:49:53

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

Re: June 2018 Screenshots

Weird, same old semi transparent terminal.  Thanks Pack, I'll keep experimenting.


"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 2018-06-17 05:55:09

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: June 2018 Screenshots

cog wrote:

got everything finally moved over to trusty old FVWM
https://bitbucket.org/rstrcogburn

thanks for sharing. one of these days i'll try fvwm...
i see you moved to bitbucket only recently; do you think it's a better alternative (to what we all know) than gitlab.com?
the interface looks nice.

Offline

#69 2018-06-17 05:56:05

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: June 2018 Screenshots

nice to see tint2 gradients.

i wonder if people have been playing with that more?

Offline

#70 2018-06-17 06:28:28

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,557
Website

Re: June 2018 Screenshots

Try upgrading tint2 from the BL backports to 16.2-1+deb9 to see the gradients hidden in our default tint2rc. Subtle though.


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#71 2018-06-17 07:40:48

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

Re: June 2018 Screenshots

@Dobbie03,  it appears real transparency should be disabled (thats what -tr does).

Last edited by brontosaurusrex (2018-06-17 11:19:02)

Online

#72 2018-06-18 05:57:14

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

Re: June 2018 Screenshots

Will check it out @bronto.


"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

#73 2018-06-18 08:18:16

ragamatrix
Member
Registered: 2015-10-04
Posts: 427

Re: June 2018 Screenshots

Nili wrote:
ragamatrix wrote:

blurry effect in urxvt:

You can enter this value in the .Xdefault or .Xressources to test:
URxvt*blurRadius:  7x7

That's a nice feature of URxvt, i'd like to use it, but slow the first launch of console with 2sec. I have old desktop , perhaps that's the reason.

i am ok with...

URxvt.transparent:              true
URxvt.shading:                  10

and compton aswell.

Didn't have on my config "blurRadius". Saved anyway. Thanks!

These settings are interesting, and I have also that strange behaviour with 2 seconds latency I don't really understand the transparency and semi-transparency settings with urxvt, My place doesn't work correctly... weird...
@bronto I knew that blur thing would please you smile

Last edited by ragamatrix (2018-06-18 08:22:02)

Offline

#74 2018-06-18 08:30:24

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

Re: June 2018 Screenshots

One thing I noticed when using the command Bronto did, was that the terminal window blurs the wallpaper only and ignores any windows below 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

#75 2018-06-18 09:52:51

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

Re: June 2018 Screenshots

*cough* compton blur works perfectly with the glx backend on my old-ass hardware.

Screenshot_2018-06-18_05-47-09.th.png


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

Offline

#76 2018-06-18 11:06:08

ragamatrix
Member
Registered: 2015-10-04
Posts: 427

Re: June 2018 Screenshots

yes teletransportation is blurry  big_smile

Offline

#77 2018-06-18 20:05:51

mrneilypops
The BL Scrot.Moe Guy
From: luxembourg
Registered: 2015-09-30
Posts: 577
Website

Offline

#78 2018-06-18 21:55:30

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

Re: June 2018 Screenshots

@mrneilypops: wow.

Online

#79 2018-06-19 05:04:02

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

Re: June 2018 Screenshots

brontosaurusrex wrote:

@mrneilypops: wow.

Seconded. That panel is mind boggling and that window looks fierce. Nice wall, too. I love Thievery Corp!

-edit- I cannot unsee The Fat Man.

Last edited by hhh (2018-06-19 05:10:47)


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

Offline

#80 2018-06-19 05:13:49

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

Re: June 2018 Screenshots

BTW, nice!...

https://scrotlabs.org/


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

Offline

Board footer

Powered by FluxBB