aboutsummaryrefslogtreecommitdiff
path: root/polybar
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2019-04-20 16:08:15 +0200
committerSébastien Dailly <sebastien@chimrod.com>2019-04-20 16:08:15 +0200
commit96b77e2029a67aeef9faac9cbcb2a00f75026540 (patch)
treeaec4888e248a7a55a6d7f9a403023445b05aa082 /polybar
parentc4993a80baec31f0784f66e1e20f208b9ee1fc22 (diff)
Update config
Diffstat (limited to 'polybar')
-rw-r--r--polybar/.config/polybar/config35
1 files changed, 20 insertions, 15 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config
index 4ae15b6..255d80d 100644
--- a/polybar/.config/polybar/config
+++ b/polybar/.config/polybar/config
@@ -8,16 +8,14 @@
;=====================================================
[colors]
-background = #fff
-background-alt = #444
+background = ${xrdb:color4}
+background-alt = ${xrdb:color15}
#foreground = #dfdfdf
-foreground = #000
-foreground-alt = #55
+foreground = ${xrdb:color7}
+foreground-alt = ${xrdb:color4}
primary = #ffb52a
secondary = #e60053
-alert = #b32c59
-
-color2 = #86b359
+alert = ${xrdb:color1}
[global/wm]
margin-top = 0
@@ -28,7 +26,7 @@ margin-bottom = 0
;monitor = ${env:MONITOR:HDMI-1}
width = 100%
height = 30
-offset-x = 0
+#offset-x = 0
offset-y = 0
; Prefer fixed center position for the `modules-center` block
@@ -55,7 +53,7 @@ module-margin-right = 2
font-0 = Dejavu Sans Mono:size=12
font-1 = materialdesignicons:size=16
-modules-left = xwindow
+#modules-left = i3
modules-center = i3
modules-right = date
@@ -84,7 +82,6 @@ type = internal/bspwm
ws-icon-default = x
label-focused = %index%
-label-focused-background = ${colors.background-alt}
label-focused-underline= ${colors.primary}
label-focused-padding = 2
@@ -111,17 +108,20 @@ label-mode-foreground = #000
label-mode-background = ${colors.primary}
border-size = 1
+border-colol = #000
+pseudo-transparency = true
#label-focused = %name%
label-focused = %icon%
#label-focused-background = ${module/bspwm.label-focused-background}
-label-focused-background = #ffff
-label-focused-underline = #000
+label-focused-background = ${colors.background-alt}
+#label-focused-underline = ${colors.foreground}
label-focused-padding = ${module/bspwm.label-focused-padding}
-#label-focused-foreground = #fff
+label-focused-foreground = ${colors.foreground-alt}
label-unfocused = %icon%
label-unfocused-padding = ${module/bspwm.label-occupied-padding}
+label-unfocused-background = ${colors.background}
label-urgent = %icon%
label-urgent-background = ${colors.background}
@@ -131,7 +131,7 @@ label-urgent-padding = ${module/bspwm.label-urgent-padding}
label-visible = %icon%
label-visible-background = ${self.label-focused-background}
-label-visible-underline = ${self.label-focused-underline}
+#label-visible-underline = ${self.label-focused-underline}
label-visible-padding = ${self.label-focused-padding}
strip-wsnumbers = true
@@ -152,7 +152,12 @@ ws-icon-11 = 9;
ws-icon-12 = 10;
ws-icon-13 = 11;
ws-icon-14 = 12;
+ws-icon-default = ○
+; Separator in between workspaces
+#label-separator = " "
+#label-separator-padding = 0
+#label-separator-foreground = #ffb52a
[module/date]
type = internal/date
@@ -166,7 +171,7 @@ time-alt =  %d %b %H:%M
format-prefix =
format-prefix-foreground = ${colors.foreground-alt}
-format-underline = #0a6cf5
+#format-underline = #0a6cf5
#label = %date% %time%
label = %time%