66 lines
1.4 KiB
Plaintext
66 lines
1.4 KiB
Plaintext
|
; Common to top and bottom bars
|
||
|
[bar/common]
|
||
|
dpi = 150
|
||
|
width = 100%
|
||
|
enable-ipc = true
|
||
|
height = 54
|
||
|
foreground = ${colors.foreground}
|
||
|
background = ${colors.background}
|
||
|
line-size = 3
|
||
|
line-color = #f00
|
||
|
|
||
|
locale = fr_FR.UTF-8
|
||
|
monitor = ${env:MONITOR:HDMI-0}
|
||
|
|
||
|
[bar/chostytopbar]
|
||
|
inherit = bar/common
|
||
|
font-0 = NotoSans-Regular:size=10;2
|
||
|
font-1 = MaterialIcons-Regular:size=11;4
|
||
|
font-2 = Symbola:size=11;2
|
||
|
font-3 = Weather Icons:size=10;3
|
||
|
|
||
|
overline-size = 10
|
||
|
underline-size = 10
|
||
|
overline-color = ${self.background}
|
||
|
underline-color = ${self.background}
|
||
|
border-bottom-size = 1
|
||
|
border-bottom-color = #333
|
||
|
padding-left = 2
|
||
|
padding-right = 10
|
||
|
module-margin-left = 4
|
||
|
module-margin-right = 4
|
||
|
|
||
|
modules-left = powermenu system-uptime-pretty battery
|
||
|
modules-center = xwindow
|
||
|
modules-right = system-usb-udev pulseaudio date
|
||
|
|
||
|
tray-position = right
|
||
|
|
||
|
[module/pulseaudio]
|
||
|
type = internal/pulseaudio
|
||
|
interval = 5
|
||
|
|
||
|
format-volume = <ramp-volume> <label-volume>
|
||
|
label-muted = 🔇 muted
|
||
|
label-muted-foreground = #666
|
||
|
|
||
|
ramp-volume-0 = 🔈
|
||
|
ramp-volume-1 = 🔉
|
||
|
ramp-volume-2 = 🔊
|
||
|
|
||
|
ramp-headphones-0 =
|
||
|
ramp-headphones-1 =
|
||
|
|
||
|
[module/battery]
|
||
|
type = internal/battery
|
||
|
full-at = 100
|
||
|
battery = BAT0
|
||
|
adapter = AC0
|
||
|
poll-interval = 5
|
||
|
format-charging = <label-charging>
|
||
|
format-discharging = <label-discharging>
|
||
|
format-full = <label-full>
|
||
|
label-charging = %percentage%%
|
||
|
label-discharging = %percentage%%
|
||
|
label-full = %{F#77dd77}
|