i3/polybar updates

This commit is contained in:
Thomas Avé 2023-05-22 00:00:40 +02:00
parent a6008c6444
commit 276c8e9b67
2 changed files with 6 additions and 4 deletions

View File

@ -74,10 +74,10 @@ bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right bindsym $mod+Shift+Right move right
# split in horizontal orientation # split in horizontal orientation
bindsym $mod+ctrl+h split h bindsym $mod+ctrl+l split h
# split in vertical orientation # split in vertical orientation
bindsym $mod+ctrl+v split v bindsym $mod+ctrl+j split v
# change container layout (stacked, tabbed, toggle split) # change container layout (stacked, tabbed, toggle split)
bindsym $mod+m layout toggle stacked split bindsym $mod+m layout toggle stacked split

View File

@ -167,7 +167,7 @@ label-maxlen = 80
[module/i3] [module/i3]
type = internal/i3 type = internal/i3
pin-workspaces = true pin-workspaces = false
show-urgent = true show-urgent = true
index-sort = true index-sort = true
enable-click = true enable-click = true
@ -179,8 +179,10 @@ label-unfocused-font=3
label-separator-padding = 2 label-separator-padding = 2
label-focused = %index% label-focused = %index%
label-unfocused = %index% label-unfocused = %index%
label-mode = %mode% label-visible = %index%
label-visible-mode = %mode%
label-mode-padding = 3 label-mode-padding = 3
label-visible-padding = 3
label-mode-background = ${colors.blue} label-mode-background = ${colors.blue}
[module/battery] [module/battery]