.dotfiles/.config/polybar/config

459 lines
11 KiB
Plaintext
Raw Normal View History

[colors]
2020-02-13 17:25:00 +00:00
background = #222
background-alt = #444
foreground = #dfdfdf
2020-02-14 00:47:50 +00:00
foreground-alt = #777
2020-02-13 17:25:00 +00:00
primary = #ffb52a
secondary = #e60053
alert = #bd2c40
2020-02-13 17:25:00 +00:00
[bar/base]
width = 100%
height = 27
; offset-x = 1%
; offset-y = 1%
radius = 0.0
fixed-center = true
bottom = true
2020-02-13 17:25:00 +00:00
background = ${colors.background}
foreground = ${colors.foreground}
2020-02-13 17:25:00 +00:00
line-size = 3
line-color = #f00
2020-02-13 17:25:00 +00:00
border-size = 0
border-color = #00000000
2020-02-13 17:25:00 +00:00
padding-left = 0
padding-right = 2
2020-02-13 17:25:00 +00:00
module-margin-left = 1
module-margin-right = 2
2020-02-13 17:25:00 +00:00
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
2020-02-13 17:25:00 +00:00
monitor =
2020-02-13 17:25:00 +00:00
tray-position = right
tray-padding = 2
2020-02-13 17:25:00 +00:00
wm-restack = bspwm
; wm-restack = i3
2020-02-13 17:25:00 +00:00
; override-redirect = true
2020-02-13 17:25:00 +00:00
scroll-up = bspwm-desknext
scroll-down = bspwm-deskprev
2020-02-13 17:25:00 +00:00
cursor-click = pointer
cursor-scroll = normal
2020-02-14 00:47:50 +00:00
[bar/portalo-base]
inherit = bar/base
2020-02-13 17:25:00 +00:00
modules-left = bspwm i3
modules-center = mpd
modules-right = pulseaudio memory cpu eth temperature date powermenu
2020-02-14 00:47:50 +00:00
[bar/portalo-primary]
inherit = bar/portalo-base
2020-02-14 00:47:50 +00:00
monitor = HDMI-1
2020-02-14 00:47:50 +00:00
[bar/portalo-secondary]
inherit = bar/portalo-base
2020-02-14 00:47:50 +00:00
monitor = DVI-D-1
2020-02-13 17:25:00 +00:00
tray-position = none
2020-02-14 00:47:50 +00:00
2020-02-13 17:25:00 +00:00
[bar/laptop-primary]
inherit = bar/base
2020-02-13 17:25:00 +00:00
monitor = eDP1
2020-02-13 17:25:00 +00:00
modules-left = bspwm i3
modules-center =
modules-right = pulseaudio battery xbacklight memory cpu temperature wlan eth date powermenu
2020-02-14 00:47:50 +00:00
[module/xwindow]
2020-02-13 17:25:00 +00:00
type = internal/xwindow
label = %title:0:30:...%
[module/xkeyboard]
2020-02-13 17:25:00 +00:00
type = internal/xkeyboard
blacklist-0 = num lock
2020-02-13 17:25:00 +00:00
format-prefix = " "
format-prefix-foreground = ${colors.foreground-alt}
format-prefix-underline = ${colors.secondary}
2020-02-13 17:25:00 +00:00
label-layout = %layout%
label-layout-underline = ${colors.secondary}
2020-02-13 17:25:00 +00:00
label-indicator-padding = 2
label-indicator-margin = 1
label-indicator-background = ${colors.secondary}
label-indicator-underline = ${colors.secondary}
[module/filesystem]
2020-02-13 17:25:00 +00:00
type = internal/fs
interval = 25
2020-02-13 17:25:00 +00:00
mount-0 = /
2020-02-13 17:25:00 +00:00
label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%%
label-unmounted = %mountpoint% not mounted
label-unmounted-foreground = ${colors.foreground-alt}
[module/bspwm]
2020-02-13 17:25:00 +00:00
type = internal/bspwm
2020-02-14 00:47:50 +00:00
pin-workspaces = false
label-focused = %icon% %index%
2020-02-13 17:25:00 +00:00
label-focused-background = ${colors.background-alt}
label-focused-underline= ${colors.primary}
label-focused-padding = 2
2020-02-14 00:47:50 +00:00
label-occupied = %icon% %index%
2020-02-13 17:25:00 +00:00
label-occupied-padding = 2
2020-02-14 00:47:50 +00:00
label-urgent = %icon% %index%!
2020-02-13 17:25:00 +00:00
label-urgent-background = ${colors.alert}
label-urgent-padding = 2
2020-02-14 00:47:50 +00:00
label-empty = %icon% %index%
2020-02-13 17:25:00 +00:00
label-empty-foreground = ${colors.foreground-alt}
label-empty-padding = 2
2020-02-14 00:47:50 +00:00
ws-icon-0 = web;
ws-icon-1 = terminal;
ws-icon-2 = voip;
ws-icon-3 = messenger;
ws-icon-4 = game;
ws-icon-default = 
2020-02-13 17:25:00 +00:00
; Separator in between workspaces
; label-separator = |
[module/i3]
2020-02-13 17:25:00 +00:00
type = internal/i3
format = <label-state> <label-mode>
index-sort = true
wrapping-scroll = false
2020-02-13 17:25:00 +00:00
; Only show workspaces on the same output as the bar
; pin-workspaces = true
2020-02-13 17:25:00 +00:00
label-mode-padding = 2
label-mode-foreground = #000
label-mode-background = ${colors.primary}
2020-02-13 17:25:00 +00:00
; focused = Active workspace on focused monitor
label-focused = %index%
label-focused-background = ${colors.background-alt}
label-focused-underline= ${colors.primary}
label-focused-padding = 2
2020-02-13 17:25:00 +00:00
; unfocused = Inactive workspace on any monitor
label-unfocused = %index%
label-unfocused-padding = 2
2020-02-13 17:25:00 +00:00
; 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}
2020-02-13 17:25:00 +00:00
; urgent = Workspace with urgency hint set
label-urgent = %index%
label-urgent-background = ${colors.alert}
label-urgent-padding = 2
2020-02-13 17:25:00 +00:00
; Separator in between workspaces
; label-separator = |
[module/mpd]
2020-02-13 17:25:00 +00:00
type = internal/mpd
2020-02-14 00:47:50 +00:00
format-online =  <label-song> <label-time> <icon-prev> <icon-stop> <toggle> <icon-next>
icon-prev = 
icon-stop = 
icon-play = 
icon-pause = 
icon-next = 
2020-02-14 00:47:50 +00:00
label-song-maxlen = 50
label-song = %artist% - %title%
label-offline =  mpd is offline
label-time = [%elapsed% / %total%]
2020-02-14 00:47:50 +00:00
bar-progress-width = 10
bar-progress-indicator = |
bar-progress-fill = -
bar-progress-empty = -
[module/xbacklight]
2020-02-13 17:25:00 +00:00
type = internal/xbacklight
2020-02-14 11:59:23 +00:00
format-prefix = " "
format-prefix-foreground = ${colors.foreground-alt}
format = <bar>
2020-02-13 17:25:00 +00:00
bar-width = 10
bar-indicator = |
bar-indicator-foreground = #fff
bar-indicator-font = 2
2020-02-14 00:47:50 +00:00
bar-fill = -
2020-02-13 17:25:00 +00:00
bar-fill-font = 2
bar-fill-foreground = #9f78e1
2020-02-14 00:47:50 +00:00
bar-empty = -
2020-02-13 17:25:00 +00:00
bar-empty-font = 2
bar-empty-foreground = ${colors.foreground-alt}
[module/backlight-acpi]
2020-02-13 17:25:00 +00:00
inherit = module/xbacklight
type = internal/backlight
card = intel_backlight
[module/cpu]
2020-02-13 17:25:00 +00:00
type = internal/cpu
interval = 2
2020-02-14 00:47:50 +00:00
format-prefix = " "
2020-02-13 17:25:00 +00:00
format-prefix-foreground = ${colors.foreground-alt}
format-underline = #f90000
label = %percentage:2%%
[module/memory]
2020-02-13 17:25:00 +00:00
type = internal/memory
interval = 2
2020-02-14 00:47:50 +00:00
format-prefix = " "
2020-02-13 17:25:00 +00:00
format-prefix-foreground = ${colors.foreground-alt}
format-underline = #4bffdc
label = %percentage_used%%
[module/wlan]
2020-02-13 17:25:00 +00:00
type = internal/network
interface = wlp3s0
interval = 3.0
format-connected = <ramp-signal> <label-connected>
format-connected-underline = #9f78e1
label-connected = %essid%
format-disconnected =
; format-disconnected = <label-disconnected>
; format-disconnected-underline = ${self.format-connected-underline}
; label-disconnected = %ifname% disconnected
; label-disconnected-foreground = ${colors.foreground-alt}
ramp-signal-0 = 
ramp-signal-1 = 
ramp-signal-2 = 
ramp-signal-3 = 
ramp-signal-4 = 
ramp-signal-foreground = ${colors.foreground-alt}
[module/eth]
2020-02-13 17:25:00 +00:00
type = internal/network
interface = enp0s31f6
interval = 3.0
2020-02-13 17:25:00 +00:00
format-connected-underline = #55aa55
2020-02-14 00:47:50 +00:00
format-connected-prefix = " "
2020-02-13 17:25:00 +00:00
format-connected-prefix-foreground = ${colors.foreground-alt}
label-connected = %local_ip%
2020-02-13 17:25:00 +00:00
format-disconnected =
; format-disconnected = <label-disconnected>
; format-disconnected-underline = ${self.format-connected-underline}
; label-disconnected = %ifname% disconnected
; label-disconnected-foreground = ${colors.foreground-alt}
[module/date]
2020-02-13 17:25:00 +00:00
type = internal/date
interval = 5
2020-02-13 17:25:00 +00:00
date =
date-alt = " %Y-%m-%d"
2020-02-13 17:25:00 +00:00
time = %H:%M
time-alt = %H:%M:%S
2020-02-14 00:47:50 +00:00
format-prefix = " "
2020-02-13 17:25:00 +00:00
format-prefix-foreground = ${colors.foreground-alt}
format-underline = #0a6cf5
2020-02-13 17:25:00 +00:00
label = %date% %time%
[module/pulseaudio]
2020-02-13 17:25:00 +00:00
type = internal/pulseaudio
2020-02-14 00:47:50 +00:00
; format-volume = <label-volume> <bar-volume>
format-volume = <label-volume>
format-volume-underline = #d8d804
label-volume =  %percentage%%
2020-02-13 17:25:00 +00:00
label-volume-foreground = ${root.foreground}
2020-02-14 00:47:50 +00:00
format-muted-underline = #686823
label-muted =  muted
2020-02-13 17:25:00 +00:00
label-muted-foreground = #666
bar-volume-width = 10
bar-volume-foreground-0 = #55aa55
bar-volume-foreground-1 = #55aa55
bar-volume-foreground-2 = #55aa55
bar-volume-foreground-3 = #55aa55
bar-volume-foreground-4 = #55aa55
bar-volume-foreground-5 = #f5a70a
bar-volume-foreground-6 = #ff5555
bar-volume-gradient = false
bar-volume-indicator = |
bar-volume-indicator-font = 2
2020-02-14 00:47:50 +00:00
bar-volume-fill = -
2020-02-13 17:25:00 +00:00
bar-volume-fill-font = 2
2020-02-14 00:47:50 +00:00
bar-volume-empty = -
2020-02-13 17:25:00 +00:00
bar-volume-empty-font = 2
bar-volume-empty-foreground = ${colors.foreground-alt}
[module/alsa]
2020-02-13 17:25:00 +00:00
type = internal/alsa
format-volume = <label-volume> <bar-volume>
label-volume = VOL
label-volume-foreground = ${root.foreground}
format-muted-prefix = " "
format-muted-foreground = ${colors.foreground-alt}
label-muted = sound muted
bar-volume-width = 10
bar-volume-foreground-0 = #55aa55
bar-volume-foreground-1 = #55aa55
bar-volume-foreground-2 = #55aa55
bar-volume-foreground-3 = #55aa55
bar-volume-foreground-4 = #55aa55
bar-volume-foreground-5 = #f5a70a
bar-volume-foreground-6 = #ff5555
bar-volume-gradient = false
bar-volume-indicator = |
bar-volume-indicator-font = 2
bar-volume-fill = ─
bar-volume-fill-font = 2
bar-volume-empty = ─
bar-volume-empty-font = 2
bar-volume-empty-foreground = ${colors.foreground-alt}
[module/battery]
2020-02-13 17:25:00 +00:00
type = internal/battery
battery = BAT0
adapter = ADP1
full-at = 98
format-charging = <animation-charging> <label-charging>
format-charging-underline = #ffb52a
format-discharging = <ramp-capacity> <label-discharging>
format-discharging-underline = ${self.format-charging-underline}
2020-02-14 11:59:23 +00:00
format-full-prefix = " "
2020-02-13 17:25:00 +00:00
format-full-prefix-foreground = ${colors.foreground-alt}
format-full-underline = ${self.format-charging-underline}
2020-02-14 11:59:23 +00:00
ramp-capacity-0 = 
ramp-capacity-1 = 
ramp-capacity-2 = 
ramp-capacity-3 = 
ramp-capacity-4 = 
2020-02-13 17:25:00 +00:00
ramp-capacity-foreground = ${colors.foreground-alt}
2020-02-14 11:59:23 +00:00
animation-charging-0 = 
animation-charging-1 = 
animation-charging-2 = 
animation-charging-3 = 
animation-charging-4 = 
2020-02-13 17:25:00 +00:00
animation-charging-foreground = ${colors.foreground-alt}
2020-02-14 11:59:23 +00:00
animation-charging-framerate = 500
2020-02-13 17:25:00 +00:00
animation-discharging-0 = 
2020-02-14 11:59:23 +00:00
animation-discharging-1 = 
animation-discharging-2 = 
animation-discharging-3 = 
animation-discharging-4 = 
2020-02-13 17:25:00 +00:00
animation-discharging-foreground = ${colors.foreground-alt}
2020-02-14 11:59:23 +00:00
animation-discharging-framerate = 500
[module/temperature]
2020-02-13 17:25:00 +00:00
type = internal/temperature
thermal-zone = 0
warn-temperature = 60
2020-02-13 17:25:00 +00:00
format = <ramp> <label>
format-underline = #f50a4d
format-warn = <ramp> <label-warn>
format-warn-underline = ${self.format-underline}
2020-02-13 17:25:00 +00:00
label = %temperature-c%
label-warn = %temperature-c%
label-warn-foreground = ${colors.secondary}
2020-02-14 00:47:50 +00:00
ramp-0 = 
ramp-1 = 
ramp-2 = 
2020-02-13 17:25:00 +00:00
ramp-foreground = ${colors.foreground-alt}
[module/powermenu]
2020-02-13 17:25:00 +00:00
type = custom/menu
2020-02-13 17:25:00 +00:00
expand-right = true
2020-02-13 17:25:00 +00:00
format-spacing = 1
2020-02-13 17:25:00 +00:00
label-open = 
label-open-foreground = ${colors.secondary}
label-close =  cancel
label-close-foreground = ${colors.secondary}
label-separator = |
label-separator-foreground = ${colors.foreground-alt}
2020-02-13 17:25:00 +00:00
menu-0-0 = reboot
menu-0-0-exec = menu-open-1
menu-0-1 = power off
menu-0-1-exec = menu-open-2
2020-02-13 17:25:00 +00:00
menu-1-0 = cancel
menu-1-0-exec = menu-open-0
menu-1-1 = reboot
menu-1-1-exec = sudo reboot
2020-02-13 17:25:00 +00:00
menu-2-0 = power off
menu-2-0-exec = sudo poweroff
menu-2-1 = cancel
menu-2-1-exec = menu-open-0
[settings]
2020-02-13 17:25:00 +00:00
screenchange-reload = true
; compositing-background = xor
; compositing-background = screen
; compositing-foreground = source
; compositing-border = over
; pseudo-transparency = false
[global/wm]
2020-02-13 17:25:00 +00:00
margin-top = 0
margin-bottom = 0
2020-02-14 12:10:01 +00:00
; vim: ft=dosini