new colors
This commit is contained in:
parent
f0ffc6787a
commit
0b5fac6216
5 changed files with 35 additions and 26 deletions
|
@ -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
|
||||
|
|
BIN
sway/.config/sway/lock-fullhd.png
Normal file
BIN
sway/.config/sway/lock-fullhd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
BIN
sway/.config/sway/lock-wuxga.png
Normal file
BIN
sway/.config/sway/lock-wuxga.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue