Everything: Switch to MATE, Arc, and Solarized

TODO: Add MATE configs, wherever those are
This commit is contained in:
2019-02-01 03:07:24 -06:00
parent 8c7ba3673d
commit 4f9311163c
14 changed files with 170 additions and 138 deletions

View File

@@ -28,29 +28,6 @@ set $w8 8
## Cosmetcs
###################
# Set up our colors
# Note: fallbacks are copied from gruvbox-dark
# Source: https://github.com/morhetz/gruvbox-generalized
set_from_resource $bg background #282828
set_from_resource $bgm bg2 #3c3836
set_from_resource $bg_soft bg3 #32302f
set_from_resource $black color0 #282828
set_from_resource $red color1 #cc241d
set_from_resource $green color2 #98971a
set_from_resource $yellow color3 #d79921
set_from_resource $blue color4 #458588
set_from_resource $purple color5 #b16286
set_from_resource $cyan color6 #689d6a
set_from_resource $gray color7 #a89984
set_from_resource $gray2 color8 #928374
set_from_resource $red2 color9 #fb4934
set_from_resource $green2 color10 #b8bb26
set_from_resource $yellow2 color11 #fabd2f
set_from_resource $blue2 color12 #83a598
set_from_resource $purple2 color13 #d3869b
set_from_resource $cyan2 color14 #8ec07c
set_from_resource $fg color15 #ebdbb2
# Set up titlebar and i3bar fonts
font pango:Roboto 10
@@ -59,6 +36,7 @@ hide_edge_borders smart
new_window pixel 2
for_window [class=".*"] border pixel 2
for_window [class="konsole"] border normal 2
for_window [class="mate-terminal"] border normal 2
for_window [class=".*"] title_format "%title"
# Miscellaneous window rules
@@ -74,19 +52,28 @@ for_window [title="Minecraft 1.7.10"] fullscreen enable
for_window [class="explorer.exe"] fullscreen enable
for_window [class="plasmashell"] kill, floating enable, border none
for_window [class="pavucontrol-qt"] floating enable, sticky enable
for_window [class="pavucontrol"] floating enable, sticky enable
no_focus [class="Conky"]
no_focus [class="plasmashell"]
focus_on_window_activation none
# Set up colors
set $bg #383c4a
set $bg2 #404552
set $bg3 #4b5162
set $hi #5294e2
set $urg #5294e2
set $inac #4b5162
# Apply colors to i3
# <colorclass> <border> <backgrd> <text> <indicator> <child_border>
client.focused $blue2 $blue2 $bg $bgm $blue2
client.focused_inactive $bgm $bgm $blue $bgm $bgm
client.unfocused $bgm $bgm $fg $bgm $bgm
client.urgent $yellow2 $yellow2 $bg $bgm $yellow2
client.placeholder $purple2 $bgm $purple2 $purple $purple2
client.focused $hi $bg $bg $bg $hi
client.focused_inactive $inac $inac $fg $inac $inac
client.unfocused $bg2 $bg2 $fg $bg2 $bg2
client.urgent $urg $urg $bg $bg2 $urg
client.placeholder $hi $inac $bg $bg $bg
client.background $bg
###################