From 77c6f7b64efe375ad309a4b6bfd0b5a78c2349fe Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Tue, 18 Feb 2020 02:21:28 +0100 Subject: [PATCH] add: modularity for polybar --- .config/polybar/bars.ini | 82 +++++++ .config/polybar/colors.ini | 10 + .config/polybar/config | 474 ++---------------------------------- .config/polybar/launch.sh | 2 - .config/polybar/modules.ini | 368 ++++++++++++++++++++++++++++ 5 files changed, 476 insertions(+), 460 deletions(-) create mode 100644 .config/polybar/bars.ini create mode 100644 .config/polybar/colors.ini create mode 100644 .config/polybar/modules.ini diff --git a/.config/polybar/bars.ini b/.config/polybar/bars.ini new file mode 100644 index 0000000..2387893 --- /dev/null +++ b/.config/polybar/bars.ini @@ -0,0 +1,82 @@ +[bar/base] + width = 100% + height = 27 +; offset-x = 1% +; offset-y = 1% + radius = 0.0 + fixed-center = true + bottom = true + + background = ${colors.background} + foreground = ${colors.foreground} + + line-size = 3 + line-color = #f00 + + border-size = 0 + border-color = #00000000 + + padding-left = 0 + padding-right = 2 + + module-margin-left = 1 + module-margin-right = 2 + + font-0 = fixed:pixelsize=10;1 + font-1 = Font Awesome 5 Pro Regular:size=12 + font-2 = Font Awesome 5 Pro Light:size=12 + font-3 = Font Awesome 5 Pro Solid:size=12 + font-4 = Font Awesome 5 Brands:size=12 + font-5 = PowerlineSymbols:size=12 + + monitor = + + tray-position = right + tray-padding = 2 + + wm-restack = bspwm +; wm-restack = i3 + +; override-redirect = true + + scroll-up = bspwm-desknext + scroll-down = bspwm-deskprev + + cursor-click = pointer + cursor-scroll = pointer + + +[bar/portalo-base] + inherit = bar/base + + modules-left = bspwm i3 + modules-center = mpd + modules-right = memory cpu eth temperature date powermenu + + eth-interface = enp0s31f6 + +[bar/portalo-primary] + inherit = bar/portalo-base + + monitor = HDMI-1 + +[bar/portalo-secondary] + inherit = bar/portalo-base + + monitor = DVI-D-1 + tray-position = none + + +[bar/laptop-primary] + inherit = bar/base + + monitor = eDP1 + + modules-left = bspwm i3 + modules-center = + modules-right = pulseaudio battery xbacklight memory cpu temperature wlan eth date powermenu + + eth-interface = enp2s0f1 + wlan-interface = wlp3s0 + +; vim: ft=dosini diff --git a/.config/polybar/colors.ini b/.config/polybar/colors.ini new file mode 100644 index 0000000..5074e7b --- /dev/null +++ b/.config/polybar/colors.ini @@ -0,0 +1,10 @@ +[colors] + background = #222 + background-alt = #444 + foreground = #dfdfdf + foreground-alt = #777 + primary = #ffb52a + secondary = #e60053 + alert = #bd2c40 + +; vim: ft=dosini diff --git a/.config/polybar/config b/.config/polybar/config index b1820c8..db8aade 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -1,461 +1,19 @@ -[colors] - background = #222 - background-alt = #444 - foreground = #dfdfdf - foreground-alt = #777 - primary = #ffb52a - secondary = #e60053 - alert = #bd2c40 - -[bar/base] - width = 100% - height = 27 -; offset-x = 1% -; offset-y = 1% - radius = 0.0 - fixed-center = true - bottom = true - - background = ${colors.background} - foreground = ${colors.foreground} - - line-size = 3 - line-color = #f00 - - border-size = 0 - border-color = #00000000 - - padding-left = 0 - padding-right = 2 - - module-margin-left = 1 - module-margin-right = 2 - - font-0 = fixed:pixelsize=10;1 - font-1 = unifont:fontformat=truetype:size=8:antialias=false;0 - font-2 = siji:pixelsize=10;1 - font-3 = Font Awesome 5 Pro Regular:size=12 - font-4 = Font Awesome 5 Pro Light:size=12 - font-5 = Font Awesome 5 Pro Solid:size=12 - font-6 = Font Awesome 5 Brands:size=12 - - monitor = - - tray-position = right - tray-padding = 2 - - wm-restack = bspwm -; wm-restack = i3 - -; override-redirect = true - - scroll-up = bspwm-desknext - scroll-down = bspwm-deskprev - - cursor-click = pointer - cursor-scroll = pointer - - -[bar/portalo-base] - inherit = bar/base - - modules-left = bspwm i3 - modules-center = mpd - modules-right = memory cpu eth temperature date powermenu - - eth-interface = enp0s31f6 - -[bar/portalo-primary] - inherit = bar/portalo-base - - monitor = HDMI-1 - -[bar/portalo-secondary] - inherit = bar/portalo-base - - monitor = DVI-D-1 - tray-position = none - - -[bar/laptop-primary] - inherit = bar/base - - monitor = eDP1 - - modules-left = bspwm i3 - modules-center = - modules-right = pulseaudio battery xbacklight memory cpu temperature wlan eth date powermenu - - eth-interface = enp2s0f1 - wlan-interface = wlp3s0 - - -[module/xwindow] - type = internal/xwindow - label = %title:0:30:...% - -[module/xkeyboard] - type = internal/xkeyboard - blacklist-0 = num lock - - format-prefix = " " - format-prefix-foreground = ${colors.foreground-alt} - format-prefix-underline = ${colors.secondary} - - label-layout = %layout% - label-layout-underline = ${colors.secondary} - - label-indicator-padding = 2 - label-indicator-margin = 1 - label-indicator-background = ${colors.secondary} - label-indicator-underline = ${colors.secondary} - -[module/filesystem] - type = internal/fs - interval = 25 - - mount-0 = / - - label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%% - label-unmounted = %mountpoint% not mounted - label-unmounted-foreground = ${colors.foreground-alt} - -[module/bspwm] - type = internal/bspwm - - pin-workspaces = false - - label-focused = %icon% %index% - label-focused-background = ${colors.background-alt} - label-focused-underline= ${colors.primary} - label-focused-padding = 2 - - label-occupied = %icon% %index% - label-occupied-padding = 2 - - label-urgent = %icon% %index%! - label-urgent-background = ${colors.alert} - label-urgent-padding = 2 - - label-empty = %icon% %index% - label-empty-foreground = ${colors.foreground-alt} - label-empty-padding = 2 - - ws-icon-0 = web; - ws-icon-1 = terminal; - ws-icon-2 = voip; - ws-icon-3 = messenger; - ws-icon-4 = game; - ws-icon-5 = side-view; - ws-icon-default =  - -; Separator in between workspaces -; label-separator = | - -[module/i3] - type = internal/i3 - format = - index-sort = true - wrapping-scroll = false - -; Only show workspaces on the same output as the bar -; pin-workspaces = true - - label-mode-padding = 2 - label-mode-foreground = #000 - label-mode-background = ${colors.primary} - -; focused = Active workspace on focused monitor - label-focused = %index% - 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 = 2 - -; visible = Active workspace on unfocused monitor - label-visible = %index% - label-visible-background = ${self.label-focused-background} - label-visible-underline = ${self.label-focused-underline} - label-visible-padding = ${self.label-focused-padding} - -; urgent = Workspace with urgency hint set - label-urgent = %index% - label-urgent-background = ${colors.alert} - label-urgent-padding = 2 - -; Separator in between workspaces -; label-separator = | - - -[module/mpd] - type = internal/mpd - format-online =  - - icon-prev =  - icon-stop =  - icon-play =  - icon-pause =  - icon-next =  - - label-song-maxlen = 50 - label-song = %artist% - %title% - label-offline =  mpd is offline - label-time = [%elapsed% / %total%] - - bar-progress-width = 10 - bar-progress-indicator = | - bar-progress-fill = - - bar-progress-empty = - - -[module/xbacklight] - type = internal/xbacklight - - format-prefix = " " - format-prefix-foreground = ${colors.foreground-alt} - format-underline = #fff - format =