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/config31
1 files changed, 26 insertions, 5 deletions
diff --git a/env/.config/i3/config b/env/.config/i3/config
index 5d0393f..9ce955a 100644
--- a/env/.config/i3/config
+++ b/env/.config/i3/config
@@ -14,7 +14,7 @@ exec ~/.local/bin/system/start-scripts/autostart.sh
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
-font b612:monospace 8
+font pango:b612:monospace 7, "JetBrainsMono Nerd Font" 7
# This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango).
@@ -270,14 +270,35 @@ 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 $text-color #cdd6f4
+set $urbg-color #f38ba8
+set $color #8568ef
+set $ws_color #d37340
+set $ws_bord #8568ef
+
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
- output primary
- status_command i3status
+ separator_symbol ""
+ output primary
+ status_command SCRIPT_DIR=~/.config/i3blocks i3blocks
+
+ colors {
+ statusline #FFFFFF
+ 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
+
+ }
}
bar {
- output nonprimary
- status_command i3status
+ separator_symbol ""
+ output nonprimary
}