new colors

This commit is contained in:
Grigory Shipunov 2023-01-08 02:32:53 +01:00
parent f0ffc6787a
commit 0b5fac6216
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
5 changed files with 35 additions and 26 deletions

View file

@ -70,7 +70,7 @@ exec swayidle -w \
# Read `man 5 sway-input` for more information about this section.
focus_follows_mouse yes
mouse_warping container
# mouse_warping container
seat * hide_cursor 5000
### Key bindings
@ -240,7 +240,8 @@ mode "resize" {
bindsym --to-code $mod+r mode "resize"
## Styling: colors
include colors
#include colors
include moonfly
## Window styling
# Border BG Text Indicator Child Border

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

View file

@ -1,9 +1,11 @@
#!/usr/bin/env bash
img="$HOME/.cache/swaylock.png"
#img="$HOME/.files/sway/.config/sway/lock-fullhd.png"
grim $img
gm convert $img -scale 5% -scale 2000% $img
#gm convert $img -scale 5% -scale 2000% $img
gm convert $img -blur 0x10 $img
swaylock -eFfk -i $img -s fill
rm -f $img