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-01-17 12:15:17 -06:00
|
|
|
icon-battery = ${xrdb:color2}
|
|
|
|
icon-cpu = ${xrdb:color5}
|
|
|
|
icon-memory = ${self.icon-cpu}
|
2018-01-21 13:24:03 -06:00
|
|
|
icon-wlan = ${xrdb:color6}
|
2018-01-17 12:15:17 -06:00
|
|
|
icon-xbacklight = ${xrdb:color7}
|
|
|
|
|
2017-09-04 04:31:39 -05:00
|
|
|
background = ${xrdb:background}
|
|
|
|
background-2 = ${xrdb:bg2}
|
|
|
|
background-3 = ${xrdb:bg3}
|
|
|
|
background-4 = ${xrdb:bg4}
|
2017-09-08 15:30:50 -05:00
|
|
|
foreground = ${xrdb:color15}
|
2017-09-04 04:31:39 -05:00
|
|
|
foreground-2 = ${xrdb:fg2}
|
|
|
|
foreground-3 = ${xrdb:fg3}
|
|
|
|
foreground-4 = ${xrdb:fg4}
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2018-01-18 14:57:31 -06:00
|
|
|
[res/config]
|
|
|
|
padding = 2
|
|
|
|
|
2017-08-01 02:32:02 -05:00
|
|
|
[res/fonts]
|
2017-09-17 22:58:06 -05:00
|
|
|
font-0 = "xos4 Terminus:size=9;2"
|
2017-12-23 02:47:12 -06:00
|
|
|
font-1 = "Wuncon Siji:size=9;2"
|
2017-09-17 22:58:06 -05:00
|
|
|
font-2 = "FontAwesome:size=10;2"
|
2017-12-23 02:47:12 -06:00
|
|
|
font-3 = "Material Design Icons:size=11;3"
|
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
|
2017-08-01 02:32:02 -05:00
|
|
|
width = 100%
|
2018-01-16 23:26:52 -06:00
|
|
|
height = 30
|
2018-01-20 13:29:15 -06:00
|
|
|
wm-restack = ${env:PB_WM_RESTACK:i3}
|
2017-07-30 17:24:27 -05:00
|
|
|
|
2017-09-05 18:41:31 -05:00
|
|
|
# Module padding and spacing
|
2017-08-02 01:36:48 -05:00
|
|
|
module-margin = 1
|
2017-07-30 17:24:27 -05:00
|
|
|
|
2018-01-16 23:26:52 -06:00
|
|
|
# Mild ricing
|
|
|
|
background = #00000000
|
2017-08-01 02:32:02 -05:00
|
|
|
foreground = ${res/colors.foreground}
|
2017-07-30 17:24:27 -05:00
|
|
|
|
2018-01-17 18:56:13 -06:00
|
|
|
# Invisible border on three sides; it cooperates well with i3
|
2018-01-19 13:20:14 -06:00
|
|
|
border-top-size = 10
|
|
|
|
border-left-size = ${self.border-top-size}
|
|
|
|
border-right-size = ${self.border-top-size}
|
2018-01-16 23:26:52 -06:00
|
|
|
border-color = #00000000
|
|
|
|
|
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-01-20 13:37:41 -06:00
|
|
|
[bar/primary-top]
|
2018-01-20 13:56:55 -06:00
|
|
|
monitor = ${env:PB_MONITOR}
|
2017-08-01 02:32:02 -05:00
|
|
|
inherit = template/bar
|
|
|
|
tray-position = right
|
2017-07-30 17:24:27 -05:00
|
|
|
|
2018-01-18 16:44:37 -06:00
|
|
|
modules-left = i3 bspwm cpu memory update-arch
|
2018-01-16 23:26:52 -06:00
|
|
|
modules-center = xwindow
|
2018-01-18 16:44:37 -06:00
|
|
|
modules-right = xbacklight volume battery wlan 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
|
|
|
|
|
|
|
|
modules-left = i3 bspwm
|
|
|
|
modules-center = xwindow
|
|
|
|
modules-right =
|
|
|
|
|
2018-01-20 22:45:04 -06:00
|
|
|
# TEST BARS
|
|
|
|
#====================
|
|
|
|
[bar/pico]
|
|
|
|
inherit = template/bar
|
|
|
|
|
|
|
|
modules-left = cpu
|
|
|
|
modules-center =
|
|
|
|
modules-right =
|
|
|
|
|
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-05 00:16:56 -06:00
|
|
|
content-foreground = ${res/colors.background-4}
|
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-01-17 21:50:59 -06:00
|
|
|
format-prefix =
|
2018-01-18 14:57:31 -06:00
|
|
|
format-prefix-padding = ${res/config.padding}
|
2018-01-16 23:26:52 -06:00
|
|
|
format-prefix-foreground = ${res/colors.background}
|
|
|
|
format-prefix-background = ${res/colors.primary}
|
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-17 13:07:53 -06:00
|
|
|
label-mode-background = ${res/colors.primary}
|
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-16 23:26:52 -06:00
|
|
|
label-visible-background = ${res/colors.background-4}
|
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-01-20 17:17:16 -06:00
|
|
|
format = <label-state><label-mode>
|
|
|
|
format-prefix = b
|
|
|
|
format-prefix-padding = 2
|
|
|
|
format-prefix-foreground = ${res/colors.background}
|
|
|
|
format-prefix-background = ${res/colors.primary}
|
2018-01-17 21:50:59 -06:00
|
|
|
enable-scroll = false
|
|
|
|
pin-workspaces = true
|
|
|
|
|
2018-01-17 22:23:37 -06:00
|
|
|
ws-icon-0 = 1;
|
2018-01-17 22:36:09 -06:00
|
|
|
ws-icon-1 = 2;
|
|
|
|
ws-icon-2 = 3;
|
|
|
|
ws-icon-3 = 4;
|
|
|
|
ws-icon-4 = 5;
|
|
|
|
ws-icon-5 = 6;
|
|
|
|
ws-icon-6 = 7;
|
2018-01-18 15:03:34 -06:00
|
|
|
ws-icon-7 = 8;
|
2018-01-17 22:23:37 -06:00
|
|
|
ws-icon-default =
|
2018-01-17 21:50:59 -06:00
|
|
|
|
2018-01-19 13:22:49 -06:00
|
|
|
label-monocle =
|
2018-01-19 13:20:14 -06:00
|
|
|
label-monocle-padding = ${res/config.padding}
|
|
|
|
label-monocle-background = ${res/colors.primary}
|
|
|
|
label-monocle-foreground = ${res/colors.background}
|
|
|
|
label-tiled =
|
|
|
|
label-tiled-padding = ${res/config.padding}
|
|
|
|
label-tiled-background = ${res/colors.primary}
|
|
|
|
label-tiled-foreground = ${res/colors.background}
|
|
|
|
label-fullscreen =
|
|
|
|
label-fullscreen-padding = ${res/config.padding}
|
|
|
|
label-fullscreen-background = ${res/colors.primary}
|
|
|
|
label-fullscreen-foreground = ${res/colors.background}
|
|
|
|
label-floating =
|
|
|
|
label-floating-padding = ${res/config.padding}
|
|
|
|
label-floating-background = ${res/colors.primary}
|
|
|
|
label-floating-foreground = ${res/colors.background}
|
|
|
|
label-pseudotiled =
|
|
|
|
label-pseudotiled-padding = ${res/config.padding}
|
|
|
|
label-pseudotiled-background = ${res/colors.primary}
|
|
|
|
label-pseudotiled-foreground = ${res/colors.background}
|
|
|
|
label-locked =
|
|
|
|
label-locked-padding = ${res/config.padding}
|
|
|
|
label-locked-background = ${res/colors.primary}
|
|
|
|
label-locked-foreground = ${res/colors.background}
|
|
|
|
label-sticky =
|
|
|
|
label-sticky-padding = ${res/config.padding}
|
|
|
|
label-sticky-background = ${res/colors.primary}
|
|
|
|
label-sticky-foreground = ${res/colors.background}
|
|
|
|
label-private =
|
|
|
|
label-private-padding = ${res/config.padding}
|
|
|
|
label-private-background = ${res/colors.primary}
|
|
|
|
label-private-foreground = ${res/colors.background}
|
|
|
|
|
2018-01-18 15:03:34 -06:00
|
|
|
label-focused = %icon%
|
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}
|
|
|
|
label-dimmed-background = ${res/colors.background-4}
|
|
|
|
|
|
|
|
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-occupied-background = ${res/colors.background}
|
|
|
|
|
|
|
|
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}
|
|
|
|
label-urgent-background = ${res/colors.background}
|
|
|
|
|
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-17 21:50:59 -06:00
|
|
|
label-empty-foreground = ${res/colors.background-4}
|
|
|
|
label-empty-background = ${res/colors.background}
|
|
|
|
|
2018-01-19 13:20:14 -06:00
|
|
|
|
2018-01-16 23:26:52 -06:00
|
|
|
[module/battery]
|
|
|
|
type = internal/battery
|
2018-01-28 01:33:54 -06:00
|
|
|
format-charging = <ramp-capacity>
|
|
|
|
format-charging-background = ${res/colors.background-4}
|
2018-01-16 23:26:52 -06:00
|
|
|
format-discharging = <ramp-capacity><label-discharging>
|
2018-01-28 01:33:54 -06:00
|
|
|
format-discharging-background = ${res/colors.icon-battery}
|
2018-01-16 23:26:52 -06:00
|
|
|
format-full = <label-full>
|
2018-01-18 00:13:57 -06:00
|
|
|
format-full-prefix =
|
2018-01-18 14:57:31 -06:00
|
|
|
format-full-prefix-padding = ${res/config.padding}
|
2018-01-18 00:13:57 -06:00
|
|
|
format-full-prefix-foreground = ${res/colors.background}
|
|
|
|
format-full-prefix-background = ${res/colors.alert}
|
2017-08-21 00:20:12 -05:00
|
|
|
time-format = %H:%M
|
2018-01-16 23:26:52 -06:00
|
|
|
full-at = 98
|
|
|
|
interval = 15
|
2017-08-20 23:08:19 -05:00
|
|
|
|
2017-08-21 00:15:30 -05:00
|
|
|
label-charging = %percentage%%
|
2018-01-18 14:57:31 -06:00
|
|
|
label-charging-padding = ${res/config.padding}
|
2018-01-17 18:56:13 -06:00
|
|
|
label-charging-foreground = ${res/colors.background-4}
|
2018-01-16 23:26:52 -06:00
|
|
|
label-charging-background = ${res/colors.background}
|
2018-01-21 00:48:27 -06:00
|
|
|
label-discharging = %percentage%%
|
2018-01-16 23:26:52 -06:00
|
|
|
label-discharging-padding = ${self.label-charging-padding}
|
|
|
|
label-discharging-background = ${res/colors.background}
|
2018-01-18 00:13:57 -06:00
|
|
|
label-full = %percentage%%
|
|
|
|
label-full-padding = ${self.label-charging-padding}
|
|
|
|
label-full-background = ${res/colors.background}
|
2017-08-20 23:08:19 -05:00
|
|
|
|
2017-12-23 02:47:12 -06: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=
|
2018-01-18 14:57:31 -06:00
|
|
|
ramp-capacity-padding = ${res/config.padding}
|
2018-01-16 23:26:52 -06:00
|
|
|
ramp-capacity-foreground = ${res/colors.background}
|
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-01-16 23:26:52 -06:00
|
|
|
animation-charging-padding = ${self.ramp-capacity-padding}
|
2018-01-17 18:56:13 -06:00
|
|
|
animation-charging-foreground = ${res/colors.background}
|
|
|
|
animation-charging-background = ${res/colors.background-4}
|
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-01-19 13:21:33 -06:00
|
|
|
format-prefix =
|
2018-01-18 14:57:31 -06:00
|
|
|
format-prefix-padding = ${res/config.padding}
|
2018-01-16 23:26:52 -06:00
|
|
|
format-prefix-foreground = ${res/colors.background}
|
2018-01-17 12:15:17 -06:00
|
|
|
format-prefix-background = ${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-18 14:57:31 -06:00
|
|
|
label-padding = ${res/config.padding}
|
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>
|
|
|
|
format-prefix =
|
2018-01-18 14:57:31 -06:00
|
|
|
format-prefix-padding = ${res/config.padding}
|
2018-01-16 23:26:52 -06:00
|
|
|
format-prefix-foreground = ${res/colors.background}
|
|
|
|
format-prefix-background = ${res/colors.primary}
|
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%
|
2018-01-18 14:57:31 -06:00
|
|
|
label-padding = ${res/config.padding}
|
2018-01-16 23:26:52 -06:00
|
|
|
label-background = ${res/colors.background}
|
2017-07-30 00:04:04 -05:00
|
|
|
|
2018-01-16 23:26:52 -06:00
|
|
|
[module/memory]
|
2017-08-20 23:08:19 -05:00
|
|
|
type = internal/memory
|
|
|
|
format = <label>
|
2018-01-16 23:26:52 -06:00
|
|
|
format-prefix =
|
2018-01-18 14:57:31 -06:00
|
|
|
format-prefix-padding = ${res/config.padding}
|
2018-01-16 23:26:52 -06:00
|
|
|
format-prefix-foreground = ${res/colors.background}
|
2018-01-17 12:15:17 -06:00
|
|
|
format-prefix-background = ${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-18 14:57:31 -06:00
|
|
|
label-padding = ${res/config.padding}
|
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 ]
|
|
|
|
format-prefix =
|
2018-01-18 14:57:31 -06:00
|
|
|
format-prefix-padding = ${res/config.padding}
|
2018-01-17 13:14:20 -06:00
|
|
|
format-prefix-foreground = ${res/colors.background}
|
|
|
|
format-prefix-background = ${res/colors.alert}
|
|
|
|
interval = 60
|
|
|
|
|
2018-01-18 14:57:31 -06:00
|
|
|
label-padding = ${res/config.padding}
|
2018-01-17 13:14:20 -06:00
|
|
|
label-background = ${res/colors.background}
|
|
|
|
|
2018-01-16 23:26:52 -06:00
|
|
|
[module/volume]
|
2017-08-20 23:08:19 -05:00
|
|
|
type = internal/volume
|
2018-01-16 23:26:52 -06:00
|
|
|
format-volume = <label-volume>
|
|
|
|
format-volume-prefix =
|
2018-01-18 14:57:31 -06:00
|
|
|
format-volume-prefix-padding = ${res/config.padding}
|
2018-01-16 23:26:52 -06:00
|
|
|
format-volume-prefix-foreground = ${res/colors.background}
|
2018-01-21 13:24:03 -06:00
|
|
|
format-volume-prefix-background = ${res/colors.primary}
|
2018-01-16 23:26:52 -06:00
|
|
|
format-muted = <label-muted>
|
|
|
|
|
2018-01-18 14:57:31 -06:00
|
|
|
label-volume-padding = ${res/config.padding}
|
2018-01-16 23:26:52 -06:00
|
|
|
label-volume-background = ${res/colors.background}
|
|
|
|
|
2018-01-28 01:31:48 -06:00
|
|
|
label-muted =
|
|
|
|
label-muted-padding = ${res/config.padding}
|
|
|
|
label-muted-foreground = ${res/colors.background}
|
|
|
|
label-muted-background = ${res/colors.background-4}
|
2017-08-20 23:08:19 -05:00
|
|
|
|
2018-01-16 23:26:52 -06:00
|
|
|
[module/wlan]
|
|
|
|
type = internal/network
|
|
|
|
format-connected = <ramp-signal><label-connected>
|
|
|
|
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-01-18 14:57:31 -06:00
|
|
|
label-connected-padding = ${res/config.padding}
|
2018-01-16 23:26:52 -06:00
|
|
|
label-connected-background = ${res/colors.background}
|
|
|
|
label-disconnected =
|
2018-01-18 14:57:31 -06:00
|
|
|
label-disconnected-padding = ${res/config.padding}
|
2018-01-16 23:26:52 -06:00
|
|
|
label-disconnected-foreground = ${res/colors.background}
|
|
|
|
label-disconnected-background = ${res/colors.background-4}
|
2017-12-23 02:47:12 -06:00
|
|
|
|
2017-12-27 15:49:02 -06:00
|
|
|
ramp-signal-0 =
|
|
|
|
ramp-signal-1 =
|
|
|
|
ramp-signal-2 =
|
|
|
|
ramp-signal-3 =
|
|
|
|
ramp-signal-4 =
|
2018-01-18 14:57:31 -06:00
|
|
|
ramp-signal-padding = ${res/config.padding}
|
2018-01-16 23:26:52 -06:00
|
|
|
ramp-signal-foreground = ${res/colors.background}
|
2018-01-21 13:24:03 -06:00
|
|
|
ramp-signal-background = ${res/colors.icon-wlan}
|
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-01-16 23:26:52 -06:00
|
|
|
format-prefix =
|
2018-01-18 14:57:31 -06:00
|
|
|
format-prefix-padding = ${res/config.padding}
|
2018-01-16 23:26:52 -06:00
|
|
|
format-prefix-foreground = ${res/colors.background}
|
2018-01-17 12:15:17 -06:00
|
|
|
format-prefix-background = ${res/colors.icon-xbacklight}
|
2017-08-24 16:51:43 -05:00
|
|
|
|
2017-09-04 04:31:39 -05:00
|
|
|
label = %percentage%%
|
2018-01-18 14:57:31 -06:00
|
|
|
label-padding = ${res/config.padding}
|
2018-01-16 23:26:52 -06:00
|
|
|
label-background = ${res/colors.background}
|
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-18 14:57:31 -06:00
|
|
|
label-padding = ${res/config.padding}
|
2018-01-16 23:26:52 -06:00
|
|
|
label-background = ${res/colors.background}
|
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
|