1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 14:51:56 +01:00

tweaked tray position and window positioning

This commit is contained in:
Nick Boughton 2021-04-14 12:27:28 +01:00
parent 207ae9eb2a
commit 9ef831781d
2 changed files with 13 additions and 6 deletions

@ -182,7 +182,7 @@ mode "resize" {
bindsym $mod+r mode "resize"
gaps inner 10
gaps top 45
gaps top 40
#
# Titlebars

@ -47,7 +47,8 @@ modules-left = date battery root_storage home_storage memory swap cpu
modules-center = i3
modules-right = covid weather updates my-updates backlight-acpi pulseaudio powermenu
tray-position = right
tray-position = center
tray-offset-x = 530
tray-padding = 2
cursor-click = pointer
@ -115,27 +116,33 @@ label-mode-foreground = #000
label-mode-background = ${colors.primary}
; focused = Active workspace on focused monitor
label-focused = %index%
label-focused = %index% %icon%
label-focused-background = ${colors.color4}
label-focused-padding = 2
; unfocused = Inactive workspace on any monitor
label-unfocused = %index%
label-unfocused = %index% %icon%
label-unfocused-padding = 2
; visible = Active workspace on unfocused monitor
label-visible = %index%
label-visible = %index% %icon%
label-visible-background = ${self.label-focused-background}
label-visible-padding = ${self.label-focused-padding}
; urgent = Workspace with urgency hint set
label-urgent = %index%
label-urgent = %index% %icon%
label-urgent-background = ${colors.alert}
label-urgent-padding = 2
; Separator in between workspaces
; label-separator = |
ws-icon-0 = 1;
ws-icon-1 = 2;
ws-icon-2 = 3;
ws-icon-3 = 4;
ws-icon-default = 
[module/xbacklight]
type = internal/xbacklight