Update .config/i3/config

This commit is contained in:
Felix Delattre 2023-03-09 21:49:11 +00:00
parent 2e88321db7
commit 058f8461d7
1 changed files with 22 additions and 27 deletions

View File

@ -1,6 +1,4 @@
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
set $mod Mod4
@ -8,31 +6,28 @@ set $mod Mod4
# is used in the bar {} block below.
font pango:monospace 7
# # BORDERS ======================
# set $bo #00adee
# set $se #363636
# set $ur #f7003a
# set $dr #bb0020
# set $t1 #888888
# set $t2 #ffffff
# set $bl #000000
# Really small borders and no title for windows
for_window [class="^."] border pixel 2
# 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
#hide_edge_borders on smart?..
hide_edge_borders smart
# # Really small borders and no title for windows
# for_window [class="^."] border pixel 1
for_window [class=".*"] title_format " %title"
# #hide_edge_borders on smart?..
# hide_edge_borders smart #former off
# for_window [class=".*"] title_format " %title"
# new_window pixel 5
# BORDERS ======================
set $bo #00adee
set $se #363636
set $ur #f7003a
set $dr #bb0020
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
# 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 {
colors {
# Whole color settings
background #111111
background #000000
statusline #ffffff
separator #666666
# Type border background font
focused_workspace #008fff #007fff #ffffff
active_workspace #333333 #5f676a #ffffff
inactive_workspace #333333 #222222 #888888
focused_workspace #000000 #000000 #007fff
active_workspace #333333 #000000 #5f676a
inactive_workspace #000000 #000000 #888888
urgent_workspace #aa0000 #990000 #ffffff
}