From 74c7f5f617157f26713df3c9df7dbed21cc072f3 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Sun, 20 Nov 2016 03:29:19 +0100 Subject: [PATCH] fix: Patch example config template The last patch only updated the generated file and not the CMake template Remove the generated file and add it to .gitignore to prevent future mistakes --- .gitignore | 1 + examples/config | 354 ------------------------------------------ examples/config.cmake | 4 +- 3 files changed, 3 insertions(+), 356 deletions(-) delete mode 100644 examples/config diff --git a/.gitignore b/.gitignore index 67154654..0b46550e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ tags *.swp include/config.hpp .tags +examples/config diff --git a/examples/config b/examples/config deleted file mode 100644 index 0a02b1a0..00000000 --- a/examples/config +++ /dev/null @@ -1,354 +0,0 @@ -;===================================================== -; -; To learn more about how to configure Polybar -; go to https://github.com/jaagr/polybar -; -; The README contains alot of information -; -;===================================================== - -[global/wm] -margin-top = 5 -margin-bottom = 5 -margin-left = 5 -margin-right = 5 - - -[bar/example] -;monitor = HDMI-1 -dock = false -width = 100% -height = 27 -offset-x = 0 -offset-y = 0 - -background = #ee222222 -foreground = #dfdfdf -linecolor = #555 - -border-bottom = 2 -border-bottom-color = #333 - -spacing = 1 -lineheight = 1 -padding-left = 0 -padding-right = 2 -module-margin-left = 1 -module-margin-right = 2 - -font-0 = fixed:pixelsize=10;0 -font-1 = unifont:size=6:heavy:fontformat=truetype;-2 -font-2 = siji:pixelsize=10;0 - -modules-left = bspwm i3 mpd -modules-center = xwindow -modules-right = backlight volume memory cpu wlan eth battery temperature date powermenu - -tray-position = right -tray-padding = 4 -;tray-transparent = true -;tray-background = #0063ff - -;wm-restack = bspwm - - -[module/xwindow] -type = internal/xwindow -label = %title% -label-maxlen = 30 - - -[module/filesystem] -type = internal/fs -interval = 25 - -mount-0 = / -mount-1 = /home -mount-2 = /invalid/mountpoint - -;fixed-values = true -;spacing = 4 - -label-mounted = %mountpoint%: %percentage_free% - -label-unmounted = %mountpoint%: not mounted -label-unmounted-foreground = #55 - - - -[module/bspwm] -type = internal/bspwm -ws-icon-default = x - -label-active = %index% -label-active-background = #ee333333 -label-active-underline= #cc333333 -label-active-padding = 2 - -label-occupied = %index% -label-occupied-padding = 2 - -label-urgent = %index% -label-urgent-background = #bd2c40 -label-urgent-padding = 2 - -label-empty = %index% -label-empty-foreground = #55 -label-empty-padding = 2 - - -[module/i3] -type = internal/i3 -format = -index-sort = true - -label-focused = %index% -label-focused-background = #ee333333 -label-focused-underline= #cc333333 -label-focused-padding = 2 - -label-unfocused = %index% -label-unfocused-padding = 2 - -label-urgent = %index%! -label-urgent-background = #bd2c40 -label-urgent-padding = 2 - -label-visible = %index% -label-visible-foreground = #55 -label-visible-padding = 2 - - -[module/mpd] -type = internal/mpd - -format-online = - -label-song-maxlen = 25 -label-song-ellipsis = true - -icon-prev =  -icon-seekb =  -icon-stop =  -icon-play =  -icon-pause =  -icon-next =  -icon-seekf =  - -icon-random =  -icon-repeat =  - -toggle-on-foreground = #e60053 -toggle-off-foreground = #66 - - -[module/backlight] -type = internal/xbacklight - -format =