From d2bfc9c23aedf869e2da457d5323b1bb4216682d Mon Sep 17 00:00:00 2001 From: Josh Fabean Date: Mon, 26 Feb 2018 04:42:10 -0600 Subject: [PATCH] added polybar config & launch --- .config/polybar/config | 409 ++++++++++++++++++++++++++++++++++++++ .config/polybar/launch.sh | 13 ++ 2 files changed, 422 insertions(+) create mode 100644 .config/polybar/config create mode 100755 .config/polybar/launch.sh diff --git a/.config/polybar/config b/.config/polybar/config new file mode 100644 index 0000000..bf12bd4 --- /dev/null +++ b/.config/polybar/config @@ -0,0 +1,409 @@ +;===================================================== +; +; To learn more about how to configure Polybar +; go to https://github.com/jaagr/polybar +; +; The README contains alot of information +; +;===================================================== + +[colors] +;background = ${xrdb:color0:#222} +background = #0c1014 +background-alt = #195466 +;foreground = ${xrdb:color7:#222} +foreground = #dfdfdf +foreground-alt = #555 +primary = #33859e +secondary = #e60053 +alert = #bd2c40 + + +[bar/hdmi0] +monitor = ${env:MONITOR:HDMI-0} +width = 100% +height = 27 +;offset-x = 1% +;offset-y = 1% +radius = 0 +fixed-center = false + +background = ${colors.background} +foreground = ${colors.foreground} + +line-size = 3 +line-color = #f00 + +border-size = 0 +border-color = #000000 + +padding-left = 0 +padding-right = 1 + +module-margin-left = 1 +module-margin-right = 2 + +font-0 = FiraCode:pixelsize=10;1 +font-1 = FontAwesome:pixelsize=10;2 +font-2 = DejaVue Sans Mono:pixelsize=10;1 + +modules-left = +modules-center = i3 +modules-right = + +tray-position = right +tray-padding = 0 + +;wm-restack = i3 + +;override-redirect = true + +;scroll-up = i3wm-wsnext +;scroll-down = i3wm-wsprev + +cursor-click = pointer +cursor-scroll = ns-resize + + +[bar/dvid0] +monitor = ${env:MONITOR:DVI-D-0} +width = 100% +height = 27 +;offset-x = 1% +;offset-y = 1% +radius = 0 +fixed-center = false + +background = ${colors.background} +foreground = ${colors.foreground} + +line-size = 3 +line-color = #f00 + +border-size = 0 +border-color = #000000 + +padding-left = 0 +padding-right = 1 + +module-margin-left = 1 +module-margin-right = 2 + +font-0 = FiraCode:pixelsize=10;1 +font-1 = FontAwesome:pixelsize=10;2 +font-2 = "Wuncon Siji:pixelsize=10;1" + + +modules-left = mpd +modules-center = i3 +modules-right = filesystem xbacklight volume xkeyboard memory cpu wlan eth battery temperature date + +tray-position = right +tray-padding = 0 + +;wm-restack = i3 + +;override-redirect = true + +;scroll-up = i3wm-wsnext +;scroll-down = i3wm-wsprev + +cursor-click = pointer +cursor-scroll = ns-resize + + +[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/i3] +type = internal/i3 +format = +index-sort = true +wrapping-scroll = false + +ws-icon-0 = 1; +ws-icon-1 = 2; +ws-icon-2 = 3; +ws-icon-3 = 4; +ws-icon-4 = 5; +ws-icon-5 = 6; +ws-icon-6 = 7; +ws-icon-7 = 8; +ws-icon-default =  + +; Only show workspaces on the same output as the bar +pin-workspaces = true + +label-mode-padding = 2 +label-mode-foreground = ${colors.background} +label-mode-background = ${colors.primary} + +; focused = Active workspace on focused monitor +label-focused = %index% +label-focused-background = ${colors.background-alt} +label-focused-overline = ${colors.primary} +label-focused-padding = 2 + +; unfocused = Inactive workspace on any monitor +label-unfocused = %index% +label-unfocused-padding = ${self.label-focused-padding} + +; visible = Active workspace on unfocused monitor +label-visible = %index% +label-visible-background = ${colors.background} +label-visible-overline = ${self.label-focused-overline} +label-visible-padding = ${self.label-focused-padding} + +; urgent = Workspace with urgency hint set +label-urgent = %icon% +label-urgent-padding = ${self.label-focused-padding} +label-urgent-overline = ${colors.alert} + + +[module/mpd] +type = internal/mpd +format-online = + +icon-prev =  +icon-stop =  +icon-play =  +icon-pause =  +icon-next =  + +label-song-maxlen = 25 +label-song-ellipsis = true + +[module/xbacklight] +type = internal/xbacklight + +format =