diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-10-23 20:28:51 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-10-23 20:28:51 -0500 |
| commit | 2ffa49fe41faffff406f13378c012c018c764de9 (patch) | |
| tree | 892692390ad3ec225318d9e75c717dfc5cfda8b6 /env/.config/i3/config | |
| parent | a910750e912fb80b87f1ca3b385573d813bc3e4c (diff) | |
Squashed commit of the following:
- updated mimes
- added mpd and rmpc
- added mpd to autostart
- removed delays from autostart
- install script for i3, i3blocks, and i3blocks config from repo
- i3
- pango font and nerd font for bar
- switched to i3blocks
- colors :3
Diffstat (limited to 'env/.config/i3/config')
| -rw-r--r-- | env/.config/i3/config | 31 |
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 } |
