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
This commit is contained in:
2025-10-23 20:28:51 -05:00
parent a910750e91
commit 2ffa49fe41
8 changed files with 457 additions and 8 deletions

31
env/.config/i3/config vendored
View File

@@ -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
}