From 520aa7cf206944369f75ac7205d08517892aa483 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 17 Mar 2022 08:52:43 -0500 Subject: [PATCH] update lock script and zellij theme --- home/private_bin/executable_lock | 15 +++++++----- home/private_dot_config/zellij/config.yaml | 28 ++++++++++------------ 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/home/private_bin/executable_lock b/home/private_bin/executable_lock index 112894e..ff7e073 100644 --- a/home/private_bin/executable_lock +++ b/home/private_bin/executable_lock @@ -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 \ diff --git a/home/private_dot_config/zellij/config.yaml b/home/private_dot_config/zellij/config.yaml index 1acf68a..7ca55ab 100644 --- a/home/private_dot_config/zellij/config.yaml +++ b/home/private_dot_config/zellij/config.yaml @@ -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