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]
|
2017-09-04 04:31:39 -05:00
|
|
|
alert-dark = ${xrdb:color3}
|
|
|
|
alert = ${xrdb:color11}
|
|
|
|
alert-hard-dark = ${xrdb:color9}
|
|
|
|
alert-hard = ${xrdb:color1}
|
|
|
|
|
|
|
|
primary-dark = ${xrdb:color4}
|
|
|
|
primary = ${xrdb:color12}
|
|
|
|
|
|
|
|
resource-bad-dark = ${xrdb:color5}
|
|
|
|
resource-bad = ${xrdb:color13}
|
|
|
|
resource-good-dark = ${xrdb:color2}
|
|
|
|
resource-good = ${xrdb:color10}
|
|
|
|
|
|
|
|
background = ${xrdb:background}
|
|
|
|
background-2 = ${xrdb:bg2}
|
|
|
|
background-3 = ${xrdb:bg3}
|
|
|
|
background-4 = ${xrdb:bg4}
|
|
|
|
foreground = ${xrdb:foreground}
|
|
|
|
foreground-2 = ${xrdb:fg2}
|
|
|
|
foreground-3 = ${xrdb:fg3}
|
|
|
|
foreground-4 = ${xrdb:fg4}
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2017-09-04 00:40:43 -05:00
|
|
|
underline-cpu = ${self.resource-bad-dark}
|
|
|
|
underline-fs = ${self.resource-bad-dark}
|
|
|
|
underline-memory = ${self.resource-bad-dark}
|
|
|
|
underline-temperature = ${self.resource-bad-dark}
|
|
|
|
|
2017-09-04 04:31:39 -05:00
|
|
|
underline-battery = ${self.resource-good-dark}
|
2017-09-04 00:40:43 -05:00
|
|
|
|
|
|
|
underline-backlight = ${self.primary-dark}
|
|
|
|
underline-network = ${self.primary-dark}
|
|
|
|
underline-date = ${self.primary-dark}
|
|
|
|
underline-volume = ${self.primary-dark}
|
|
|
|
|
2017-08-01 02:32:02 -05:00
|
|
|
[res/fonts]
|
2017-08-20 23:08:19 -05:00
|
|
|
#font-0 = "DejaVu Sans:size=10;1"
|
2017-08-20 23:42:05 -05:00
|
|
|
font-0 = "xos4 Terminus:size=9;1"
|
2017-09-05 18:42:43 -05:00
|
|
|
font-1 = "Material Design Icons:size=12;1"
|
2017-09-05 17:01:09 -05:00
|
|
|
font-2 = "FontAwesome:size=10;1"
|
2017-08-01 02:55:38 -05:00
|
|
|
font-3 =
|
|
|
|
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
|
2017-08-01 02:32:02 -05:00
|
|
|
width = 100%
|
2017-09-01 22:36:58 -05:00
|
|
|
height = 28
|
2017-07-30 17:24:27 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# Module padding and spacing
|
2017-08-01 02:32:02 -05:00
|
|
|
padding = 2
|
2017-08-02 01:36:48 -05:00
|
|
|
module-margin = 1
|
2017-07-30 17:24:27 -05:00
|
|
|
|
2017-09-04 00:43:04 -05:00
|
|
|
overline-size = 2
|
2017-09-06 14:11:24 -05:00
|
|
|
underline-size = 0
|
2017-09-01 22:36:58 -05:00
|
|
|
line-color = ${res/colors.background-2}
|
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# Module colors
|
2017-08-01 02:32:02 -05:00
|
|
|
background = ${res/colors.background}
|
|
|
|
foreground = ${res/colors.foreground}
|
2017-07-30 17:24:27 -05: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
|
|
|
|
#====================
|
2017-08-23 23:26:33 -05:00
|
|
|
[bar/alpha]
|
2017-08-01 02:32:02 -05:00
|
|
|
inherit = template/bar
|
2017-09-01 22:36:58 -05:00
|
|
|
bottom = true
|
2017-08-01 02:32:02 -05:00
|
|
|
tray-position = right
|
2017-07-30 17:24:27 -05:00
|
|
|
|
2017-09-01 22:36:58 -05:00
|
|
|
border-top-size = 2
|
|
|
|
border-top-color = ${res/colors.background-2}
|
2017-08-14 04:46:21 -05:00
|
|
|
|
2017-09-01 22:54:22 -05:00
|
|
|
modules-left = i3 bspwm | wlan-network eth-network | mpd
|
2017-09-01 16:13:10 -05:00
|
|
|
modules-center = xwindow-label
|
2017-09-06 14:11:24 -05:00
|
|
|
modules-right = temperature-label cpu-label memory-label | xbacklight-ramp volume-ramp battery-ramp | date
|
2017-07-30 17:24:27 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
#========================================
|
|
|
|
# MODULES
|
|
|
|
#========================================
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# COSMETIC
|
|
|
|
#====================
|
2017-08-01 02:32:02 -05:00
|
|
|
[module/|]
|
2017-07-30 00:04:04 -05:00
|
|
|
type = custom/text
|
2017-08-20 23:08:19 -05:00
|
|
|
content = |
|
2017-08-29 01:06:29 -05:00
|
|
|
content-foreground = ${res/colors.background-4}
|
2017-08-20 23:08:19 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# CUSTOM
|
|
|
|
#====================
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# TEMPLATE
|
|
|
|
#====================
|
2017-08-01 02:32:02 -05:00
|
|
|
[template/module/bar]
|
|
|
|
format = <label> <bar>
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2017-08-01 02:32:02 -05:00
|
|
|
label = "<TEMPLATE>"
|
2017-08-14 04:46:21 -05:00
|
|
|
label-foreground = ${res/colors.background}
|
2017-08-20 18:12:22 -05:00
|
|
|
label-background = ${res/colors.primary}
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2017-08-01 02:32:02 -05:00
|
|
|
bar-width = 30
|
2017-08-14 04:46:21 -05:00
|
|
|
bar-fill = |
|
2017-08-20 18:12:22 -05:00
|
|
|
bar-fill-foreground = ${res/colors.primary}
|
|
|
|
bar-fill-foreground-progress = ${res/colors.resource-good}
|
|
|
|
bar-fill-foreground-resource-low = ${res/colors.resource-bad}
|
|
|
|
bar-fill-foreground-resource-high = ${res/colors.resource-good}
|
|
|
|
bar-fill-foreground-setting = ${res/colors.primary}
|
2017-08-01 02:32:02 -05:00
|
|
|
bar-fill-background = ${res/colors.background}
|
2017-08-14 04:46:21 -05:00
|
|
|
bar-indicator = |
|
2017-08-01 02:32:02 -05:00
|
|
|
bar-indicator-foreground = ${res/colors.foreground}
|
|
|
|
bar-indicator-background = ${res/colors.background}
|
2017-08-14 04:46:21 -05:00
|
|
|
bar-empty = |
|
2017-08-24 17:26:18 -05:00
|
|
|
bar-empty-foreground = ${res/colors.background-4}
|
2017-08-01 02:32:02 -05:00
|
|
|
bar-empty-background = ${res/colors.background}
|
|
|
|
|
2017-08-20 23:08:19 -05:00
|
|
|
[template/module/battery]
|
|
|
|
type = internal/battery
|
|
|
|
battery = BAT0
|
2017-09-04 00:40:43 -05:00
|
|
|
format-charging-underline = ${res/colors.underline-battery}
|
|
|
|
format-discharging-underline = ${res/colors.underline-battery}
|
|
|
|
format-full-underline = ${res/colors.underline-battery}
|
2017-08-20 23:08:19 -05:00
|
|
|
adapter = AC
|
|
|
|
full-at = 95
|
2017-08-21 00:12:16 -05:00
|
|
|
interval = 15
|
2017-08-20 23:08:19 -05:00
|
|
|
|
|
|
|
[template/module/cpu]
|
|
|
|
type = internal/cpu
|
2017-09-04 00:40:43 -05:00
|
|
|
format-underline = ${res/colors.underline-cpu}
|
2017-08-20 23:08:19 -05:00
|
|
|
interval = 1
|
|
|
|
|
2017-08-02 01:36:48 -05:00
|
|
|
[template/module/network]
|
|
|
|
type = internal/network
|
|
|
|
interface = wlp1s0
|
|
|
|
format-connected = <label-connected>
|
2017-09-04 00:40:43 -05:00
|
|
|
format-connected-underline = ${res/colors.underline-network}
|
2017-09-04 04:31:39 -05:00
|
|
|
format-connected-prefix = " "
|
|
|
|
format-connected-prefix-foreground = ${self.format-connected-underline}
|
2017-08-02 01:36:48 -05:00
|
|
|
format-disconnected = <label-disconnected>
|
2017-09-01 22:36:58 -05:00
|
|
|
format-disconnected-overline = ${res/colors.alert}
|
2017-09-04 00:40:43 -05:00
|
|
|
format-disconnected-underline = ${res/colors.underline-network}
|
2017-09-06 00:40:58 -05:00
|
|
|
format-disconnected-prefix = " "
|
|
|
|
format-disconnected-prefix-foreground = ${res/colors.alert}
|
2017-08-02 01:36:48 -05:00
|
|
|
|
|
|
|
label-connected = %upspeed% %downspeed% - %signal%%
|
|
|
|
label-disconnected =
|
|
|
|
|
|
|
|
interval = 1
|
|
|
|
|
2017-08-20 23:08:19 -05:00
|
|
|
[template/module/temperature]
|
|
|
|
type = internal/temperature
|
|
|
|
thermal-zone = 0
|
|
|
|
warn-temperature = 60
|
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# STOCK
|
|
|
|
#====================
|
2017-07-30 00:04:04 -05:00
|
|
|
[module/i3]
|
|
|
|
type = internal/i3
|
|
|
|
format = <label-state> <label-mode>
|
|
|
|
index-sort = true
|
|
|
|
|
|
|
|
label-mode-padding = 2
|
2017-08-01 02:32:02 -05:00
|
|
|
label-mode-foreground = ${res/colors.background}
|
2017-08-20 18:12:22 -05:00
|
|
|
label-mode-background = ${res/colors.primary}
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# Active workspace on focused monitor
|
2017-07-30 00:04:04 -05:00
|
|
|
label-focused = %name%
|
2017-08-24 01:25:29 -05:00
|
|
|
label-focused-padding = ${self.label-mode-padding}
|
2017-09-01 23:41:20 -05:00
|
|
|
label-focused-background = ${res/colors.background-4}
|
2017-09-01 22:36:58 -05:00
|
|
|
label-focused-overline = ${res/colors.primary}
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# Active workspace on unfocused monitor
|
2017-08-01 02:32:02 -05:00
|
|
|
label-visible = ${self.label-focused}
|
2017-07-30 00:04:04 -05:00
|
|
|
label-visible-padding = ${self.label-focused-padding}
|
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# Inactive workspace
|
2017-08-01 02:32:02 -05:00
|
|
|
label-unfocused = ${self.label-focused}
|
|
|
|
label-unfocused-padding = ${self.label-focused-padding}
|
2017-07-30 17:24:27 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# Urgent workspace
|
2017-08-22 23:17:56 -05:00
|
|
|
label-urgent = ${self.label-focused}
|
|
|
|
label-urgent-padding = ${self.label-focused-padding}
|
2017-09-01 22:36:58 -05:00
|
|
|
label-urgent-overline = ${res/colors.alert}
|
2017-08-22 23:17:56 -05:00
|
|
|
|
|
|
|
[module/bspwm]
|
|
|
|
type = internal/bspwm
|
|
|
|
enable-click = true
|
|
|
|
enable-scroll = true
|
|
|
|
format = <label-state> <label-mode>
|
|
|
|
pin-workspaces = true
|
|
|
|
|
2017-09-05 19:40:23 -05:00
|
|
|
ws-icon-0 = I;
|
|
|
|
ws-icon-1 = II;
|
|
|
|
ws-icon-2 = III;
|
|
|
|
ws-icon-8 = IX;
|
|
|
|
ws-icon-9 = X;
|
|
|
|
ws-icon-default =
|
2017-08-22 23:17:56 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# Active workspace on focused monitor
|
2017-08-22 23:17:56 -05:00
|
|
|
label-focused = %icon%
|
|
|
|
label-focused-padding = 2
|
2017-09-05 19:40:23 -05:00
|
|
|
label-focused-background = ${res/colors.background-4}
|
2017-09-01 22:36:58 -05:00
|
|
|
label-focused-overline = ${res/colors.primary}
|
2017-08-22 23:17:56 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# Inactive filled workspace on focused monitor
|
2017-08-23 00:06:59 -05:00
|
|
|
label-occupied = ${self.label-focused}
|
|
|
|
label-occupied-padding = ${self.label-focused-padding}
|
|
|
|
label-occupied-foreground = ${res/colors.background}
|
2017-08-24 17:26:18 -05:00
|
|
|
label-occupied-background = ${res/colors.background-4}
|
2017-08-22 23:17:56 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# Inactive empty workspace on focused monitor
|
2017-08-23 00:06:59 -05:00
|
|
|
label-empty = ${self.label-focused}
|
|
|
|
label-empty-padding = ${self.label-focused-padding}
|
2017-08-24 17:26:18 -05:00
|
|
|
label-empty-foreground = ${res/colors.background-4}
|
2017-08-23 00:06:59 -05:00
|
|
|
label-empty-background = ${res/colors.background}
|
2017-08-22 23:17:56 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# Filled workspace on unfocused monitor
|
2017-08-23 00:06:59 -05:00
|
|
|
label-dimmed-padding = ${self.label-focused-padding}
|
|
|
|
label-dimmed-foreground = ${res/colors.primary-dark}
|
2017-08-24 17:26:18 -05:00
|
|
|
label-dimmed-background = ${res/colors.background-4}
|
2017-08-23 00:06:59 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# Urgent workspace on any monitor
|
2017-08-01 02:32:02 -05:00
|
|
|
label-urgent = ${self.label-focused}
|
2017-08-03 23:12:35 -05:00
|
|
|
label-urgent-padding = ${self.label-focused-padding}
|
2017-09-01 22:36:58 -05:00
|
|
|
label-urgent-overline = ${res/colors.alert}
|
2017-07-30 17:24:27 -05:00
|
|
|
|
2017-08-20 23:08:19 -05:00
|
|
|
[module/battery-ramp]
|
|
|
|
inherit = template/module/battery
|
2017-09-05 18:20:09 -05:00
|
|
|
format-charging = <ramp-capacity> <label-charging>
|
|
|
|
format-charging-prefix =
|
|
|
|
format-charging-prefix-foreground = ${self.format-charging-underline}
|
2017-08-20 23:08:19 -05:00
|
|
|
format-discharging = <ramp-capacity> <label-discharging>
|
2017-08-21 00:02:37 -05:00
|
|
|
format-full = <label-full>
|
2017-09-04 04:31:39 -05:00
|
|
|
format-full-overline = ${res/colors.resource-good}
|
2017-09-06 02:04:35 -05:00
|
|
|
format-full-prefix = " "
|
|
|
|
format-full-prefix-foreground = ${res/colors.resource-good}
|
2017-08-21 00:20:12 -05:00
|
|
|
time-format = %H:%M
|
2017-08-20 23:08:19 -05:00
|
|
|
|
2017-08-21 00:15:30 -05:00
|
|
|
label-charging = %percentage%%
|
2017-08-20 23:48:48 -05:00
|
|
|
label-charging-padding = 0
|
2017-08-21 00:20:12 -05:00
|
|
|
label-discharging = %percentage%% (%time%)
|
2017-08-20 23:48:48 -05:00
|
|
|
label-discharging-padding = 0
|
2017-09-05 18:20:09 -05:00
|
|
|
label-full = %percentage%%
|
2017-08-20 23:48:48 -05:00
|
|
|
label-full-padding = 0
|
2017-08-20 23:08:19 -05:00
|
|
|
|
2017-09-05 18:20:09 -05:00
|
|
|
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=
|
2017-09-04 04:31:39 -05:00
|
|
|
ramp-capacity-foreground = ${self.format-discharging-underline}
|
2017-08-20 23:08:19 -05:00
|
|
|
|
2017-09-06 14:10:27 -05:00
|
|
|
[module/battery-ramp-mini]
|
|
|
|
inherit = template/module/battery
|
|
|
|
format-charging = <ramp-capacity>
|
|
|
|
format-charging-prefix =
|
|
|
|
format-charging-prefix-foreground = ${self.format-charging-underline}
|
|
|
|
format-discharging = <ramp-capacity>
|
|
|
|
format-full = <ramp-capacity
|
|
|
|
format-full-overline = ${res/colors.resource-good}
|
|
|
|
format-full-prefix = " "
|
|
|
|
format-full-prefix-foreground = ${res/colors.resource-good}
|
|
|
|
|
|
|
|
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=
|
|
|
|
|
2017-08-29 01:09:00 -05:00
|
|
|
[module/cpu-coreload]
|
2017-08-20 23:08:19 -05:00
|
|
|
inherit = template/module/cpu
|
|
|
|
format = <label> <ramp-coreload>
|
|
|
|
|
2017-09-05 18:21:06 -05:00
|
|
|
label =
|
2017-08-20 23:08:19 -05:00
|
|
|
|
|
|
|
ramp-coreload-0 = ▁
|
|
|
|
ramp-coreload-1 = ▂
|
|
|
|
ramp-coreload-2 = ▃
|
|
|
|
ramp-coreload-3 = ▄
|
|
|
|
ramp-coreload-4 = ▅
|
2017-08-21 01:00:08 -05:00
|
|
|
ramp-coreload-4-foreground = ${res/colors.alert}
|
2017-08-20 23:08:19 -05:00
|
|
|
ramp-coreload-5 = ▆
|
2017-08-21 01:00:08 -05:00
|
|
|
ramp-coreload-5-foreground = ${res/colors.alert}
|
2017-08-20 23:08:19 -05:00
|
|
|
ramp-coreload-6 = ▇
|
2017-08-21 01:00:08 -05:00
|
|
|
ramp-coreload-6-foreground = ${res/colors.alert-hard}
|
2017-08-20 23:08:19 -05:00
|
|
|
ramp-coreload-7 = █
|
2017-08-21 01:00:08 -05:00
|
|
|
ramp-coreload-7-foreground = ${res/colors.alert-hard}
|
2017-08-20 23:54:51 -05:00
|
|
|
ramp-coreload-foreground = ${res/colors.foreground}
|
2017-08-20 23:08:19 -05:00
|
|
|
|
2017-08-23 01:11:13 -05:00
|
|
|
[module/cpu-label]
|
|
|
|
inherit = template/module/cpu
|
|
|
|
format = <label>
|
2017-09-05 18:21:06 -05:00
|
|
|
format-prefix = " "
|
2017-09-04 04:31:39 -05:00
|
|
|
format-prefix-foreground = ${self.format-underline}
|
|
|
|
label = %percentage%%
|
2017-08-23 01:11:13 -05:00
|
|
|
|
2017-07-30 00:04:04 -05:00
|
|
|
[module/date]
|
|
|
|
type = internal/date
|
|
|
|
|
2017-09-04 00:40:43 -05:00
|
|
|
format-underline = ${res/colors.underline-date}
|
2017-09-05 18:22:41 -05:00
|
|
|
format-prefix = " "
|
2017-09-04 04:31:39 -05:00
|
|
|
format-prefix-foreground = ${self.format-underline}
|
2017-09-04 00:40:43 -05:00
|
|
|
|
2017-07-30 19:49:39 -05:00
|
|
|
date = %a
|
|
|
|
time = %I:%M %p
|
2017-08-01 02:32:02 -05:00
|
|
|
date-alt = %A, %B %d
|
2017-07-30 19:49:39 -05:00
|
|
|
time-alt = %I:%M %p
|
2017-07-30 00:04:04 -05:00
|
|
|
|
|
|
|
label = %date% %time%
|
2017-09-01 22:54:22 -05:00
|
|
|
|
|
|
|
interval = 30
|
|
|
|
|
|
|
|
[module/filesystem]
|
|
|
|
type = internal/fs
|
|
|
|
|
2017-09-04 00:40:43 -05:00
|
|
|
format-mounted-underline = ${res/colors.underline-fs}
|
|
|
|
|
2017-09-01 22:54:22 -05:00
|
|
|
label-mounted = %mountpoint%: %percentage_used%%
|
|
|
|
label-unmounted = %mountpoint%
|
|
|
|
label-unmounted-foreground = ${res/colors.background-4}
|
|
|
|
|
|
|
|
mount-0 = /
|
|
|
|
mount-1 = /home
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2017-08-01 02:32:02 -05:00
|
|
|
interval = 30
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2017-08-20 23:08:19 -05:00
|
|
|
[module/memory-label]
|
|
|
|
type = internal/memory
|
|
|
|
format = <label>
|
2017-09-04 00:40:43 -05:00
|
|
|
format-underline = ${res/colors.underline-memory}
|
2017-09-05 18:23:22 -05:00
|
|
|
format-prefix = " "
|
2017-09-04 04:31:39 -05:00
|
|
|
format-prefix-foreground = ${self.format-underline}
|
2017-08-20 23:08:19 -05:00
|
|
|
|
2017-09-04 04:31:39 -05:00
|
|
|
label = %percentage_used%% (%gb_used%)
|
2017-08-20 23:08:19 -05:00
|
|
|
|
2017-08-01 02:32:02 -05:00
|
|
|
[module/mpd]
|
|
|
|
type = internal/mpd
|
2017-08-23 23:06:52 -05:00
|
|
|
format-online = <label-song> <label-time>
|
2017-09-01 23:06:50 -05:00
|
|
|
format-offline =
|
2017-08-01 02:32:02 -05:00
|
|
|
|
2017-09-05 18:25:11 -05:00
|
|
|
icon-next =
|
|
|
|
icon-pause =
|
|
|
|
icon-play =
|
|
|
|
icon-prev =
|
|
|
|
icon-random =
|
|
|
|
icon-repeat =
|
|
|
|
icon-stop =
|
2017-08-23 23:06:52 -05:00
|
|
|
|
2017-08-23 23:14:59 -05:00
|
|
|
toggle-on-foreground = ${res/colors.foreground}
|
2017-08-24 17:26:18 -05:00
|
|
|
toggle-off-foreground = ${res/colors.background-4}
|
2017-08-23 23:14:59 -05:00
|
|
|
|
2017-08-01 02:32:02 -05:00
|
|
|
label-song = %title%
|
|
|
|
label-song-maxlen = 25
|
|
|
|
label-song-ellipsis = true
|
|
|
|
|
2017-08-15 01:39:00 -05:00
|
|
|
label-offline = "Disconnected from MPD"
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2017-08-01 02:32:02 -05:00
|
|
|
label-time = %elapsed%/%total%
|
|
|
|
|
|
|
|
bar-progress-width = 100
|
|
|
|
bar-progress-fill = ${template/module/bar.bar-fill}
|
2017-08-01 19:55:38 -05:00
|
|
|
bar-progress-fill-foreground = ${template/module/bar.bar-fill-foreground-progress}
|
2017-08-01 02:32:02 -05:00
|
|
|
bar-progress-fill-background = ${template/module/bar.bar-fill-background}
|
|
|
|
bar-progress-indicator = ${template/module/bar.bar-indicator}
|
|
|
|
bar-progress-indicator-foreground = ${template/module/bar.bar-indicator-foreground}
|
|
|
|
bar-progress-indicator-background = ${template/module/bar.bar-indicator-background}
|
|
|
|
bar-progress-empty = ${template/module/bar.bar-empty}
|
|
|
|
bar-progress-empty-foreground = ${template/module/bar.bar-empty-foreground}
|
|
|
|
bar-progress-empty-background = ${template/module/bar.bar-empty-background}
|
|
|
|
|
|
|
|
interval = 1
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2017-08-23 23:14:59 -05:00
|
|
|
[module/mpd-control]
|
|
|
|
inherit = module/mpd
|
|
|
|
format-online = <icon-prev> <toggle> <icon-stop> <icon-next>
|
2017-08-24 17:06:06 -05:00
|
|
|
label-offline =
|
2017-08-23 23:14:59 -05:00
|
|
|
|
|
|
|
[module/mpd-control-ext]
|
|
|
|
inherit = module/mpd
|
|
|
|
format-online = <icon-random> <icon-repeat>
|
2017-08-24 17:06:06 -05:00
|
|
|
label-offline =
|
2017-08-23 23:14:59 -05:00
|
|
|
|
2017-09-05 18:30:50 -05:00
|
|
|
[module/temperature-label]
|
2017-09-01 16:13:10 -05:00
|
|
|
inherit = template/module/temperature
|
2017-08-20 23:08:19 -05:00
|
|
|
|
2017-09-05 18:30:50 -05:00
|
|
|
format = <label>
|
2017-09-04 00:40:43 -05:00
|
|
|
format-underline = ${res/colors.underline-temperature}
|
2017-09-05 18:30:50 -05:00
|
|
|
format-prefix = " "
|
|
|
|
format-prefix-foreground = ${self.format-underline}
|
2017-09-04 04:31:39 -05:00
|
|
|
format-warning = <label>
|
2017-09-01 22:36:58 -05:00
|
|
|
format-warning-overline = ${res/colors.alert}
|
2017-09-04 00:40:43 -05:00
|
|
|
format-warning-underline = ${res/colors.underline-temperature}
|
2017-09-05 18:30:50 -05:00
|
|
|
format-warning-prefix = " "
|
2017-09-04 04:31:39 -05:00
|
|
|
format-warning-prefix-foreground = ${res/colors.alert}
|
2017-08-20 23:53:00 -05:00
|
|
|
|
|
|
|
label = %temperature%
|
2017-09-05 18:20:09 -05:00
|
|
|
label-warn = %temperature%
|
2017-08-20 23:08:19 -05:00
|
|
|
|
|
|
|
[module/volume-ramp]
|
|
|
|
type = internal/volume
|
2017-08-20 23:48:48 -05:00
|
|
|
format-volume = <ramp-volume> <label-volume>
|
2017-09-04 00:40:43 -05:00
|
|
|
format-volume-underline = ${res/colors.underline-volume}
|
2017-09-01 22:54:22 -05:00
|
|
|
format-muted = <ramp-volume> <label-muted>
|
|
|
|
format-muted-foreground = ${res/colors.background-4}
|
2017-09-04 00:40:43 -05:00
|
|
|
format-muted-underline = ${res/colors.underline-volume}
|
2017-08-20 23:08:19 -05:00
|
|
|
|
|
|
|
label-volume = %percentage%%
|
2017-09-01 22:54:22 -05:00
|
|
|
label-muted = %percentage%%
|
2017-08-20 23:08:19 -05:00
|
|
|
|
2017-09-05 18:31:48 -05:00
|
|
|
ramp-volume-0 =
|
|
|
|
ramp-volume-1 =
|
|
|
|
ramp-volume-2 =
|
2017-09-04 04:31:39 -05:00
|
|
|
ramp-volume-foreground = ${self.format-volume-underline}
|
2017-08-20 23:08:19 -05:00
|
|
|
|
2017-09-06 14:10:27 -05:00
|
|
|
[module/volume-ramp-mini]
|
|
|
|
type = internal/volume
|
|
|
|
format-volume = <ramp-volume>
|
|
|
|
format-volume-underline = ${res/colors.underline-volume}
|
|
|
|
format-muted = <ramp-volume>
|
|
|
|
format-muted-foreground = ${res/colors.background-4}
|
|
|
|
format-muted-underline = ${res/colors.underline-volume}
|
|
|
|
|
|
|
|
ramp-volume-0 =
|
|
|
|
ramp-volume-1 =
|
|
|
|
ramp-volume-2 =
|
|
|
|
|
2017-08-29 01:06:29 -05:00
|
|
|
[module/wlan-network]
|
2017-08-02 01:36:48 -05:00
|
|
|
inherit = template/module/network
|
2017-09-05 18:32:25 -05:00
|
|
|
format-connected-prefix = " "
|
2017-09-04 04:31:39 -05:00
|
|
|
label-connected = %essid%
|
|
|
|
label-disconnected = %ifname%
|
2017-08-24 17:06:06 -05:00
|
|
|
|
2017-08-29 01:06:29 -05:00
|
|
|
[module/wlan-speed]
|
|
|
|
inherit = template/module/network
|
2017-09-05 18:33:54 -05:00
|
|
|
label-connected = %upspeed% %downspeed%
|
2017-08-29 01:06:29 -05:00
|
|
|
|
2017-09-01 16:13:10 -05:00
|
|
|
[module/eth-network]
|
2017-08-24 17:06:06 -05:00
|
|
|
type = internal/network
|
2017-08-29 01:06:29 -05:00
|
|
|
inherit = module/wlan-network
|
2017-08-24 17:06:06 -05:00
|
|
|
interface = enp0s31f6
|
2017-09-05 18:33:54 -05:00
|
|
|
label-connected = %upspeed% %downspeed%
|
2017-08-24 17:06:06 -05:00
|
|
|
label-connected-foreground = ${res/colors.primary-dark}
|
|
|
|
label-disconnected =
|
2017-08-01 02:32:02 -05:00
|
|
|
|
2017-09-05 18:37:35 -05:00
|
|
|
[module/xbacklight-ramp]
|
2017-08-24 16:51:43 -05:00
|
|
|
type = internal/xbacklight
|
2017-09-05 18:37:35 -05:00
|
|
|
format = <ramp> <label>
|
2017-09-04 00:40:43 -05:00
|
|
|
format-underline = ${res/colors.underline-backlight}
|
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
|
|
|
|
2017-09-05 18:37:35 -05:00
|
|
|
ramp-0 =
|
|
|
|
ramp-1 =
|
|
|
|
ramp-2 =
|
|
|
|
ramp-3 =
|
|
|
|
ramp-4 =
|
|
|
|
ramp-5 =
|
|
|
|
ramp-6 =
|
|
|
|
ramp-foreground = ${self.format-underline}
|
|
|
|
|
2017-09-06 14:10:27 -05:00
|
|
|
[module/xbacklight-ramp-mini]
|
|
|
|
type = internal/xbacklight
|
|
|
|
format = <ramp>
|
|
|
|
format-underline = ${res/colors.underline-backlight}
|
|
|
|
|
|
|
|
ramp-0 =
|
|
|
|
ramp-1 =
|
|
|
|
ramp-2 =
|
|
|
|
ramp-3 =
|
|
|
|
ramp-4 =
|
|
|
|
ramp-5 =
|
|
|
|
ramp-6 =
|
|
|
|
|
2017-09-01 16:13:10 -05:00
|
|
|
[module/xkeyboard-label]
|
2017-08-04 21:29:16 -05:00
|
|
|
type = internal/xkeyboard
|
2017-09-01 16:13:10 -05:00
|
|
|
format = <label-indicator>
|
2017-08-04 21:29:16 -05:00
|
|
|
|
|
|
|
label-indicator = %name%
|
2017-09-01 22:36:58 -05:00
|
|
|
label-indicator-overline = ${res/colors.primary}
|
2017-08-04 21:29:16 -05:00
|
|
|
|
2017-09-01 16:13:10 -05:00
|
|
|
[module/xwindow-label]
|
2017-08-01 02:32:02 -05:00
|
|
|
type = internal/xwindow
|
|
|
|
label = %title%
|
|
|
|
label-maxlen = 75
|
|
|
|
label-ellipsis = true
|
2017-08-01 02:55:38 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# vim:ft=dosini
|