Update .config/i3/config
This commit is contained in:
parent
2e88321db7
commit
058f8461d7
|
@ -1,6 +1,4 @@
|
||||||
# i3 config file (v4)
|
# i3 config file (v4)
|
||||||
#
|
|
||||||
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
|
|
||||||
|
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
||||||
|
@ -8,31 +6,28 @@ set $mod Mod4
|
||||||
# is used in the bar {} block below.
|
# is used in the bar {} block below.
|
||||||
font pango:monospace 7
|
font pango:monospace 7
|
||||||
|
|
||||||
# # BORDERS ======================
|
# Really small borders and no title for windows
|
||||||
# set $bo #00adee
|
for_window [class="^."] border pixel 2
|
||||||
# set $se #363636
|
|
||||||
# set $ur #f7003a
|
|
||||||
# set $dr #bb0020
|
|
||||||
# set $t1 #888888
|
|
||||||
# set $t2 #ffffff
|
|
||||||
# set $bl #000000
|
|
||||||
|
|
||||||
# client.focused $bl $bo $bl $t2
|
#hide_edge_borders on smart?..
|
||||||
# client.unfocused $bl $se $t1 $se
|
hide_edge_borders smart
|
||||||
# client.focused_inactive $bl $bl $bo $se
|
|
||||||
# client.urgent $ur $ur $bl $ur
|
|
||||||
# client.background $bl
|
|
||||||
|
|
||||||
# # Really small borders and no title for windows
|
for_window [class=".*"] title_format " %title"
|
||||||
# for_window [class="^."] border pixel 1
|
|
||||||
|
|
||||||
# #hide_edge_borders on smart?..
|
# BORDERS ======================
|
||||||
# hide_edge_borders smart #former off
|
set $bo #00adee
|
||||||
|
set $se #363636
|
||||||
# for_window [class=".*"] title_format " %title"
|
set $ur #f7003a
|
||||||
|
set $dr #bb0020
|
||||||
# new_window pixel 5
|
set $t1 #888888
|
||||||
|
set $t2 #ffffff
|
||||||
|
set $bl #000001
|
||||||
|
|
||||||
|
client.focused $bl $bo $bl $t2
|
||||||
|
client.unfocused $bl $se $t1 $se
|
||||||
|
client.focused_inactive $bl $bl $bo $se
|
||||||
|
client.urgent $ur $ur $bl $ur
|
||||||
|
client.background $bl
|
||||||
|
|
||||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||||
|
@ -238,14 +233,14 @@ exec --no-startup-id "xautolock -detectsleep -time 3 -locker 'i3lock -d -c 00000
|
||||||
bar {
|
bar {
|
||||||
colors {
|
colors {
|
||||||
# Whole color settings
|
# Whole color settings
|
||||||
background #111111
|
background #000000
|
||||||
statusline #ffffff
|
statusline #ffffff
|
||||||
separator #666666
|
separator #666666
|
||||||
|
|
||||||
# Type border background font
|
# Type border background font
|
||||||
focused_workspace #008fff #007fff #ffffff
|
focused_workspace #000000 #000000 #007fff
|
||||||
active_workspace #333333 #5f676a #ffffff
|
active_workspace #333333 #000000 #5f676a
|
||||||
inactive_workspace #333333 #222222 #888888
|
inactive_workspace #000000 #000000 #888888
|
||||||
urgent_workspace #aa0000 #990000 #ffffff
|
urgent_workspace #aa0000 #990000 #ffffff
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue