update lock script and zellij theme
This commit is contained in:
parent
92c56b0a01
commit
520aa7cf20
2 changed files with 22 additions and 21 deletions
|
@ -49,10 +49,15 @@ greeter_w=$(($(make_figlet | wc -L ) * $font_to_px))
|
||||||
|
|
||||||
greeter_pos="x+w/2-${greeter_w}/4:y+h/2-${greeter_h}/4"
|
greeter_pos="x+w/2-${greeter_w}/4:y+h/2-${greeter_h}/4"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# do the locking
|
# do the locking
|
||||||
|
|
||||||
|
# suspend message display
|
||||||
|
pkill -u "$USER" -USR1 dunst
|
||||||
|
sleep 0.1
|
||||||
|
|
||||||
|
# lock the screen
|
||||||
i3lock \
|
i3lock \
|
||||||
|
-n \
|
||||||
--screen 1 \
|
--screen 1 \
|
||||||
\
|
\
|
||||||
--color $bg_color \
|
--color $bg_color \
|
||||||
|
@ -80,8 +85,6 @@ i3lock \
|
||||||
--greeter-pos "${greeter_pos}" \
|
--greeter-pos "${greeter_pos}" \
|
||||||
--greeter-align 1 \
|
--greeter-align 1 \
|
||||||
|
|
||||||
|
# resume message display
|
||||||
|
pkill -u "$USER" -USR2 dunst
|
||||||
|
|
||||||
|
|
||||||
# --indicator \
|
|
||||||
# --ind-pos x+w-5-r:y+h-10-r \
|
|
||||||
# --ind-pos x+w/2:y+h/2 \
|
|
||||||
|
|
|
@ -447,24 +447,22 @@ keybinds:
|
||||||
pane_frames: false
|
pane_frames: false
|
||||||
|
|
||||||
# Choose the theme that is specified in the themes section.
|
# Choose the theme that is specified in the themes section.
|
||||||
# Default: default
|
# # Default: default
|
||||||
theme: dracula
|
theme: dracula
|
||||||
themes:
|
themes:
|
||||||
dracula:
|
dracula:
|
||||||
fg: [248,248,242]
|
fg: [248, 248, 242]
|
||||||
bg: [128,255,234]
|
bg: [40, 42, 54]
|
||||||
black: [0,0,0]
|
black: [0, 0, 0]
|
||||||
red: [255,149,128]
|
gray: [68, 71, 90]
|
||||||
green: [138,255,128]
|
red: [255, 85, 85]
|
||||||
yellow: [255,255,128]
|
green: [80, 250, 123]
|
||||||
blue: [128,255,128]
|
yellow: [241, 250, 140]
|
||||||
magenta: [255,128,191]
|
blue: [98, 114, 164]
|
||||||
cyan: [128,255,234]
|
magenta: [255, 121, 198]
|
||||||
white: [248,248,242]
|
cyan: [139, 233, 253]
|
||||||
orange: [255,202,128]
|
white: [255, 255, 255]
|
||||||
#gray: [65,77,88]
|
orange: [255, 184, 108]
|
||||||
gray: [121,112,169]
|
|
||||||
|
|
||||||
|
|
||||||
# Choose the mode that zellij uses when starting up.
|
# Choose the mode that zellij uses when starting up.
|
||||||
# Default: normal
|
# Default: normal
|
||||||
|
|
Loading…
Reference in a new issue