From 2b0bf463b11f8ad916bef83d2e96a721bb29e0ea Mon Sep 17 00:00:00 2001 From: patrick96 Date: Sat, 1 Jun 2019 16:14:12 +0200 Subject: [PATCH] config: Remove bspwm variable references This confuses lots of people when removing the bspwm module from the sample config and trying to use the i3 module --- config.cmake | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.cmake b/config.cmake index 47c9024e..004bbdbe 100644 --- a/config.cmake +++ b/config.cmake @@ -144,13 +144,13 @@ label-mode-background = ${colors.primary} ; focused = Active workspace on focused monitor label-focused = %index% -label-focused-background = ${module/bspwm.label-focused-background} -label-focused-underline = ${module/bspwm.label-focused-underline} -label-focused-padding = ${module/bspwm.label-focused-padding} +label-focused-background = ${colors.background-alt} +label-focused-underline= ${colors.primary} +label-focused-padding = 2 ; unfocused = Inactive workspace on any monitor label-unfocused = %index% -label-unfocused-padding = ${module/bspwm.label-occupied-padding} +label-unfocused-padding = 2 ; visible = Active workspace on unfocused monitor label-visible = %index% @@ -160,8 +160,8 @@ label-visible-padding = ${self.label-focused-padding} ; urgent = Workspace with urgency hint set label-urgent = %index% -label-urgent-background = ${module/bspwm.label-urgent-background} -label-urgent-padding = ${module/bspwm.label-urgent-padding} +label-urgent-background = ${colors.alert} +label-urgent-padding = 2 ; Separator in between workspaces ; label-separator = |