diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-05-06 22:29:02 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-05-06 22:29:02 -0500 |
| commit | fdc2ee1e43d2192314038bf74c9ccb36ff4b00da (patch) | |
| tree | ce1b1924bdbd71263c74b6a79d2e8eb38bf80af2 /env/.config/i3/config | |
| parent | ed29d871a8b2473577e94bbc12308be04322f385 (diff) | |
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
Diffstat (limited to 'env/.config/i3/config')
| -rw-r--r-- | env/.config/i3/config | 21 |
1 files changed, 17 insertions, 4 deletions
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 + } } |
