mirror of
https://github.com/nboughton/dotfiles
synced 2024-11-26 13:33:54 +01:00
tweaked tray position and window positioning
This commit is contained in:
parent
207ae9eb2a
commit
9ef831781d
@ -182,7 +182,7 @@ mode "resize" {
|
|||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
gaps inner 10
|
gaps inner 10
|
||||||
gaps top 45
|
gaps top 40
|
||||||
|
|
||||||
#
|
#
|
||||||
# Titlebars
|
# Titlebars
|
||||||
|
@ -47,7 +47,8 @@ modules-left = date battery root_storage home_storage memory swap cpu
|
|||||||
modules-center = i3
|
modules-center = i3
|
||||||
modules-right = covid weather updates my-updates backlight-acpi pulseaudio powermenu
|
modules-right = covid weather updates my-updates backlight-acpi pulseaudio powermenu
|
||||||
|
|
||||||
tray-position = right
|
tray-position = center
|
||||||
|
tray-offset-x = 530
|
||||||
tray-padding = 2
|
tray-padding = 2
|
||||||
|
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
@ -115,27 +116,33 @@ label-mode-foreground = #000
|
|||||||
label-mode-background = ${colors.primary}
|
label-mode-background = ${colors.primary}
|
||||||
|
|
||||||
; focused = Active workspace on focused monitor
|
; focused = Active workspace on focused monitor
|
||||||
label-focused = %index%
|
label-focused = %index% %icon%
|
||||||
label-focused-background = ${colors.color4}
|
label-focused-background = ${colors.color4}
|
||||||
label-focused-padding = 2
|
label-focused-padding = 2
|
||||||
|
|
||||||
; unfocused = Inactive workspace on any monitor
|
; unfocused = Inactive workspace on any monitor
|
||||||
label-unfocused = %index%
|
label-unfocused = %index% %icon%
|
||||||
label-unfocused-padding = 2
|
label-unfocused-padding = 2
|
||||||
|
|
||||||
; visible = Active workspace on unfocused monitor
|
; visible = Active workspace on unfocused monitor
|
||||||
label-visible = %index%
|
label-visible = %index% %icon%
|
||||||
label-visible-background = ${self.label-focused-background}
|
label-visible-background = ${self.label-focused-background}
|
||||||
label-visible-padding = ${self.label-focused-padding}
|
label-visible-padding = ${self.label-focused-padding}
|
||||||
|
|
||||||
; urgent = Workspace with urgency hint set
|
; urgent = Workspace with urgency hint set
|
||||||
label-urgent = %index%
|
label-urgent = %index% %icon%
|
||||||
label-urgent-background = ${colors.alert}
|
label-urgent-background = ${colors.alert}
|
||||||
label-urgent-padding = 2
|
label-urgent-padding = 2
|
||||||
|
|
||||||
; Separator in between workspaces
|
; Separator in between workspaces
|
||||||
; label-separator = |
|
; label-separator = |
|
||||||
|
|
||||||
|
ws-icon-0 = 1;
|
||||||
|
ws-icon-1 = 2;
|
||||||
|
ws-icon-2 = 3;
|
||||||
|
ws-icon-3 = 4;
|
||||||
|
ws-icon-default =
|
||||||
|
|
||||||
[module/xbacklight]
|
[module/xbacklight]
|
||||||
type = internal/xbacklight
|
type = internal/xbacklight
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user