mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
59 lines
1.1 KiB
INI
59 lines
1.1 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 = eDP1
|
|
bottom = true
|
|
dock = false
|
|
|
|
width = 100%
|
|
height = 25
|
|
|
|
padding_left = 2
|
|
padding_right = 2
|
|
|
|
background = #00ffffff
|
|
foreground = #ddefefef
|
|
|
|
font-0 = Sans:size=8;0
|
|
font-1 = FontAwesome:size=10:weight=heavy;0
|
|
|
|
modules-left = label
|
|
modules-center = clock
|
|
modules-right = volume cpu ram
|
|
|
|
tray-position = right
|
|
|
|
[module/label]
|
|
type = custom/text
|
|
content = %{F#f90f59}Example%{F#ff} configuration
|
|
|
|
[module/cpu]
|
|
type = internal/cpu
|
|
label = CPU: %percentage%
|
|
format-foreground = #f9b70f
|
|
|
|
[module/ram]
|
|
type = internal/memory
|
|
label = RAM: %percentage_used%
|
|
format-foreground = #0fc7f9
|
|
|
|
[module/clock]
|
|
type = internal/date
|
|
date = %Y-%m-%d %H:%M
|
|
format-foreground = #e10ff9
|
|
|
|
[module/volume]
|
|
type = internal/volume
|
|
format-volume-foreground = #1ef90f
|
|
format-muted-foreground = #f90f2e
|
|
label-volume = Volume: %percentage%
|
|
label-muted = Sound is muted
|
|
|
|
; vim:ft=dosini
|