feat\!: switch to Hyprland. Touchscreen gestures not implemented properly
This commit is contained in:
parent
1d43d899ee
commit
ce51ddb46e
29 changed files with 558 additions and 567 deletions
5
gtklock/scripts/blur.sh
Executable file
5
gtklock/scripts/blur.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
grim /tmp/image.png
|
||||
convert /tmp/image.png -channel RGBA -blur 0x8 /tmp/image.png
|
||||
|
4
gtklock/scripts/lock.sh
Executable file
4
gtklock/scripts/lock.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
$HOME/.config/hypr/scripts/tablet/laptop-mode.sh &
|
||||
$HOME/.config/gtklock/scripts/blur.sh
|
||||
gtklock
|
Loading…
Add table
Add a link
Reference in a new issue