i3: Great color purge, use i3bar
This commit is contained in:
parent
0f9bca6979
commit
8dcc683471
@ -28,29 +28,6 @@ set $w8 8
|
|||||||
## Cosmetcs
|
## 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
|
# Set up titlebar and i3bar fonts
|
||||||
font pango:Roboto 10
|
font pango:Roboto 10
|
||||||
|
|
||||||
@ -78,15 +55,6 @@ no_focus [class="plasmashell"]
|
|||||||
|
|
||||||
focus_on_window_activation none
|
focus_on_window_activation none
|
||||||
|
|
||||||
# Apply colors to i3
|
|
||||||
# <colorclass> <border> <backgrd> <text> <indicator> <child_border>
|
|
||||||
client.focused $blue $blue $bg $bgm $blue
|
|
||||||
client.focused_inactive $bgm $bgm $blue $bgm $bgm
|
|
||||||
client.unfocused $bgm $bgm $fg $bgm $bgm
|
|
||||||
client.urgent $yellow2 $bgm $yellow2 $yellow $bgm
|
|
||||||
client.placeholder $purple2 $bgm $purple2 $purple $purple2
|
|
||||||
client.background $bg
|
|
||||||
|
|
||||||
###################
|
###################
|
||||||
## Keybindings
|
## Keybindings
|
||||||
###################
|
###################
|
||||||
@ -219,26 +187,14 @@ bindsym $mod+r mode "resize"
|
|||||||
## Bars
|
## Bars
|
||||||
###################
|
###################
|
||||||
|
|
||||||
#bar {
|
bar {
|
||||||
# id bar-primary
|
id bar-primary
|
||||||
# position bottom
|
position bottom
|
||||||
# status_command i3status
|
status_command i3status
|
||||||
# tray_output primary
|
tray_output primary
|
||||||
#
|
|
||||||
# font pango:Inconsolata 10
|
font pango:Inconsolata 10
|
||||||
# # This looks dumb, but it makes the separators one character wide
|
# This looks dumb, but it makes the separators one character wide
|
||||||
# separator_symbol "|"
|
separator_symbol "|"
|
||||||
#
|
}
|
||||||
# colors {
|
|
||||||
# background $bg
|
|
||||||
# statusline $fg
|
|
||||||
# separator $bgm
|
|
||||||
#
|
|
||||||
# focused_workspace $bg $bg $blue
|
|
||||||
# active_workspace $bg $bg $bgm
|
|
||||||
# inactive_workspace $bg $bg $fg
|
|
||||||
# urgent_workspace $bg $bg $yellow
|
|
||||||
# binding_mode $bg $bg $fg
|
|
||||||
# }
|
|
||||||
#}
|
|
||||||
|
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
general {
|
general {
|
||||||
colors = true
|
colors = true
|
||||||
color_good = "#b8bb26"
|
|
||||||
color_degraded = "#fabd2f"
|
|
||||||
color_bad = "#fb4934"
|
|
||||||
interval = 1
|
interval = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user