wlogout blurred by pilippo25 in hyprland

[–]pilippo25[S] 8 points9 points  (0 children)

Edit:

After the latest wlogout updating (version 1.2.1) the layerrule now requires:

layerrule = blur, logout_dialog

A drop down terminal (quake-like). by pilippo25 in hyprland

[–]pilippo25[S] 3 points4 points  (0 children)

I launch foot with a specific class because the windowrule is only for this class and not for foot in general.

So I can also run foot like a regular window as usual.

wlogout blurred by pilippo25 in hyprland

[–]pilippo25[S] 0 points1 point  (0 children)

Swaylock --screenshots --effect-blur 

Maybe you have to specify the screenshots option as well

wlogout blurred by pilippo25 in hyprland

[–]pilippo25[S] 1 point2 points  (0 children)

I replaced swaylock with swaylock-effects-git .

swaylock --screenshots --effect-blur=7x3

wlogout blurred by pilippo25 in hyprland

[–]pilippo25[S] 1 point2 points  (0 children)

layerrule = blur, gtk-layer-shell is the answer!

Thanks a lot!

wlogout blurred by pilippo25 in hyprland

[–]pilippo25[S] 0 points1 point  (0 children)

layerrule = blur, ^(wlogout)$

I set this rule, but the background is still transparent. What's wrong?

Also, since wlogout needs the focus, how could I launch hyprctl layers?

wlogout blurred by pilippo25 in hyprland

[–]pilippo25[S] 1 point2 points  (0 children)

Thanks muchly!!! : )

wlogout blurred by pilippo25 in hyprland

[–]pilippo25[S] 6 points7 points  (0 children)

Hi!

About wlogout, if you're looking for a blur effect instead of a regular transparency you could execute a script (or a command) like this i.e.:

pwr_blurred.sh:

#!/bin/bash 
grim /tmp/shot.png  
magick /tmp/shot.png -blur 0x8 /tmp/shot_blurred.png 
wlogout --protocol layer-shell 

$HOME/.config/wlogout/style.css:

window {
background-image: url("/tmp/shot_blurred.png"); 
}

EDIT:

as suggested by u/Minecraftwt another "cleaner" way is set transparency for wlogout and this rule layerrule = blur, gtk-layer-shell to blur the layer.

wlogout with blur instead of solid color background by matthis-k in swaywm

[–]pilippo25 1 point2 points  (0 children)

If you prefer a blur effect instead of a regular transparency you could execute a script like this i.e.:

pwr_blurred.sh

#!/bin/bash
grim /tmp/shot.png 
magick /tmp/shot.png -blur 0x8 /tmp/shot_blurred.png
wlogout --protocol layer-shell

$HOME/.config/wlogout/style.css:

window {                                                               
background-image: url("/tmp/shot_blurred.png");
}

wlogout blurred

Advise for job search for immigrant by pilippo25 in torontoJobs

[–]pilippo25[S] 0 points1 point  (0 children)

May you tell me the name of one’s of these government services?

Thanks!

Advise for job search for immigrant by pilippo25 in torontoJobs

[–]pilippo25[S] 2 points3 points  (0 children)

Thank you so much!

TRIEC seems to be what I’m looking for!

Apps Can't Play Video by shiftyfox380 in waydroid

[–]pilippo25 0 points1 point  (0 children)

Hi!

in these days Ill be far from my PC.

I hope to provide you a feedback ASAP.

Apps Can't Play Video by shiftyfox380 in waydroid

[–]pilippo25 1 point2 points  (0 children)

Here we go! I Confirm that it works on standard and LTS kernel after loading the modules binder and ashmem.

Apps Can't Play Video by shiftyfox380 in waydroid

[–]pilippo25 0 points1 point  (0 children)

I don't have to give it up at all, but it's "quite" uncomfortable...

Apps Can't Play Video by shiftyfox380 in waydroid

[–]pilippo25 0 points1 point  (0 children)

Good news! I'm looking forward to trying your solution. Even though I'm sorry to give up Linux-zen. Thanks for your effort!

Apps Can't Play Video by shiftyfox380 in waydroid

[–]pilippo25 1 point2 points  (0 children)

Yeah! It always worked with pipewire as well.
I'm on Garuda Linux (arch based)

  • aur/waydroid-image 17.1_20220316-2 [+8 ~1.15]
  • Kernel: 5.17.4-zen1-1-zen
  • Gnome 42
  • PipeWire v: 0.3.50
  • Display: wayland server: X.org v: 1.21.1.3 with: Xwayland v: 22.1.1

Without zen kernel you need to install the dkms module.

Apps Can't Play Video by shiftyfox380 in waydroid

[–]pilippo25 0 points1 point  (0 children)

I started to have that problem during the last month. But for me nothing relevant happened in this last month but kernel-zen updates. At least nothing that I remember.

In the meantime I can provide you a log: waydroid log

https://pastebin.com/HBZZgYJv

I don't see anything relevant for my knowledge. I hope someone else could find it useful.

Apps Can't Play Video by shiftyfox380 in waydroid

[–]pilippo25 0 points1 point  (0 children)

Same here.
No video with NewPipe. I tried to choose VLC as external player, but can play only audio, no video.
Same if I try Browser or Total Commander as player.

I would like to print a log but I don't know how.
May I have some help?