2018-10-23 14:37:57 -05:00
|
|
|
; ############################ ;
|
|
|
|
; ######### COLORS ######### ;
|
|
|
|
; ############################ ;
|
2017-02-08 13:05:01 -06:00
|
|
|
|
|
|
|
[colors]
|
2018-10-23 14:37:57 -05:00
|
|
|
foreground = ${xrdb:color7:#222222}
|
2019-08-15 10:12:28 -05:00
|
|
|
background = ${xrdb:color0:#111111}
|
2018-10-23 14:37:57 -05:00
|
|
|
|
2018-10-23 18:47:22 -05:00
|
|
|
tray-bg = #222222
|
|
|
|
|
2018-10-23 14:37:57 -05:00
|
|
|
icon = #555555
|
|
|
|
|
|
|
|
good = ${xrdb:color2}
|
|
|
|
neutral = ${xrdb:color3}
|
|
|
|
bad = ${xrdb:color1}
|
|
|
|
|
|
|
|
active = ${xrdb:color4}
|
|
|
|
alert = ${xrdb:color1}
|
|
|
|
bar-bg = ${xrdb:color3}
|
|
|
|
sysres = ${xrdb:color5}
|
|
|
|
levels = ${xrdb:color3}
|
|
|
|
net = ${xrdb:color1}
|
|
|
|
|
|
|
|
cpu = ${colors.sysres}
|
|
|
|
memory = ${colors.sysres}
|
|
|
|
filesystem = ${colors.sysres}
|
|
|
|
thermal = ${xrdb:color2}
|
|
|
|
|
|
|
|
battery-charging = ${colors.good}
|
|
|
|
battery-full = ${colors.good}
|
|
|
|
battery-discharging = ${colors.neutral}
|
|
|
|
; battery- = ${colors.good}
|
|
|
|
|
|
|
|
time = ${colors.foreground}
|
|
|
|
|
|
|
|
; ########################### ;
|
|
|
|
; ########## BAR ########## ;
|
|
|
|
; ########################### ;
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2017-02-08 13:08:47 -06:00
|
|
|
[bar/lytedev]
|
2020-01-24 15:35:53 -06:00
|
|
|
monitor = ${xrdb:polybar.display_monitor:HDMI-1}
|
|
|
|
width = ${xrdb:polybar.width:100%-200}
|
|
|
|
height = ${xrdb:polybar.height:40}
|
2020-01-24 15:55:53 -06:00
|
|
|
offset-x = ${xrdb:polybar.offset_x:100}
|
|
|
|
offset-y = ${xrdb:polybar.offset_y:100}
|
2017-02-08 18:19:13 -06:00
|
|
|
radius = 0.0
|
2018-10-22 20:05:34 -05:00
|
|
|
fixed-center = true
|
2020-01-24 15:35:53 -06:00
|
|
|
bottom = ${xrdb:polybar.bottom_of_display:true}
|
2017-05-05 00:55:43 -05:00
|
|
|
dpi = ${xrdb:dpi:92}
|
2017-02-08 13:05:01 -06:00
|
|
|
|
|
|
|
background = ${colors.background}
|
|
|
|
foreground = ${colors.foreground}
|
|
|
|
|
2018-10-23 14:59:04 -05:00
|
|
|
line-size = 0
|
2018-10-23 14:37:57 -05:00
|
|
|
line-color = ${colors.foreground}
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2017-02-08 18:19:13 -06:00
|
|
|
border-size = 0
|
2017-02-08 13:05:01 -06:00
|
|
|
border-color = #00000000
|
|
|
|
|
|
|
|
padding-left = 0
|
2020-01-28 11:35:39 -06:00
|
|
|
padding-right = 0
|
2017-02-08 13:05:01 -06:00
|
|
|
|
|
|
|
module-margin-left = 1
|
2018-10-23 14:59:04 -05:00
|
|
|
module-margin-right = 1
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2020-02-10 21:20:38 -06:00
|
|
|
font-0 = ${xrdb:polybar.primary_font}
|
2020-01-24 15:35:53 -06:00
|
|
|
font-1 = ${xrdb:polybar.secondary_font}
|
2017-02-08 13:05:01 -06:00
|
|
|
|
|
|
|
modules-left = bspwm
|
2018-10-22 20:05:34 -05:00
|
|
|
modules-center = date
|
2019-09-03 09:22:20 -05:00
|
|
|
modules-right = cpu filesystem memory volume xbacklight xkeyboard temperature battery microphone
|
2017-02-08 13:05:01 -06:00
|
|
|
|
|
|
|
tray-position = right
|
2018-10-22 20:05:34 -05:00
|
|
|
tray-padding = 0
|
2018-10-23 18:47:22 -05:00
|
|
|
tray-background = ${colors.tray-bg}
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2017-03-14 20:38:52 -05:00
|
|
|
wm-restack = bspwm
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2017-03-14 20:38:52 -05:00
|
|
|
override-redirect = true
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2018-10-23 14:37:57 -05:00
|
|
|
; scroll-up = bspwm-desknext
|
|
|
|
; scroll-down = bspwm-deskprev
|
|
|
|
|
|
|
|
; ############################ ;
|
|
|
|
; ########### FS ########### ;
|
|
|
|
; ############################ ;
|
2017-02-08 18:19:13 -06:00
|
|
|
|
2017-02-08 13:05:01 -06:00
|
|
|
[module/filesystem]
|
|
|
|
type = internal/fs
|
|
|
|
interval = 25
|
|
|
|
|
2020-01-24 15:35:53 -06:00
|
|
|
mount-0 = ${xrdb:polybar.storage_volume:/}
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2017-04-14 11:52:18 -05:00
|
|
|
format = <label-mounted>
|
2019-01-22 19:37:40 -06:00
|
|
|
label-mounted = %free%
|
2018-10-23 14:37:57 -05:00
|
|
|
label-mounted-foreground = ${colors.filesystem}
|
2018-10-23 14:59:04 -05:00
|
|
|
format-mounted-prefix = " "
|
2018-10-23 14:37:57 -05:00
|
|
|
format-mounted-prefix-foreground = ${colors.icon}
|
|
|
|
|
|
|
|
; ########################### ;
|
|
|
|
; ######### BSPWM ######### ;
|
|
|
|
; ########################### ;
|
2017-02-08 13:05:01 -06:00
|
|
|
|
|
|
|
[module/bspwm]
|
2020-02-12 09:49:29 -06:00
|
|
|
; 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-8 = 9;
|
|
|
|
; ws-icon-9 = 10;
|
|
|
|
; ws-icon-default = ♟
|
2018-10-23 14:37:57 -05:00
|
|
|
; misc icon:
|
|
|
|
|
2020-02-12 09:49:29 -06:00
|
|
|
ws-icon-0 = 1;1
|
|
|
|
ws-icon-1 = 2;2
|
|
|
|
ws-icon-2 = 3;3
|
|
|
|
ws-icon-3 = 4;4
|
|
|
|
ws-icon-4 = 5;5
|
|
|
|
ws-icon-5 = 6;6
|
|
|
|
ws-icon-6 = 7;7
|
|
|
|
ws-icon-7 = 8;8
|
|
|
|
ws-icon-8 = 9;9
|
|
|
|
ws-icon-9 = 10;0
|
|
|
|
ws-icon-default = -
|
|
|
|
; misc icon: -
|
|
|
|
|
2017-05-03 13:31:10 -05:00
|
|
|
label-focused-font = 2
|
|
|
|
label-occupied-font = 2
|
|
|
|
label-urgent-font = 2
|
|
|
|
label-empty-font = 2
|
2017-04-14 11:52:18 -05:00
|
|
|
|
2017-02-08 13:05:01 -06:00
|
|
|
type = internal/bspwm
|
2017-03-14 20:35:15 -05:00
|
|
|
pin-workspaces = false
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2017-04-14 11:52:18 -05:00
|
|
|
label-focused = %icon%
|
2018-10-23 14:37:57 -05:00
|
|
|
label-focused-background = ${colors.active}
|
2017-04-27 15:49:57 -05:00
|
|
|
label-focused-foreground = ${colors.background}
|
2017-02-08 13:05:01 -06:00
|
|
|
label-focused-padding = 2
|
|
|
|
|
2017-04-14 11:52:18 -05:00
|
|
|
label-occupied = %icon%
|
2017-02-08 13:05:01 -06:00
|
|
|
label-occupied-padding = 2
|
|
|
|
|
2017-04-14 11:52:18 -05:00
|
|
|
label-urgent = %icon%
|
2018-10-23 14:37:57 -05:00
|
|
|
label-urgent-background = ${colors.alert}
|
2017-02-08 13:05:01 -06:00
|
|
|
label-urgent-padding = 2
|
|
|
|
|
2017-04-14 11:52:18 -05:00
|
|
|
label-empty = %icon%
|
2018-10-23 14:37:57 -05:00
|
|
|
label-empty-foreground = ${colors.icon}
|
2017-02-08 13:05:01 -06:00
|
|
|
label-empty-padding = 2
|
|
|
|
|
2018-10-23 14:37:57 -05:00
|
|
|
; ########################### ;
|
|
|
|
; ########## MPD ########## ;
|
|
|
|
; ########################### ;
|
|
|
|
|
2017-02-08 13:05:01 -06:00
|
|
|
[module/mpd]
|
|
|
|
type = internal/mpd
|
2018-10-23 14:37:57 -05:00
|
|
|
format-online = <icon-prev> <toggle> <label-song> <icon-stop> <icon-next>
|
2017-02-08 13:05:01 -06:00
|
|
|
|
|
|
|
icon-prev =
|
|
|
|
icon-stop =
|
|
|
|
icon-play =
|
|
|
|
icon-pause =
|
|
|
|
icon-next =
|
|
|
|
|
|
|
|
label-song-maxlen = 25
|
|
|
|
label-song-ellipsis = true
|
|
|
|
|
2018-10-23 14:37:57 -05:00
|
|
|
; ########################### ;
|
|
|
|
; ####### BACKLIGHT ####### ;
|
|
|
|
; ########################### ;
|
|
|
|
|
2017-02-08 13:05:01 -06:00
|
|
|
[module/xbacklight]
|
|
|
|
type = internal/xbacklight
|
|
|
|
|
|
|
|
format = <label> <bar>
|
2018-10-23 14:37:57 -05:00
|
|
|
format-foreground = ${colors.icon}
|
2017-04-14 11:52:18 -05:00
|
|
|
label =
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2017-04-14 11:52:18 -05:00
|
|
|
bar-width = 5
|
2017-02-08 13:05:01 -06:00
|
|
|
bar-indicator = |
|
2018-10-23 14:37:57 -05:00
|
|
|
bar-indicator-foreground = ${colors.foreground}
|
2020-01-24 15:35:53 -06:00
|
|
|
bar-indicator-font = 1
|
2018-10-23 14:37:57 -05:00
|
|
|
bar-fill = ─
|
|
|
|
; bar-fill = -
|
2020-01-24 15:35:53 -06:00
|
|
|
bar-fill-font = 1
|
2018-10-23 14:37:57 -05:00
|
|
|
bar-fill-foreground = ${colors.bar-bg}
|
|
|
|
bar-empty = ─
|
|
|
|
; bar-empty = -
|
2020-01-24 15:35:53 -06:00
|
|
|
bar-empty-font = 1
|
2018-10-23 14:37:57 -05:00
|
|
|
bar-empty-foreground = ${colors.bar-bg}
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2018-10-23 14:37:57 -05:00
|
|
|
; ########################### ;
|
|
|
|
; ########## CPU ########## ;
|
|
|
|
; ########################### ;
|
2017-02-08 13:05:01 -06:00
|
|
|
|
|
|
|
[module/cpu]
|
|
|
|
type = internal/cpu
|
|
|
|
interval = 2
|
2018-03-18 12:51:03 -05:00
|
|
|
format-prefix = " "
|
2018-10-23 14:37:57 -05:00
|
|
|
format-prefix-foreground = ${colors.icon}
|
2018-10-22 20:05:34 -05:00
|
|
|
label = %percentage-cores%
|
2018-10-23 14:37:57 -05:00
|
|
|
label-foreground = ${colors.cpu}
|
|
|
|
|
|
|
|
; ########################## ;
|
|
|
|
; ######## MEMORY ######## ;
|
|
|
|
; ########################## ;
|
2017-02-08 13:05:01 -06:00
|
|
|
|
|
|
|
[module/memory]
|
|
|
|
type = internal/memory
|
|
|
|
interval = 2
|
2018-10-23 14:59:04 -05:00
|
|
|
format-prefix = " "
|
2018-10-23 14:37:57 -05:00
|
|
|
format-prefix-foreground = ${colors.icon}
|
2018-10-22 20:05:34 -05:00
|
|
|
label = %gb_free%
|
2018-10-23 14:37:57 -05:00
|
|
|
label-foreground = ${colors.memory}
|
|
|
|
|
|
|
|
; ########################## ;
|
|
|
|
; ######### WIFI ######### ;
|
|
|
|
; ########################## ;
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2018-10-22 20:05:34 -05:00
|
|
|
[module/wifi]
|
2017-02-08 13:05:01 -06:00
|
|
|
type = internal/network
|
2020-01-24 15:35:53 -06:00
|
|
|
interface = ${xrdb:polybar.wireless_interface}
|
2018-10-22 20:05:34 -05:00
|
|
|
interval = 10.0
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2018-10-22 20:05:34 -05:00
|
|
|
;format-connected = <ramp-signal> <label-connected>
|
|
|
|
format-connected-prefix = " "
|
2018-10-23 14:37:57 -05:00
|
|
|
format-connected-prefix-foreground = ${colors.icon}
|
2018-10-22 20:05:34 -05:00
|
|
|
|
|
|
|
format-connected = <label-connected>
|
|
|
|
label-connected = "%essid% %downspeed% %upspeed%"
|
2018-10-23 14:37:57 -05:00
|
|
|
label-connected-foreground = ${colors.wifi-connected}
|
2018-10-22 20:05:34 -05:00
|
|
|
|
|
|
|
format-disconnected-prefix = " "
|
2018-10-23 14:37:57 -05:00
|
|
|
format-disconnected-prefix-foreground = ${colors.icon}
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2018-10-22 20:05:34 -05:00
|
|
|
format-disconnected = "N/A"
|
2018-10-23 14:37:57 -05:00
|
|
|
; format-disconnected = <label-disconnected>
|
|
|
|
; format-disconnected-underline = ${self.format-connected-underline}
|
|
|
|
; label-disconnected = %ifname% disconnected
|
|
|
|
; label-disconnected-foreground = ${colors.wifi-disconnected}
|
2017-02-08 13:05:01 -06:00
|
|
|
|
|
|
|
ramp-signal-0 =
|
|
|
|
ramp-signal-1 =
|
|
|
|
ramp-signal-2 =
|
|
|
|
ramp-signal-3 =
|
|
|
|
ramp-signal-4 =
|
|
|
|
|
|
|
|
[module/eth]
|
|
|
|
type = internal/network
|
2020-01-24 15:35:53 -06:00
|
|
|
interface = ${xrdb:polybar.ethernet_interface}
|
2018-10-22 20:05:34 -05:00
|
|
|
interval = 10.0
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2018-10-22 20:05:34 -05:00
|
|
|
format-connected-prefix = " "
|
2018-10-23 14:37:57 -05:00
|
|
|
format-connected-prefix-foreground = ${colors.icon}
|
2018-10-22 20:05:34 -05:00
|
|
|
label-connected = %upspeed% %downspeed%
|
2018-10-23 14:37:57 -05:00
|
|
|
label-connected-foreground = ${colors.eth-connected}
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2018-10-22 20:05:34 -05:00
|
|
|
format-disconnected = N/A
|
2018-10-23 14:37:57 -05:00
|
|
|
; format-disconnected = <label-disconnected>
|
|
|
|
; format-disconnected-underline = 0
|
|
|
|
; label-disconnected = %ifname% disconnected
|
|
|
|
; label-disconnected-foreground = ${colors.eth-disconnected}
|
|
|
|
|
|
|
|
; ########################### ;
|
|
|
|
; ######### CLOCK ######### ;
|
|
|
|
; ########################### ;
|
2017-02-08 13:05:01 -06:00
|
|
|
|
|
|
|
[module/date]
|
|
|
|
type = internal/date
|
2017-02-08 13:27:09 -06:00
|
|
|
interval = 1
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2018-10-22 20:05:34 -05:00
|
|
|
date = "%a %Y-%m-%d "
|
2017-02-08 14:13:46 -06:00
|
|
|
date-alt =
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2017-02-08 14:13:46 -06:00
|
|
|
time = %H:%M:%S
|
|
|
|
time-alt = %H:%M
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2018-10-23 14:37:57 -05:00
|
|
|
label-foreground = ${colors.time}
|
|
|
|
format-prefix = " "
|
|
|
|
format-prefix-foreground = ${colors.icon}
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2017-04-14 15:03:39 -05:00
|
|
|
label = %date%%time%
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2018-10-23 14:37:57 -05:00
|
|
|
; ########################## ;
|
|
|
|
; ######## VOLUME ######## ;
|
|
|
|
; ########################## ;
|
|
|
|
|
2017-02-08 13:05:01 -06:00
|
|
|
[module/volume]
|
2018-08-25 01:39:47 -05:00
|
|
|
type = internal/alsa
|
2017-02-08 13:05:01 -06:00
|
|
|
|
|
|
|
format-volume = <label-volume> <bar-volume>
|
2017-04-14 11:52:18 -05:00
|
|
|
label-volume =
|
2018-10-23 14:37:57 -05:00
|
|
|
label-volume-foreground = ${colors.icon}
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2018-07-05 09:47:46 -05:00
|
|
|
format-muted-prefix = " "
|
2018-10-23 14:37:57 -05:00
|
|
|
format-muted-foreground = ${colors.icon}
|
2018-10-22 20:05:34 -05:00
|
|
|
label-muted = M
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2017-02-08 18:19:13 -06:00
|
|
|
bar-volume-width = 5
|
2018-10-23 14:37:57 -05:00
|
|
|
bar-volume-foreground-0 = ${colors.bar-bg}
|
|
|
|
bar-volume-foreground-1 = ${colors.bar-bg}
|
|
|
|
bar-volume-foreground-2 = ${colors.bar-bg}
|
|
|
|
bar-volume-foreground-3 = ${colors.bar-bg}
|
|
|
|
bar-volume-foreground-4 = ${colors.bar-bg}
|
|
|
|
bar-volume-foreground-5 = ${colors.bar-bg}
|
|
|
|
bar-volume-foreground-6 = ${colors.bar-bg}
|
2017-02-08 13:05:01 -06:00
|
|
|
bar-volume-gradient = false
|
|
|
|
bar-volume-indicator = |
|
2020-01-24 15:35:53 -06:00
|
|
|
bar-volume-indicator-font = 1
|
2018-10-23 14:37:57 -05:00
|
|
|
bar-volume-fill = ─
|
2020-01-24 15:35:53 -06:00
|
|
|
bar-volume-fill-font = 1
|
2018-10-23 14:37:57 -05:00
|
|
|
bar-volume-empty = ─
|
2020-01-24 15:35:53 -06:00
|
|
|
bar-volume-empty-font = 1
|
2018-10-23 14:37:57 -05:00
|
|
|
bar-volume-empty-foreground = ${colors.icon}
|
|
|
|
|
|
|
|
; ######################### ;
|
|
|
|
; ####### BATTERY ####### ;
|
|
|
|
; ######################### ;
|
2017-02-08 13:05:01 -06:00
|
|
|
|
|
|
|
[module/battery]
|
|
|
|
type = internal/battery
|
|
|
|
battery = BAT0
|
|
|
|
adapter = ADP1
|
|
|
|
full-at = 98
|
|
|
|
|
2018-10-23 14:37:57 -05:00
|
|
|
label-discharging-foreground = ${colors.battery-discharging}
|
|
|
|
label-charging-foreground = ${colors.battery-charging}
|
|
|
|
label-full-foreground = ${colors.battery-full}
|
2017-04-14 11:52:18 -05:00
|
|
|
|
2017-02-08 13:05:01 -06:00
|
|
|
format-charging = <animation-charging> <label-charging>
|
|
|
|
|
2017-04-14 11:52:18 -05:00
|
|
|
format-discharging-prefix =
|
2018-10-23 14:37:57 -05:00
|
|
|
format-discharging-prefix-foreground = ${colors.icon}
|
2017-02-08 13:05:01 -06:00
|
|
|
format-discharging = <ramp-capacity> <label-discharging>
|
|
|
|
|
2017-04-14 11:52:18 -05:00
|
|
|
format-charging-prefix =
|
2018-10-23 14:37:57 -05:00
|
|
|
format-charging-prefix-foreground = ${colors.icon}
|
2017-04-14 11:52:18 -05:00
|
|
|
|
2018-07-05 09:47:46 -05:00
|
|
|
format-full-prefix = " "
|
2018-10-23 14:37:57 -05:00
|
|
|
format-full-prefix-foreground = ${colors.icon}
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2017-04-14 11:52:18 -05:00
|
|
|
ramp-capacity-0 = ""
|
|
|
|
ramp-capacity-1 = ""
|
|
|
|
ramp-capacity-2 = ""
|
2018-10-23 14:37:57 -05:00
|
|
|
ramp-capacity-foreground = ${colors.icon}
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2017-04-14 11:52:18 -05:00
|
|
|
animation-charging-0 = ""
|
|
|
|
animation-charging-1 = ""
|
|
|
|
animation-charging-2 = ""
|
2018-10-23 14:37:57 -05:00
|
|
|
animation-charging-foreground = ${colors.icon}
|
|
|
|
animation-charging-framerate = 1000
|
|
|
|
|
|
|
|
; ########################## ;
|
|
|
|
; ####### THERMALS ####### ;
|
|
|
|
; ########################## ;
|
2017-02-08 13:05:01 -06:00
|
|
|
|
|
|
|
[module/temperature]
|
|
|
|
type = internal/temperature
|
|
|
|
thermal-zone = 0
|
|
|
|
warn-temperature = 60
|
|
|
|
|
2017-02-08 13:27:09 -06:00
|
|
|
format = <ramp><label>
|
2017-02-08 13:05:01 -06:00
|
|
|
format-warn = <ramp> <label-warn>
|
2018-10-23 14:37:57 -05:00
|
|
|
label-foreground = ${colors.thermal}
|
2017-04-14 11:52:18 -05:00
|
|
|
format-prefix =
|
2018-10-23 14:37:57 -05:00
|
|
|
format-prefix-foreground = ${colors.icon}
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2018-08-25 01:39:47 -05:00
|
|
|
label = %temperature-c%
|
|
|
|
label-warn = %temperature-c%
|
2018-10-23 14:37:57 -05:00
|
|
|
label-warn-foreground = ${colors.icon}
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2017-04-14 11:52:18 -05:00
|
|
|
ramp-0 = " "
|
|
|
|
ramp-1 = " "
|
2018-10-23 14:37:57 -05:00
|
|
|
ramp-2 = " "
|
|
|
|
ramp-foreground = ${colors.icon}
|
2017-02-08 13:05:01 -06:00
|
|
|
|
2018-10-23 14:37:57 -05:00
|
|
|
; ######################## ;
|
|
|
|
; ###### SETTINGS ###### ;
|
|
|
|
; ######################## ;
|
2017-02-08 13:05:01 -06:00
|
|
|
|
|
|
|
[settings]
|
|
|
|
screenchange-reload = true
|
2019-08-15 10:12:28 -05:00
|
|
|
pseudo-transparency = false
|
2018-10-23 14:37:57 -05:00
|
|
|
compositing-background = source
|
|
|
|
compositing-foreground = source
|
|
|
|
compositing-border = source
|
|
|
|
|
|
|
|
; ######################### ;
|
|
|
|
; ####### GLOBALS ####### ;
|
|
|
|
; ######################### ;
|
2017-02-08 13:05:01 -06:00
|
|
|
|
|
|
|
[global/wm]
|
2020-01-24 15:35:53 -06:00
|
|
|
margin-top = ${xrdb:polybar.margin:0}
|
|
|
|
margin-bottom = ${xrdb:polybar.margin:0}
|
2019-08-08 16:45:42 -05:00
|
|
|
|
|
|
|
[module/microphone]
|
|
|
|
type = custom/script
|
2020-01-24 12:46:51 -06:00
|
|
|
exec = $DOTFILES_PATH/apps/de/polybar/mic.sh
|
2019-08-08 16:45:42 -05:00
|
|
|
tail = true
|
|
|
|
format = <label>
|
2020-01-28 11:35:39 -06:00
|
|
|
label-foreground = ${colors.background}
|
2019-08-08 16:45:42 -05:00
|
|
|
label = %output%
|
|
|
|
click-left = kill -USR1 %pid%
|
2020-01-28 11:35:39 -06:00
|
|
|
format-margin = 0
|