2017-09-05 18:41:31 -05:00
|
|
|
#==================================================
|
|
|
|
#
|
|
|
|
# INFO: https://github.com/jaagr/polybar
|
|
|
|
#
|
|
|
|
#===================================================
|
|
|
|
|
|
|
|
#========================================
|
|
|
|
# RESOURCES
|
|
|
|
#========================================
|
2017-08-01 02:32:02 -05:00
|
|
|
[res/colors]
|
2018-01-16 23:26:52 -06:00
|
|
|
primary = ${xrdb:color4}
|
|
|
|
secondary = ${xrdb:color12}
|
|
|
|
alert = ${xrdb:color3}
|
2017-09-04 04:31:39 -05:00
|
|
|
|
2018-02-02 19:15:09 -06:00
|
|
|
icon-battery = ${xrdb:color7}
|
2018-01-31 18:12:14 -06:00
|
|
|
icon-cpu = ${xrdb:color4}
|
2018-01-31 19:05:26 -06:00
|
|
|
icon-date = ${xrdb:color7}
|
|
|
|
icon-fs = ${xrdb:color2}
|
2018-01-31 18:12:14 -06:00
|
|
|
icon-memory = ${xrdb:color5}
|
2018-01-31 19:05:26 -06:00
|
|
|
icon-volume = ${xrdb:color7}
|
2018-01-21 13:24:03 -06:00
|
|
|
icon-wlan = ${xrdb:color6}
|
2018-01-31 19:05:26 -06:00
|
|
|
icon-wm = ${xrdb:color7}
|
2018-01-17 12:15:17 -06:00
|
|
|
icon-xbacklight = ${xrdb:color7}
|
|
|
|
|
2017-09-04 04:31:39 -05:00
|
|
|
background = ${xrdb:background}
|
2018-01-31 13:49:32 -06:00
|
|
|
background-alt = ${xrdb:color10}
|
2017-09-08 15:30:50 -05:00
|
|
|
foreground = ${xrdb:color15}
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2018-01-18 14:57:31 -06:00
|
|
|
[res/config]
|
2018-02-05 14:12:59 -06:00
|
|
|
padding = 3
|
2018-01-18 14:57:31 -06:00
|
|
|
|
2017-08-01 02:32:02 -05:00
|
|
|
[res/fonts]
|
2018-02-05 14:12:59 -06:00
|
|
|
font-0 = "Helvetica CE:size=10;2"
|
|
|
|
font-1 = "Material Design Icons:size=13;3"
|
2017-09-17 22:58:06 -05:00
|
|
|
font-2 = "FontAwesome:size=10;2"
|
2018-02-05 14:12:59 -06:00
|
|
|
font-3 = "Wuncon Siji:size=9;2"
|
2017-08-01 02:55:38 -05:00
|
|
|
font-4 =
|
2017-07-30 17:24:27 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
#========================================
|
|
|
|
# BARS
|
|
|
|
#========================================
|
2017-07-30 17:24:27 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# TEMPLATE
|
|
|
|
#====================
|
2017-07-30 17:24:27 -05:00
|
|
|
|
2017-08-01 02:32:02 -05:00
|
|
|
[template/bar]
|
2017-09-05 18:41:31 -05:00
|
|
|
# Rendering of the bar
|
2018-02-05 14:12:59 -06:00
|
|
|
width = 40%
|
|
|
|
height = 32
|
|
|
|
offset-y = 10
|
2018-01-31 12:47:48 -06:00
|
|
|
wm-restack = ${env:PB_WM_RESTACK:bspwm}
|
2018-02-05 14:24:29 -06:00
|
|
|
bottom = true
|
2017-07-30 17:24:27 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# Module padding and spacing
|
2018-02-05 14:12:59 -06:00
|
|
|
padding = 3
|
|
|
|
module-margin = 2
|
2017-07-30 17:24:27 -05:00
|
|
|
|
2018-02-05 14:12:59 -06:00
|
|
|
# Colors and Borders
|
|
|
|
background = ${res/colors.background}
|
2017-08-01 02:32:02 -05:00
|
|
|
foreground = ${res/colors.foreground}
|
2018-02-05 14:12:59 -06:00
|
|
|
radius=4
|
2018-01-16 23:26:52 -06:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# Module fonts
|
2017-08-01 02:32:02 -05:00
|
|
|
font-0 = ${res/fonts.font-0}
|
|
|
|
font-1 = ${res/fonts.font-1}
|
|
|
|
font-2 = ${res/fonts.font-2}
|
2017-08-01 02:55:38 -05:00
|
|
|
font-3 = ${res/fonts.font-3}
|
|
|
|
font-4 = ${res/fonts.font-4}
|
2017-07-30 17:24:27 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# BARS
|
|
|
|
#====================
|
2018-02-05 14:12:59 -06:00
|
|
|
[bar/primary-top-left]
|
|
|
|
monitor = ${env:PB_MONITOR}
|
|
|
|
inherit = template/bar
|
|
|
|
offset-x = 5%
|
|
|
|
|
|
|
|
modules-left = i3 bspwm
|
|
|
|
modules-right = update-arch cpu memory fs-home
|
|
|
|
|
|
|
|
[bar/primary-top-right]
|
2018-01-20 13:56:55 -06:00
|
|
|
monitor = ${env:PB_MONITOR}
|
2017-08-01 02:32:02 -05:00
|
|
|
inherit = template/bar
|
2018-02-05 14:12:59 -06:00
|
|
|
offset-x = 55%
|
2017-07-30 17:24:27 -05:00
|
|
|
|
2018-02-05 14:12:59 -06:00
|
|
|
modules-left = wlan
|
|
|
|
modules-right = xbacklight volume battery date
|
2017-09-06 19:20:51 -05:00
|
|
|
|
2018-01-20 13:37:41 -06:00
|
|
|
[bar/secondary-top]
|
2018-01-20 13:56:55 -06:00
|
|
|
monitor = ${env:PB_MONITOR}
|
2018-01-20 13:29:15 -06:00
|
|
|
inherit = template/bar
|
2018-02-05 14:12:59 -06:00
|
|
|
offset-x = 5%
|
2018-01-20 13:29:15 -06:00
|
|
|
|
|
|
|
modules-left = i3 bspwm
|
2018-02-05 14:12:59 -06:00
|
|
|
modules-right = xwindow
|
2018-01-20 13:29:15 -06:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
#========================================
|
|
|
|
# MODULES
|
|
|
|
#========================================
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2018-01-17 18:56:13 -06:00
|
|
|
# BORDERS and WHITESPACE
|
2017-09-05 18:41:31 -05:00
|
|
|
#====================
|
2017-08-01 02:32:02 -05:00
|
|
|
[module/|]
|
2017-07-30 00:04:04 -05:00
|
|
|
type = custom/text
|
2018-01-16 23:26:52 -06:00
|
|
|
content = " "
|
2018-01-31 12:48:52 -06:00
|
|
|
content-foreground = ${res/colors.background-alt}
|
2017-08-20 23:08:19 -05:00
|
|
|
|
2018-01-16 23:26:52 -06:00
|
|
|
# OTHER
|
2017-09-05 18:41:31 -05:00
|
|
|
#====================
|
2017-07-30 00:04:04 -05:00
|
|
|
[module/i3]
|
|
|
|
type = internal/i3
|
2018-01-16 23:26:52 -06:00
|
|
|
format = <label-state><label-mode>
|
2018-02-05 14:12:59 -06:00
|
|
|
format-prefix = "i3 "
|
|
|
|
format-prefix-foreground = ${res/colors.icon-wm}
|
2018-01-05 00:27:11 -06:00
|
|
|
enable-scroll = false
|
2017-07-30 00:04:04 -05:00
|
|
|
index-sort = true
|
2018-01-17 21:50:59 -06:00
|
|
|
pin-workspaces = true
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2018-01-18 14:57:31 -06:00
|
|
|
label-mode-padding = ${res/config.padding}
|
2017-08-01 02:32:02 -05:00
|
|
|
label-mode-foreground = ${res/colors.background}
|
2018-01-31 19:05:26 -06:00
|
|
|
label-mode-background = ${res/colors.icon-wm}
|
2017-07-30 00:04:04 -05:00
|
|
|
|
|
|
|
label-focused = %name%
|
2018-01-19 12:45:10 -06:00
|
|
|
label-focused-padding = ${res/config.padding}
|
2018-01-16 23:26:52 -06:00
|
|
|
label-focused-foreground = ${self.label-mode-foreground}
|
|
|
|
label-focused-background = ${res/colors.secondary}
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2017-08-01 02:32:02 -05:00
|
|
|
label-visible = ${self.label-focused}
|
2018-01-19 12:45:10 -06:00
|
|
|
label-visible-padding = ${res/config.padding}
|
2018-01-31 12:48:52 -06:00
|
|
|
label-visible-background = ${res/colors.background-alt}
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2017-08-01 02:32:02 -05:00
|
|
|
label-unfocused = ${self.label-focused}
|
2018-01-19 12:45:10 -06:00
|
|
|
label-unfocused-padding = ${res/config.padding}
|
2018-01-16 23:26:52 -06:00
|
|
|
label-unfocused-background = ${res/colors.background}
|
2017-07-30 17:24:27 -05:00
|
|
|
|
2017-08-22 23:17:56 -05:00
|
|
|
label-urgent = ${self.label-focused}
|
2018-01-19 12:45:10 -06:00
|
|
|
label-urgent-padding = ${res/config.padding}
|
2017-09-17 20:39:04 -05:00
|
|
|
label-urgent-background = ${res/colors.alert}
|
2017-08-22 23:17:56 -05:00
|
|
|
|
2018-01-17 21:50:59 -06:00
|
|
|
[module/bspwm]
|
|
|
|
type = internal/bspwm
|
2018-02-05 14:12:59 -06:00
|
|
|
format = <label-state>
|
|
|
|
format-prefix = " "
|
|
|
|
format-prefix-foreground = ${res/colors.icon-wm}
|
2018-01-17 21:50:59 -06:00
|
|
|
enable-scroll = false
|
|
|
|
pin-workspaces = true
|
|
|
|
|
2018-02-05 14:12:59 -06:00
|
|
|
label-focused = %name%
|
2018-01-18 14:57:31 -06:00
|
|
|
label-focused-padding = ${res/config.padding}
|
2018-01-17 21:50:59 -06:00
|
|
|
label-focused-foreground = ${res/colors.background}
|
2018-01-17 22:11:58 -06:00
|
|
|
label-focused-background = ${res/colors.secondary}
|
2018-01-17 21:50:59 -06:00
|
|
|
|
|
|
|
label-dimmed = ${self.label-focused}
|
2018-01-19 12:45:10 -06:00
|
|
|
label-dimmed-padding = ${res/config.padding}
|
2018-01-17 21:50:59 -06:00
|
|
|
label-dimmed-foreground = ${self.label-focused-foreground}
|
2018-01-31 12:48:52 -06:00
|
|
|
label-dimmed-background = ${res/colors.background-alt}
|
2018-01-17 21:50:59 -06:00
|
|
|
|
|
|
|
label-occupied = ${self.label-focused}
|
2018-01-19 12:45:10 -06:00
|
|
|
label-occupied-padding = ${res/config.padding}
|
2018-01-17 21:50:59 -06:00
|
|
|
label-occupied-foreground = ${res/colors.foreground}
|
|
|
|
|
|
|
|
label-urgent = ${self.label-focused}
|
2018-01-19 12:45:10 -06:00
|
|
|
label-urgent-padding = ${res/config.padding}
|
2018-01-17 21:50:59 -06:00
|
|
|
label-urgent-foreground = ${res/colors.alert}
|
|
|
|
|
2018-01-18 15:03:34 -06:00
|
|
|
label-empty = ${self.label-focused}
|
2018-01-19 12:45:10 -06:00
|
|
|
label-empty-padding = ${res/config.padding}
|
2018-01-31 12:48:52 -06:00
|
|
|
label-empty-foreground = ${res/colors.background-alt}
|
2018-01-17 21:50:59 -06:00
|
|
|
|
2018-01-19 13:20:14 -06:00
|
|
|
|
2018-01-16 23:26:52 -06:00
|
|
|
[module/battery]
|
|
|
|
type = internal/battery
|
2018-02-05 14:12:59 -06:00
|
|
|
format-charging = <animation-charging> <label-charging>
|
|
|
|
format-discharging = <ramp-capacity> <label-discharging>
|
2018-01-16 23:26:52 -06:00
|
|
|
format-full = <label-full>
|
2017-08-21 00:20:12 -05:00
|
|
|
time-format = %H:%M
|
2018-02-05 14:12:59 -06:00
|
|
|
full-at = 95
|
2018-01-16 23:26:52 -06:00
|
|
|
interval = 15
|
2017-08-20 23:08:19 -05:00
|
|
|
|
2017-08-21 00:15:30 -05:00
|
|
|
label-charging = %percentage%%
|
2018-01-21 00:48:27 -06:00
|
|
|
label-discharging = %percentage%%
|
2018-02-05 14:12:59 -06:00
|
|
|
label-full =
|
|
|
|
label-full-foreground = ${res/colors.alert}
|
|
|
|
|
|
|
|
ramp-capacity-0=
|
|
|
|
ramp-capacity-1=
|
|
|
|
ramp-capacity-2=
|
|
|
|
ramp-capacity-3=
|
|
|
|
ramp-capacity-4=
|
|
|
|
ramp-capacity-5=
|
|
|
|
ramp-capacity-6=
|
|
|
|
ramp-capacity-7=
|
|
|
|
ramp-capacity-8=
|
|
|
|
ramp-capacity-9=
|
|
|
|
ramp-capacity-foreground = ${res/colors.icon-battery}
|
2017-08-20 23:08:19 -05:00
|
|
|
|
2017-12-24 01:01:38 -06:00
|
|
|
animation-charging-0 = ${self.ramp-capacity-0}
|
|
|
|
animation-charging-1 = ${self.ramp-capacity-1}
|
|
|
|
animation-charging-2 = ${self.ramp-capacity-2}
|
|
|
|
animation-charging-3 = ${self.ramp-capacity-3}
|
|
|
|
animation-charging-4 = ${self.ramp-capacity-4}
|
|
|
|
animation-charging-5 = ${self.ramp-capacity-5}
|
|
|
|
animation-charging-6 = ${self.ramp-capacity-6}
|
|
|
|
animation-charging-7 = ${self.ramp-capacity-7}
|
|
|
|
animation-charging-8 = ${self.ramp-capacity-8}
|
2018-02-05 14:12:59 -06:00
|
|
|
animation-charging-9 = ${self.ramp-capacity-9}
|
|
|
|
animation-charging-foreground = ${res/colors.background-alt}
|
2017-12-23 02:47:12 -06:00
|
|
|
animation-charging-framerate = 500
|
|
|
|
|
2018-01-16 23:26:52 -06:00
|
|
|
[module/cpu]
|
|
|
|
type = internal/cpu
|
2017-08-23 01:11:13 -05:00
|
|
|
format = <label>
|
2018-02-05 14:12:59 -06:00
|
|
|
format-prefix = " "
|
|
|
|
format-prefix-foreground = ${res/colors.icon-cpu}
|
2018-01-16 23:26:52 -06:00
|
|
|
interval = 1
|
|
|
|
|
2017-09-04 04:31:39 -05:00
|
|
|
label = %percentage%%
|
2018-01-16 23:26:52 -06:00
|
|
|
label-background = ${res/colors.background}
|
2017-08-23 01:11:13 -05:00
|
|
|
|
2017-07-30 00:04:04 -05:00
|
|
|
[module/date]
|
|
|
|
type = internal/date
|
2018-01-16 23:26:52 -06:00
|
|
|
format = <label>
|
2018-02-05 14:12:59 -06:00
|
|
|
format-prefix = " "
|
|
|
|
format-prefix-foreground = ${res/colors.icon-date}
|
2017-07-30 19:49:39 -05:00
|
|
|
date = %a
|
|
|
|
time = %I:%M %p
|
2017-09-01 22:54:22 -05:00
|
|
|
interval = 30
|
|
|
|
|
2018-01-16 23:26:52 -06:00
|
|
|
label = %date% %time%
|
|
|
|
label-background = ${res/colors.background}
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2018-01-31 19:05:26 -06:00
|
|
|
[module/fs-home]
|
|
|
|
type = internal/fs
|
|
|
|
format-mounted = <label-mounted>
|
2018-02-05 14:12:59 -06:00
|
|
|
format-mounted-prefix = " "
|
|
|
|
format-mounted-prefix-foreground = ${res/colors.icon-fs}
|
2018-01-31 19:05:26 -06:00
|
|
|
mount-0 = /home
|
|
|
|
|
|
|
|
label-mounted = %percentage_used%%
|
|
|
|
label-mounted-background = ${res/colors.background}
|
|
|
|
|
2018-01-16 23:26:52 -06:00
|
|
|
[module/memory]
|
2017-08-20 23:08:19 -05:00
|
|
|
type = internal/memory
|
|
|
|
format = <label>
|
2018-02-05 14:12:59 -06:00
|
|
|
format-prefix = " "
|
|
|
|
format-prefix-foreground = ${res/colors.icon-memory}
|
2017-08-01 02:32:02 -05:00
|
|
|
interval = 1
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2018-01-21 00:48:27 -06:00
|
|
|
label = %percentage_used%%
|
2018-01-16 23:26:52 -06:00
|
|
|
label-background = ${res/colors.background}
|
2017-08-20 23:08:19 -05:00
|
|
|
|
2018-01-17 13:14:20 -06:00
|
|
|
[module/update-arch]
|
|
|
|
type = custom/script
|
|
|
|
exec = echo `checkupdates | wc -l`
|
|
|
|
exec-if = wget -q --spider http://www.startpage.com/ && uname -r | grep -q "ARCH" && [ `checkupdates | wc -l` != 0 ]
|
2018-02-05 14:12:59 -06:00
|
|
|
format-prefix = " "
|
|
|
|
format-prefix-foreground = ${res/colors.alert}
|
2018-01-17 13:14:20 -06:00
|
|
|
interval = 60
|
|
|
|
|
2018-01-16 23:26:52 -06:00
|
|
|
[module/volume]
|
2017-08-20 23:08:19 -05:00
|
|
|
type = internal/volume
|
2018-02-05 14:12:59 -06:00
|
|
|
format-volume = <ramp-volume> <label-volume>
|
2018-01-16 23:26:52 -06:00
|
|
|
format-muted = <label-muted>
|
|
|
|
|
2018-02-05 14:12:59 -06:00
|
|
|
label-muted =
|
|
|
|
label-muted-foreground = ${res/colors.background-alt}
|
2018-01-16 23:26:52 -06:00
|
|
|
|
2018-02-05 14:12:59 -06:00
|
|
|
ramp-volume-0 =
|
|
|
|
ramp-volume-1 =
|
|
|
|
ramp-volume-2 =
|
|
|
|
ramp-volume-foreground = ${res/colors.icon-volume}
|
2017-08-20 23:08:19 -05:00
|
|
|
|
2018-01-16 23:26:52 -06:00
|
|
|
[module/wlan]
|
|
|
|
type = internal/network
|
2018-02-05 14:12:59 -06:00
|
|
|
format-connected = <label-connected>
|
|
|
|
format-connected-prefix = " "
|
|
|
|
format-connected-prefix-foreground = ${res/colors.icon-wlan}
|
2018-01-16 23:26:52 -06:00
|
|
|
format-disconnected = <label-disconnected>
|
|
|
|
interface = wlp1s0
|
2017-08-20 23:08:19 -05:00
|
|
|
|
2017-12-27 15:49:02 -06:00
|
|
|
label-connected = %essid%
|
2018-02-05 14:12:59 -06:00
|
|
|
label-disconnected =
|
|
|
|
label-disconnected-foreground = ${res/colors.background-alt}
|
2017-12-27 15:58:51 -06:00
|
|
|
|
2018-01-16 23:26:52 -06:00
|
|
|
[module/xbacklight]
|
2017-12-27 15:49:02 -06:00
|
|
|
type = internal/xbacklight
|
|
|
|
format = <label>
|
2018-02-05 14:12:59 -06:00
|
|
|
format-prefix = " "
|
|
|
|
format-prefix-foreground = ${res/colors.icon-xbacklight}
|
2017-08-24 16:51:43 -05:00
|
|
|
|
2017-09-04 04:31:39 -05:00
|
|
|
label = %percentage%%
|
2017-08-24 16:51:43 -05:00
|
|
|
|
2018-01-16 23:26:52 -06:00
|
|
|
[module/xwindow]
|
2017-08-01 02:32:02 -05:00
|
|
|
type = internal/xwindow
|
|
|
|
label = %title%
|
2018-01-17 22:24:50 -06:00
|
|
|
label-maxlen = 75
|
2017-08-01 02:32:02 -05:00
|
|
|
label-ellipsis = true
|
2017-08-01 02:55:38 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# vim:ft=dosini
|