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

adjust colors and font

This commit is contained in:
Nick Boughton 2021-05-14 11:02:07 +01:00
parent c3b716867e
commit 7ce71aca5c
2 changed files with 6 additions and 6 deletions

@ -112,12 +112,12 @@ wrapping-scroll = false
;pin-workspaces = true ;pin-workspaces = true
label-mode-padding = 2 label-mode-padding = 2
label-mode-foreground = #000 label-mode-foreground = ${colors.foreground}
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% %icon% label-focused = %index% %icon%
label-focused-background = ${colors.color4} label-focused-foreground = ${colors.primary}
label-focused-padding = 2 label-focused-padding = 2
; unfocused = Inactive workspace on any monitor ; unfocused = Inactive workspace on any monitor
@ -131,7 +131,7 @@ label-visible-padding = ${self.label-focused-padding}
; urgent = Workspace with urgency hint set ; urgent = Workspace with urgency hint set
label-urgent = %index% %icon% label-urgent = %index% %icon%
label-urgent-background = ${colors.alert} label-urgent-foreground = ${colors.alert}
label-urgent-padding = 2 label-urgent-padding = 2
; Separator in between workspaces ; Separator in between workspaces
@ -139,7 +139,7 @@ label-urgent-padding = 2
ws-icon-0 = 1; ws-icon-0 = 1;
ws-icon-1 = 2; ws-icon-1 = 2;
ws-icon-2 = 3; ws-icon-2 = 3;
ws-icon-3 = 4; ws-icon-3 = 4;
ws-icon-default =  ws-icon-default = 

@ -87,7 +87,7 @@
### Text ### ### Text ###
font = Roboto 9 font = Fira Code Medium 9
# The spacing between lines. If the height is smaller than the # The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height. # font height, it will get raised to the font height.