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"
|
||||
|
||||
|
||||
|
||||
# do the locking
|
||||
|
||||
# suspend message display
|
||||
pkill -u "$USER" -USR1 dunst
|
||||
sleep 0.1
|
||||
|
||||
# lock the screen
|
||||
i3lock \
|
||||
-n \
|
||||
--screen 1 \
|
||||
\
|
||||
--color $bg_color \
|
||||
|
@ -80,8 +85,6 @@ i3lock \
|
|||
--greeter-pos "${greeter_pos}" \
|
||||
--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
|
||||
|
||||
# Choose the theme that is specified in the themes section.
|
||||
# Default: default
|
||||
# # Default: default
|
||||
theme: dracula
|
||||
themes:
|
||||
dracula:
|
||||
fg: [248,248,242]
|
||||
bg: [128,255,234]
|
||||
black: [0,0,0]
|
||||
red: [255,149,128]
|
||||
green: [138,255,128]
|
||||
yellow: [255,255,128]
|
||||
blue: [128,255,128]
|
||||
magenta: [255,128,191]
|
||||
cyan: [128,255,234]
|
||||
white: [248,248,242]
|
||||
orange: [255,202,128]
|
||||
#gray: [65,77,88]
|
||||
gray: [121,112,169]
|
||||
|
||||
fg: [248, 248, 242]
|
||||
bg: [40, 42, 54]
|
||||
black: [0, 0, 0]
|
||||
gray: [68, 71, 90]
|
||||
red: [255, 85, 85]
|
||||
green: [80, 250, 123]
|
||||
yellow: [241, 250, 140]
|
||||
blue: [98, 114, 164]
|
||||
magenta: [255, 121, 198]
|
||||
cyan: [139, 233, 253]
|
||||
white: [255, 255, 255]
|
||||
orange: [255, 184, 108]
|
||||
|
||||
# Choose the mode that zellij uses when starting up.
|
||||
# Default: normal
|
||||
|
|
Loading…
Reference in a new issue