index — dotfiles @ e134128159fabc705881318ac9ba2a161e926bf0

my dotfiles

blur-lock-effects and gdbinit
Christian Krinitsin code@krinitsin.xyz
Tue, 02 Jul 2024 20:09:33 +0200
commit

e134128159fabc705881318ac9ba2a161e926bf0

parent

82a32ab8b3e62639e4f9cf787b8967c8da1f1232

2 files changed, 21 insertions(+), 9 deletions(-)

jump to
M bin/blur-lockbin/blur-lock

@@ -1,11 +1,21 @@

#!/usr/bin/env bash -PICTURE=/tmp/swaylock.png -SCREENSHOT="grim $PICTURE" - -BLUR="5x4" - -$SCREENSHOT -convert $PICTURE -blur $BLUR $PICTURE -swaylock -i $PICTURE -rm $PICTURE +swaylock \ + --screenshots \ + --clock \ + --indicator \ + --indicator-radius 100 \ + --indicator-thickness 7 \ + --effect-blur 7x5 \ + --effect-vignette 0.5:0.5 \ + --ring-color 83c092 \ + --key-hl-color a7c080 \ + --line-color 00000000 \ + --inside-color 00000090 \ + --separator-color 00000000 \ + --text-color d3c6aa \ + --inside-wrong-color e67e80 \ + --inside-ver-color 7fbbb3 \ + --line-ver-color 3a515d \ + --ring-ver-color 3a515d \ + --grace 2
A gdb/.gdbinit

@@ -0,0 +1,2 @@

+layout src +focus cmd