new colors
This commit is contained in:
parent
f0ffc6787a
commit
0b5fac6216
5 changed files with 35 additions and 26 deletions
|
@ -1,25 +1,31 @@
|
|||
#font=JuliaMono:pixelsize=12
|
||||
font=Ttyp0:pixelsize=13
|
||||
#font=Ttyp0:pixelsize=13
|
||||
font=JuliaMono:pixelsize=12
|
||||
|
||||
[cursor]
|
||||
# bright red cursor
|
||||
color=ffffff ff0000
|
||||
### Default
|
||||
#color = 080808 9e9e9e
|
||||
color = 000000 ffff00
|
||||
|
||||
[colors]
|
||||
foreground=dcdccc
|
||||
background=111111
|
||||
regular0=222222
|
||||
regular1=cc9393
|
||||
regular2=7f9f7f
|
||||
regular3=d0bf8f
|
||||
regular4=6ca0a3
|
||||
regular5=dc8cc3
|
||||
regular6=93e0e3
|
||||
regular7=dcdccc
|
||||
bright0=666666
|
||||
bright1=dca3a3
|
||||
bright2=bfebbf
|
||||
bright3=f0dfaf
|
||||
bright4=8cd0d3
|
||||
bright5=fcace3
|
||||
bright6=b3ffff
|
||||
bright7=ffffff
|
||||
foreground = b2b2b2
|
||||
background = 080808
|
||||
|
||||
# selection-foreground = 080808
|
||||
# selection-background = b2ceee
|
||||
|
||||
regular0 = 323437
|
||||
regular1 = ff5454
|
||||
regular2 = 8cc85f
|
||||
regular3 = e3c78a
|
||||
regular4 = 80a0ff
|
||||
regular5 = d183e8
|
||||
regular6 = 79dac8
|
||||
regular7 = c6c6c6
|
||||
|
||||
bright0 = 949494
|
||||
bright1 = ff5189
|
||||
bright2 = 36c692
|
||||
bright3 = c2c292
|
||||
bright4 = 74b2ff
|
||||
bright5 = ae81ff
|
||||
bright6 = 85dc85
|
||||
bright7 = e4e4e4
|
||||
|
|
|
@ -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
Reference in a new issue