From 7ce71aca5cffd0a249e7d9839da4a71eb024624b Mon Sep 17 00:00:00 2001 From: Nick Boughton Date: Fri, 14 May 2021 11:02:07 +0100 Subject: [PATCH] adjust colors and font --- polybar/config | 10 +++++----- wal/templates/colors-dunstrc | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/polybar/config b/polybar/config index 6f69b76..97da01a 100644 --- a/polybar/config +++ b/polybar/config @@ -112,12 +112,12 @@ wrapping-scroll = false ;pin-workspaces = true label-mode-padding = 2 -label-mode-foreground = #000 -label-mode-background = ${colors.primary} +label-mode-foreground = ${colors.foreground} +;label-mode-background = ${colors.primary} ; focused = Active workspace on focused monitor label-focused = %index% %icon% -label-focused-background = ${colors.color4} +label-focused-foreground = ${colors.primary} label-focused-padding = 2 ; unfocused = Inactive workspace on any monitor @@ -131,7 +131,7 @@ label-visible-padding = ${self.label-focused-padding} ; urgent = Workspace with urgency hint set label-urgent = %index% %icon% -label-urgent-background = ${colors.alert} +label-urgent-foreground = ${colors.alert} label-urgent-padding = 2 ; Separator in between workspaces @@ -139,7 +139,7 @@ label-urgent-padding = 2 ws-icon-0 = 1; ws-icon-1 = 2; -ws-icon-2 = 3; +ws-icon-2 = 3; ws-icon-3 = 4; ws-icon-default =  diff --git a/wal/templates/colors-dunstrc b/wal/templates/colors-dunstrc index 09e9bec..5a66556 100644 --- a/wal/templates/colors-dunstrc +++ b/wal/templates/colors-dunstrc @@ -87,7 +87,7 @@ ### Text ### - font = Roboto 9 + font = Fira Code Medium 9 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height.