From fdc2ee1e43d2192314038bf74c9ccb36ff4b00da Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 6 May 2026 22:29:02 -0500 Subject: Squashed commit of the following: switched to picom in autostart, disabled atuin tmux color change changed dmount to /mnts/flash changed mount dir removed .keepass changed i3 bar tray and status line fixed second mon bar i3 i3 color change ignore addition st color changes wezterm font change pcall vis config changes --- env/.config/i3/config | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'env/.config/i3') diff --git a/env/.config/i3/config b/env/.config/i3/config index 7143ae6..06c4752 100644 --- a/env/.config/i3/config +++ b/env/.config/i3/config @@ -289,8 +289,8 @@ client.unfocused #222222 #222222 #8568e6 #e598ff #222222 default_border pixel 1 default_floating_border pixel 1 -set $trans #00000000 -set $inactive-bg-color #1e1e2e +set $trans #1a1b26 +set $inactive-bg-color #1a1b26 set $text-color #cdd6f4 set $urbg-color #f38ba8 set $color #8568ef @@ -302,11 +302,12 @@ set $ws_bord #8568ef bar { separator_symbol "" output primary + tray_output primary strip_workspace_numbers yes status_command SCRIPT_DIR=~/.config/i3blocks i3blocks colors { - statusline #FFFFFF + statusline #c0caf5 background $trans separator #757575 # border background text @@ -314,12 +315,24 @@ bar { inactive_workspace $trans $trans #676E7D active_workspace $trans $trans $text-color urgent_workspace $urbg-color $urbg-color $text-color - } } bar { separator_symbol "" output nonprimary + tray_output none strip_workspace_numbers yes + status_command SCRIPT_DIR=~/.config/i3blocks i3blocks + + colors { + statusline #c0caf5 + background $trans + separator #757575 + # border background text + focused_workspace $ws_bord $color $text-color + inactive_workspace $trans $trans #676E7D + active_workspace $trans $trans $text-color + urgent_workspace $urbg-color $urbg-color $text-color + } } -- cgit v1.3