Fixing i3

This commit is contained in:
araison 2024-01-22 22:32:56 +01:00
parent 8e3f895b68
commit fb4a44dcb7

View File

@ -15,7 +15,7 @@ focus_follows_mouse no
font pango: DroidSansMono Nerd Font 12
# Fond d'écran si pas de multi-screen
#exec_always --no-startup-id ~/.config/i3/bing-wallpaper.sh
exec_always --no-startup-id ~/.config/i3/bing-wallpaper.sh
###############################
# KEYBINDING #
@ -188,6 +188,42 @@ assign [class="firefox"] $ws2
assign [class="thunderbird"] $ws3
assign [class="org.gnome.Nautilus"] $ws4
# bar
bar {
position top
font pango:DroidSansMono Nerd Font 10
status_command i3status
tray_padding 1
strip_workspace_numbers yes
colors {
separator #1f222d
background #1f222d
statusline #81a1c1
# border background text
focused_workspace #1f222d #1f222d #81a1c1
active_workspace #1f222d #252936 #5e81ac
inactive_workspace #1f222d #1f222d #4c566a
urgent_workspace #1f222d #1f222d #ee829f
binding_mode #1f222d #81a1c1 #2e3440
}
}
#Theme
# Window color settings
# class border backgr. text indicator
client.focused #81a1c1 #81a1c1 #ffffff #81a1c1
client.unfocused #2e3440 #1f222d #888888 #1f222d
client.focused_inactive #2e3440 #1f222d #888888 #1f222d
client.placeholder #2e3440 #1f222d #888888 #1f222d
client.urgent #900000 #900000 #ffffff #900000
client.background #242424
###############################
# MISC #
###############################