mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
94298741b6
- The tray can now be centered in the bar - Set window atoms: * _NET_SYSTEM_TRAY_COLORS * _NET_SYSTEM_TRAY_VISUAL - New parameters added: * tray-background: Define background color * tray-offset-x: X position offset * tray-offset-y: Y position offset * tray-padding: Add spacing on the side of each icon * tray-maxsize: Size limit for tray icons, default: 16 * tray-scale: Icon zoom, default: 1.0 * tray-detached: The bar will ignore tray updates
265 lines
5.5 KiB
INI
265 lines
5.5 KiB
INI
;=====================================================
|
|
;
|
|
; To learn more about how to configure Lemonbuddy
|
|
; go to https://github.com/jaagr/lemonbuddy
|
|
;
|
|
; The README contains alot of information
|
|
;
|
|
;=====================================================
|
|
|
|
[bar/example]
|
|
monitor = eDP-1
|
|
dock = true
|
|
width = 100%
|
|
height = 27
|
|
offset-x = 0
|
|
offset-y = 0
|
|
|
|
background = #ee222222
|
|
foreground = #ccfafafa
|
|
linecolor = #666
|
|
|
|
border-bottom = 2
|
|
border-bottom-color = #333
|
|
|
|
spacing = 1
|
|
lineheight = 1
|
|
padding-left = 0
|
|
padding-right = 2
|
|
module-margin-left = 1
|
|
module-margin-right = 2
|
|
|
|
font-0 = tamzen:size=9;1
|
|
font-1 = siji:pixelsize=10;0
|
|
font-2 = unifont:size=6;-1
|
|
|
|
modules-left = mpd
|
|
modules-center = date
|
|
modules-right = volume memory cpu
|
|
|
|
tray-position = right
|
|
tray-background = #33ffffff
|
|
tray-padding = 4
|
|
|
|
|
|
[module/memory]
|
|
type = internal/memory
|
|
interval = 2
|
|
|
|
format = <label> <bar-used>
|
|
label = RAM
|
|
|
|
bar-used-width = 20
|
|
bar-used-foreground-0 = #55aa55
|
|
bar-used-foreground-1 = #55aa55
|
|
bar-used-foreground-2 = #f5a70a
|
|
bar-used-foreground-3 = #ff5555
|
|
bar-used-gradient = false
|
|
bar-used-indicator = │
|
|
bar-used-indicator-font = 2
|
|
bar-used-indicator-foreground = #ff
|
|
bar-used-fill = ━
|
|
bar-used-fill-font = 2
|
|
bar-used-empty = ━
|
|
bar-used-empty-font = 2
|
|
bar-used-empty-foreground = #444444
|
|
|
|
|
|
[module/wifi]
|
|
type = internal/network
|
|
interface = net1
|
|
interval = 3.0
|
|
;udspeed-minwidth = 3
|
|
|
|
format-connected = <ramp-signal> <label-connected>
|
|
;label-connected = %essid% %{F#66}%local_ip%
|
|
;label-connected = %{F#666}%{F#cc} %upspeed% %{F#666}%{F#cc} %downspeed%
|
|
label-connected = %{O-6 F#666}%{O2 F#cc}%downspeed%
|
|
label-disconnected = %{F#666}%{F#cc} not connected
|
|
label-disconnected-foreground = #66
|
|
|
|
ramp-signal-0 =
|
|
ramp-signal-1 =
|
|
ramp-signal-2 =
|
|
ramp-signal-3 =
|
|
ramp-signal-4 =
|
|
ramp-signal-foreground = #666
|
|
|
|
|
|
[module/wired]
|
|
type = internal/network
|
|
interface = net0
|
|
interval = 3.0
|
|
|
|
label-connected = %{T3}%local_ip%%{T-}
|
|
label-disconnected = %{T3}Not connected%{T-}
|
|
label-disconnected-foreground = #66
|
|
|
|
|
|
[module/date]
|
|
type = internal/date
|
|
date = %%{F#666}%{F#cc} %Y-%m-%d %%{F#e60053}%%{F#cc} %H:%M
|
|
date-alt = %%{F#666}%{F#cc} %Y-%m-%d %%{F#e60053}%%{F#cc} %H:%M:%S
|
|
interval = 5
|
|
|
|
|
|
[module/backlight]
|
|
type = internal/backlight
|
|
card = intel_backlight
|
|
format = <ramp> <label>
|
|
ramp-0 =
|
|
ramp-1 =
|
|
ramp-2 =
|
|
ramp-foreground = #666
|
|
|
|
|
|
[module/volume]
|
|
type = internal/volume
|
|
speaker-mixer = Speaker
|
|
headphone-mixer = Headphone
|
|
headphone-id = 9
|
|
|
|
; format-volume = <ramp-volume> <label-volume>
|
|
format-volume = <label-volume> <bar-volume>
|
|
|
|
label-volume = VOL
|
|
label-volume-foreground = ${BAR.foreground}
|
|
|
|
label-muted = %{F#66} sound muted
|
|
|
|
;ramp-volume-0 =
|
|
;ramp-volume-1 =
|
|
;ramp-volume-2 =
|
|
;ramp-volume-3 =
|
|
;ramp-volume-foreground = #666
|
|
|
|
;ramp-headphones-0 =
|
|
;ramp-headphones-1 =
|
|
|
|
bar-volume-width = 20
|
|
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-indicator-foreground = #ff
|
|
bar-volume-fill = ━
|
|
bar-volume-fill-font = 2
|
|
bar-volume-empty = ━
|
|
bar-volume-empty-font = 2
|
|
bar-volume-empty-foreground = #444444
|
|
|
|
|
|
[module/battery]
|
|
type = internal/battery
|
|
full-at = 98
|
|
|
|
format-charging = <animation-charging> <label-charging>
|
|
format-discharging = <ramp-capacity> <label-discharging>
|
|
format-full = %{F#666}%{F#cc} <label-full>
|
|
|
|
ramp-capacity-0 =
|
|
ramp-capacity-1 =
|
|
ramp-capacity-2 =
|
|
ramp-capacity-foreground = #666
|
|
|
|
animation-charging-0 =
|
|
animation-charging-1 =
|
|
animation-charging-2 =
|
|
animation-charging-foreground = #666
|
|
animation-charging-framerate = 750
|
|
|
|
|
|
[module/mpd]
|
|
type = internal/mpd
|
|
|
|
format-online = <label-time> <bar-progress> <label-song> <icon-prev> <icon-seekb> <icon-stop> <toggle> <icon-seekf> <icon-next> <icon-repeat> <icon-random>
|
|
format-online-background = #ee333333
|
|
format-online-underline = #cc333333
|
|
format-online-padding = 3
|
|
|
|
format-offline = <label-offline>
|
|
format-offline-foreground = #66
|
|
|
|
label-offline = mpd is off
|
|
|
|
label-song-maxlen = 45
|
|
label-song-ellipsis = true
|
|
|
|
icon-prev =
|
|
icon-seekb =
|
|
icon-stop =
|
|
icon-play =
|
|
icon-pause =
|
|
icon-next =
|
|
icon-seekf =
|
|
; icon-prev = ⏮
|
|
; icon-seekb = ⏪
|
|
; icon-stop = ⏹
|
|
; icon-play = ⏵
|
|
; icon-pause = ⏸
|
|
; icon-seekf = ⏩
|
|
; icon-next = ⏭
|
|
|
|
icon-random =
|
|
icon-repeat =
|
|
|
|
toggle-on-foreground = #e60053
|
|
toggle-off-foreground = #66
|
|
|
|
bar-progress-width = 15
|
|
bar-progress-indicator =
|
|
bar-progress-indicator-foreground = #bb
|
|
bar-progress-fill = ─
|
|
bar-progress-fill-foreground = #bb
|
|
bar-progress-fill-font = 3
|
|
bar-progress-empty = ─
|
|
bar-progress-empty-foreground = #44
|
|
bar-progress-empty-font = 3
|
|
|
|
label-time-foreground = #77
|
|
|
|
|
|
[module/powermenu]
|
|
type = custom/menu
|
|
|
|
label-open =
|
|
label-close =
|
|
label-separator = /
|
|
|
|
menu-0-0 = Terminate WM
|
|
menu-0-0-foreground = #e60053
|
|
menu-0-0-exec = bspc quit -1
|
|
menu-0-1 = Reboot
|
|
menu-0-1-foreground = #e60053
|
|
menu-0-1-exec = menu-open-1
|
|
menu-0-2 = Power off
|
|
menu-0-2-foreground = #e60053
|
|
menu-0-2-exec = menu-open-2
|
|
|
|
menu-1-0 = Cancel
|
|
menu-1-0-foreground = #e60053
|
|
menu-1-0-exec = menu-open-0
|
|
menu-1-1 = Reboot
|
|
menu-1-1-foreground = #e60053
|
|
menu-1-1-exec = sudo reboot
|
|
|
|
menu-2-0 = Power off
|
|
menu-2-0-foreground = #e60053
|
|
menu-2-0-exec = sudo poweroff
|
|
menu-2-1 = Cancel
|
|
menu-2-1-foreground = #e60053
|
|
menu-2-1-exec = menu-open-0
|
|
|
|
|
|
[module/counter]
|
|
type = internal/counter
|
|
format = <counter>
|
|
interval = 0.1
|
|
|
|
; vim:ft=dosini
|