From 7a4b2b6ad33e64c07926ad578b41af6d9df65e7f Mon Sep 17 00:00:00 2001 From: Dominic DiTaranto Date: Wed, 7 Jan 2026 15:25:10 -0500 Subject: [PATCH] email --- .bashrc | 4 ++++ .config/i3/config | 12 +++++++++--- .config/i3blocks/config | 5 +++++ .config/kitty/kitty.conf | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.bashrc b/.bashrc index 8629641..0f4b8bf 100644 --- a/.bashrc +++ b/.bashrc @@ -76,3 +76,7 @@ export PATH="$PATH:/home/dominic/.local/bin" GTK_IM_MODULE=fcitx QT_IM_MODULE=fcitx XMODIFIERS=@im=fcitx + +if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then + tmux attach-session -t default || tmux new-session -s default +fi diff --git a/.config/i3/config b/.config/i3/config index 84ad785..baf4713 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -65,12 +65,18 @@ bindsym $mod+q kill # from the generated scheme. # NOTE: The '#f0f0f0' in the lines below is the color i3 will use if # it fails to get colors from Xresources. -set_from_resource $fg i3wm.color2 #f0f0f0 set_from_resource $bg i3wm.color1 #f0f0f0 +set_from_resource $fg i3wm.color2 #f0f0f0 +set_from_resource $c3 i3wm.color3 #f0f0f0 +set_from_resource $c4 i3wm.color4 #f0f0f0 +set_from_resource $c5 i3wm.color5 #f0f0f0 +set_from_resource $c6 i3wm.color6 #f0f0f0 +set_from_resource $c7 i3wm.color7 #f0f0f0 +set_from_resource $c8 i3wm.color8 #f0f0f0 # class border backgr. text indicator child_border -client.unfocused $bg $bg $bg $bg $bg -client.focused_inactive $fg $fg $fg $fg $fg +client.unfocused $c4 $c4 $c4 $c4 $c4 +client.focused_inactive $c4 $c4 $c4 $c4 $c4 client.focused $bg $fg $fg $fg $fg client.urgent $bg $bg $fg $bg $bg client.placeholder $bg $bg $fg $bg $bg diff --git a/.config/i3blocks/config b/.config/i3blocks/config index 18a54ae..b853ca9 100644 --- a/.config/i3blocks/config +++ b/.config/i3blocks/config @@ -19,6 +19,11 @@ label= command=sensors | grep Core | head -n 1 | cut -d ' ' -f 10 | cut -d '+' -f 2 interval=10 +[email] +command=mbsync -aq && ls /home/dominic/.local/share/mail/me@domdit.com/INBOX/new/ | wc -l +interval=43200 +label=󰇮 + [rss] command=newsboat -x print-unread | sed 's/ /\n/g' | head -n 1 interval=43200 diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 83cfcf1..07064bf 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1,4 +1,4 @@ -background_opacity 0.5 +background_opacity 0.7 dynamic_background_opacity yes font_family monospace