mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
2c74cb06de
Colons break ini syntax highlighters and linters.
100 lines
2 KiB
INI
100 lines
2 KiB
INI
;=====================================================
|
|
;
|
|
; To learn more about how to configure Lemonbuddy
|
|
; go to https://github.com/jaagr/lemonbuddy
|
|
;
|
|
; The README contains alot of information
|
|
;
|
|
;=====================================================
|
|
|
|
[settings]
|
|
; Limit the amount of events sent to lemonbar within a set timeframe:
|
|
; - "Allow <throttle_limit> updates within <throttle_ms> of time"
|
|
; Default values:
|
|
;throttle_limit = 5
|
|
;throttle_ms = 50
|
|
|
|
[bar/example]
|
|
;monitor = eDP1
|
|
bottom = true
|
|
dock = false
|
|
|
|
width = 100%
|
|
height = 25
|
|
|
|
;offset_x = 0
|
|
;offset_y = 0
|
|
|
|
background = #00ffffff
|
|
foreground = #fff
|
|
;linecolor = #ff0000
|
|
|
|
spacing = 1
|
|
lineheight = 1
|
|
|
|
;separator = |
|
|
|
|
;locale = en_US.UTF-8
|
|
|
|
padding_left = 1
|
|
padding_right = 1
|
|
module_margin_left = 0
|
|
module_margin_right = 0
|
|
|
|
font-0 = sans:size=8;0
|
|
font-1 = font awesome:size=10:weight=heavy;0
|
|
|
|
modules-left = label
|
|
modules-right = volume cpu ram clock
|
|
|
|
[module/label]
|
|
type = custom/text
|
|
content = Lemonbuddy example
|
|
content-background = #af2031
|
|
content-underline = #cf4253
|
|
content-overline = #cf4253
|
|
content-padding = 2
|
|
|
|
[module/cpu]
|
|
type = internal/cpu
|
|
label = CPU: %percentage%
|
|
format-background = #c42
|
|
format-underline = #f75
|
|
format-overline = #f75
|
|
format-padding = 2
|
|
|
|
[module/ram]
|
|
type = internal/memory
|
|
label = RAM: %percentage_used%
|
|
format-background = #42c
|
|
format-underline = #75f
|
|
format-overline = #75f
|
|
format-padding = 2
|
|
|
|
[module/clock]
|
|
type = internal/date
|
|
date = %Y-%m-%d %H:%M
|
|
format-background = #493
|
|
format-underline = #7a6
|
|
format-overline = #7a6
|
|
format-padding = 2
|
|
|
|
[module/volume]
|
|
type = internal/volume
|
|
;speaker_mixer = Speaker
|
|
;headphone_mixer = Headphone
|
|
;headphone_control_numid = 9
|
|
|
|
format-volume-background = #933484
|
|
format-volume-underline = #9d6294
|
|
format-volume-overline = #9d6294
|
|
format-volume-padding = 2
|
|
format-muted-background = #933484
|
|
format-muted-underline = #9d6294
|
|
format-muted-overline = #9d6294
|
|
format-muted-padding = 2
|
|
|
|
label-volume = Volume: %percentage%
|
|
label-muted = Sound is muted
|
|
|
|
; vim:ft=dosini
|