aboutsummaryrefslogtreecommitdiff
path: root/env/.config/i3/config
diff options
context:
space:
mode:
Diffstat (limited to 'env/.config/i3/config')
-rw-r--r--env/.config/i3/config21
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
+ }
}