diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index a848099..bb84116 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -1,327 +1,320 @@ -# vim: ft=dosini [colors] - accent = #EDD080 - bckgrd = #121212 - select = #161A1B +background = #00222 +background-alt = #444 +foreground = #dfdfdf +foreground-alt = #555 +primary = #ffb52a +secondary = #e60053 +alert = #bd2c40 - background = ${xrdb:color0:self.bckgrd} - background-alt = ${self.select} - foreground = ${xrdb:color6:#A5ffffff} - foreground-alt = ${xrdb:color7:#222} - primary = ${xrdb:color1:self.accent} - secondary = ${xrdb:color2:#222} - alert = ${xrdb:color3:#bd2c40} - white = #FFFFFF - grey = #AAAAAA - transparent = #00000000 +[bar/primary] +width = 100% +height = 20 +radius = 0 +fixed-center = false +background = ${colors.background} +foreground = ${colors.foreground} +line-size = 3 +line-color = #f00 +border-size = 0 +border-color = #00000000 +padding-left = 0 +padding-right = 0 +module-margin-left = 1 +module-margin-right = 2 +font-0 = Go Mono:fontformat=truetype:size=8:antialias=true +font-1 = unifont:fontformat=truetype:size=8:antialias=true +font-2 = Siji:pixelsize=10 +font-3 = FontAwesome:pixelsize=8;0 +modules-left = i3 pulseaudio +#modules-right = pulseaudio xbacklight filesystem xkeyboard memory cpu wlan battery temperature date powermenu +modules-right = wlan eth cpu temperature battery date powermenu +tray-position = none +scroll-up = i3wm-wsnext +scroll-down = i3wm-wsprev +cursor-click = pointer +cursor-scroll = ns-resize + +[bar/secondary] +monitor = "eDP-1" +width = 100% +height = 27 +radius = 10.0 +fixed-center = false +background = ${colors.background} +foreground = ${colors.foreground} +line-size = 3 +line-color = #f00 +border-size = 4 +border-color = #00000000 +padding-left = 2 +padding-right = 2 +module-margin-left = 1 +module-margin-right = 2 +font-0 = Roboto Mono Nerd Font Complete Mono:fontformat=truetype:size=8:antialias=false +font-1 = unifont:fontformat=truetype:size=8:antialias=false +font-2 = siji:pixelsize=10 +modules-left = i3 mpd pulseaudio +#modules-right = pulseaudio xbacklight filesystem xkeyboard memory cpu wlan battery temperature date powermenu +modules-right = wlan eth cpu temperature battery date powermenu +tray-position = right +tray-padding = 2 +tray-background = #0063ff +scroll-up = i3wm-wsnext +scroll-down = i3wm-wsprev +cursor-click = pointer +cursor-scroll = ns-resize -[global/wm] - margin-top = 0 - margin-bottom = 0 +[module/xwindow] +type = internal/xwindow +label = %title:0:30:...% -[settings] - throttle-output = 5 - throttle-output-for = 10 - throttle-input-for = 30 - screenchange-reload = true - bargapp= 10 - barwidth = 100% - barheigh = 48 - - -[bar/main] - monitor-strict = true - fixed-center = true - dpi = 96 - bottom = false - width = ${settings.barwidth} - height = ${settings.barheigh} - offset-x = 0 - offset-y = 0 - background = ${colors.background} - foreground = ${colors.foreground} - overline-size = 0 - overline-color = #f00 - underline-size = 2 - underline-color = #00f - border-top-size = ${settings.bargapp} - border-left-size = ${settings.bargapp} - border-right-size = ${settings.bargapp} - border-bottom-size = 0 - border-color = ${colors.transparent} - radius-top = 10 - radius-bottom = 10 - spacing = 2 - padding-left = 2 - padding-right = 2 - module-margin-left = 2 - module-margin-right = 2 - font-0 = Monoid:size=12;4 - font-1 = unifont:size=12;1 - font-2 = FontAwesome:size=12;3 - font-3 = NotoSans-Regular:size=12;-1 - font-4 = MaterialIcons:size=16;5 - tray-position = right - tray-padding = 4 - modules-left = cast wlan - modules-center = mpd - modules-right = filesystem battery volume light date - - -[bar/workspaces] - monitor-strict = true - dpi = 96 - bottom = true - width = ${settings.barwidth} - height = 3 - background = ${colors.transparent} - foreground = ${colors.foreground} - border-top-size = 0 - border-bottom-size = 0 - border-color = ${colors.transparent} - font-0 = Monoisome:size=10;4 - font-1 = FontAwesome:pixelsize=10;3 - font-5 = unifont:size=14;1 - modules-center = i3 BSP - - -[module/i3] - type = internal/i3 - format = - pin-workspaces = true - label-focused = %name% - label-focused-foreground= ${colors.background} - label-focused-background = ${colors.foreground} - label-focused-underline = ${colors.foreground} - label-focused-padding = 3 - label-unfocused = %name% - label-unfocused-padding = 2 - label-unfocused-background = ${colors.background} - label-urgent = %name% - label-urgent-foreground= ${colors.alert} - label-urgent-background = ${colors.background-alt} - label-urgent-padding = 2 - label-empty = %name% - label-empty-background = ${colors.background-alt} - label-empty-padding = ${self.label-focused-padding} - - -[module/mouseloc] - type = custom/script - exec = echo "X:" $(xdotool getmouselocation | awk '{print substr($2,3,4)}') " Y:" $(xdotool getmouselocation | awk '{print substr($1,3,4)}') - interval = 0.1 - label = %output% - format =