fix(i3): fix a few errors

This commit is contained in:
Bruno Carlin 2023-03-09 22:27:41 +01:00
parent 37ddabaef2
commit 1201188479
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D
2 changed files with 30 additions and 31 deletions

View file

@ -15,7 +15,7 @@
# This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango).
font pango:Source Code Pro, Font Awesome 5 Free 8
font pango:Source Code Pro, Font Awesome 5 Free 10
# Before i3 v4.8, we used to recommend this one as the default:
@ -124,7 +124,7 @@ bindsym Mod4+8 workspace 8
bindsym Mod4+9 workspace 9
bindsym Mod4+0 workspace 10
bindsym Mod4+Tab workspace next
bindsym Mod4+Sift+Tab workspace prev
bindsym Mod4+Shift+Tab workspace prev
bindsym Mod4+z workspace back_and_forth
# move focused container to workspace
@ -237,9 +237,9 @@ workspace_auto_back_and_forth yes
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
#status_command i3status
status_command statusbar
tray_output primary
status_command i3status
#status_command statusbar
#tray_output all
}
## Commands for specific windows

View file

@ -10,14 +10,13 @@ general {
colors = true
interval = 5
separator = " | "
}
order += "ipv6"
#order += "ipv6"
order += "disk /"
order += "disk /home"
order += "wireless _first_"
order += "ethernet _first_"
#order += "ethernet _first_"
order += "battery all"
order += "volume master"
order += "load"