From 1d3d868712ba0812c63d0a0a64ec7fd9ca316981 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Wed, 12 Oct 2016 09:05:02 +0200 Subject: [PATCH] fix(config): Use new parameter names --- config | 13 +++++++------ examples/config | 8 ++++---- examples/config.bspwm | 8 ++++---- examples/config.i3 | 12 ++++++------ 4 files changed, 21 insertions(+), 20 deletions(-) diff --git a/config b/config index b0f761e2..283847ee 100644 --- a/config +++ b/config @@ -53,12 +53,13 @@ border-top-color = #333 spacing = ${bar/top.spacing} lineheight = ${bar/top.lineheight} -padding-right = ${bar/top.padding_right} +padding-right = ${bar/top.padding-right} module-margin-left = 0 -module-margin-right = ${bar/top.module_margin_right} +module-margin-right = ${bar/top.module-margin-right} font-0 = ${bar/top.font-0} font-1 = ${bar/top.font-1} +font-2 = ${bar/top.font-2} modules-left = bspwm modules-right = date powermenu @@ -348,14 +349,14 @@ menu-0-0-foreground = #e60053 menu-0-0-exec = bspc quit -1 menu-0-1 = Reboot menu-0-1-foreground = #e60053 -menu-0-1-exec = menu_open-1 +menu-0-1-exec = menu-open-1 menu-0-2 = Power off menu-0-2-foreground = #e60053 -menu-0-2-exec = menu_open-2 +menu-0-2-exec = menu-open-2 menu-1-0 = Cancel menu-1-0-foreground = #e60053 -menu-1-0-exec = menu_open-0 +menu-1-0-exec = menu-open-0 menu-1-1 = Reboot menu-1-1-foreground = #e60053 menu-1-1-exec = sudo reboot @@ -365,7 +366,7 @@ menu-2-0-foreground = #e60053 menu-2-0-exec = sudo poweroff menu-2-1 = Cancel menu-2-1-foreground = #e60053 -menu-2-1-exec = menu_open-0 +menu-2-1-exec = menu-open-0 [module/counter] diff --git a/examples/config b/examples/config index aeed36de..e91ddf05 100644 --- a/examples/config +++ b/examples/config @@ -235,14 +235,14 @@ menu-0-0-foreground = #e60053 menu-0-0-exec = bspc quit -1 menu-0-1 = Reboot menu-0-1-foreground = #e60053 -menu-0-1-exec = menu_open-1 +menu-0-1-exec = menu-open-1 menu-0-2 = Power off menu-0-2-foreground = #e60053 -menu-0-2-exec = menu_open-2 +menu-0-2-exec = menu-open-2 menu-1-0 = Cancel menu-1-0-foreground = #e60053 -menu-1-0-exec = menu_open-0 +menu-1-0-exec = menu-open-0 menu-1-1 = Reboot menu-1-1-foreground = #e60053 menu-1-1-exec = sudo reboot @@ -252,7 +252,7 @@ menu-2-0-foreground = #e60053 menu-2-0-exec = sudo poweroff menu-2-1 = Cancel menu-2-1-foreground = #e60053 -menu-2-1-exec = menu_open-0 +menu-2-1-exec = menu-open-0 [module/counter] diff --git a/examples/config.bspwm b/examples/config.bspwm index 8211a9f0..29781027 100644 --- a/examples/config.bspwm +++ b/examples/config.bspwm @@ -337,14 +337,14 @@ menu-0-0-foreground = #e60053 menu-0-0-exec = bspc quit -1 menu-0-1 = Reboot menu-0-1-foreground = #e60053 -menu-0-1-exec = menu_open-1 +menu-0-1-exec = menu-open-1 menu-0-2 = Power off menu-0-2-foreground = #e60053 -menu-0-2-exec = menu_open-2 +menu-0-2-exec = menu-open-2 menu-1-0 = Cancel menu-1-0-foreground = #e60053 -menu-1-0-exec = menu_open-0 +menu-1-0-exec = menu-open-0 menu-1-1 = Reboot menu-1-1-foreground = #e60053 menu-1-1-exec = sudo reboot @@ -354,7 +354,7 @@ menu-2-0-foreground = #e60053 menu-2-0-exec = sudo poweroff menu-2-1 = Cancel menu-2-1-foreground = #e60053 -menu-2-1-exec = menu_open-0 +menu-2-1-exec = menu-open-0 [module/counter] diff --git a/examples/config.i3 b/examples/config.i3 index a6472658..271dc291 100644 --- a/examples/config.i3 +++ b/examples/config.i3 @@ -60,9 +60,9 @@ border-top-color = #333 spacing = ${bar/top.spacing} lineheight = ${bar/top.lineheight} -padding-right = ${bar/top.padding_right} +padding-right = ${bar/top.padding-right} module-margin-left = 0 -module-margin-right = ${bar/top.module_margin_right} +module-margin-right = ${bar/top.module-margin-right} font-0 = ${bar/top.font-0} font-1 = ${bar/top.font-1} @@ -350,14 +350,14 @@ menu-0-0-foreground = #e60053 menu-0-0-exec = i3-msg -t command exit menu-0-1 = Reboot menu-0-1-foreground = #e60053 -menu-0-1-exec = menu_open-1 +menu-0-1-exec = menu-open-1 menu-0-2 = Power off menu-0-2-foreground = #e60053 -menu-0-2-exec = menu_open-2 +menu-0-2-exec = menu-open-2 menu-1-0 = Cancel menu-1-0-foreground = #e60053 -menu-1-0-exec = menu_open-0 +menu-1-0-exec = menu-open-0 menu-1-1 = Reboot menu-1-1-foreground = #e60053 menu-1-1-exec = sudo reboot @@ -367,7 +367,7 @@ menu-2-0-foreground = #e60053 menu-2-0-exec = sudo poweroff menu-2-1 = Cancel menu-2-1-foreground = #e60053 -menu-2-1-exec = menu_open-0 +menu-2-1-exec = menu-open-0 [module/counter]