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]
|
[cursor]
|
||||||
# bright red cursor
|
#color = 080808 9e9e9e
|
||||||
color=ffffff ff0000
|
color = 000000 ffff00
|
||||||
### Default
|
|
||||||
[colors]
|
[colors]
|
||||||
foreground=dcdccc
|
foreground = b2b2b2
|
||||||
background=111111
|
background = 080808
|
||||||
regular0=222222
|
|
||||||
regular1=cc9393
|
# selection-foreground = 080808
|
||||||
regular2=7f9f7f
|
# selection-background = b2ceee
|
||||||
regular3=d0bf8f
|
|
||||||
regular4=6ca0a3
|
regular0 = 323437
|
||||||
regular5=dc8cc3
|
regular1 = ff5454
|
||||||
regular6=93e0e3
|
regular2 = 8cc85f
|
||||||
regular7=dcdccc
|
regular3 = e3c78a
|
||||||
bright0=666666
|
regular4 = 80a0ff
|
||||||
bright1=dca3a3
|
regular5 = d183e8
|
||||||
bright2=bfebbf
|
regular6 = 79dac8
|
||||||
bright3=f0dfaf
|
regular7 = c6c6c6
|
||||||
bright4=8cd0d3
|
|
||||||
bright5=fcace3
|
bright0 = 949494
|
||||||
bright6=b3ffff
|
bright1 = ff5189
|
||||||
bright7=ffffff
|
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.
|
# Read `man 5 sway-input` for more information about this section.
|
||||||
|
|
||||||
focus_follows_mouse yes
|
focus_follows_mouse yes
|
||||||
mouse_warping container
|
# mouse_warping container
|
||||||
seat * hide_cursor 5000
|
seat * hide_cursor 5000
|
||||||
|
|
||||||
### Key bindings
|
### Key bindings
|
||||||
|
@ -240,7 +240,8 @@ mode "resize" {
|
||||||
bindsym --to-code $mod+r mode "resize"
|
bindsym --to-code $mod+r mode "resize"
|
||||||
|
|
||||||
## Styling: colors
|
## Styling: colors
|
||||||
include colors
|
#include colors
|
||||||
|
include moonfly
|
||||||
|
|
||||||
## Window styling
|
## Window styling
|
||||||
# Border BG Text Indicator Child Border
|
# 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
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
img="$HOME/.cache/swaylock.png"
|
img="$HOME/.cache/swaylock.png"
|
||||||
|
#img="$HOME/.files/sway/.config/sway/lock-fullhd.png"
|
||||||
|
|
||||||
grim $img
|
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
|
swaylock -eFfk -i $img -s fill
|
||||||
|
|
||||||
rm -f $img
|
rm -f $img
|
||||||
|
|
Loading…
Add table
Reference in a new issue