From 2ffa49fe41faffff406f13378c012c018c764de9 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Thu, 23 Oct 2025 20:28:51 -0500 Subject: 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 --- env/.config/i3/config | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) (limited to 'env/.config/i3') 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 } -- cgit v1.3