47 lines
988 B
Plaintext
47 lines
988 B
Plaintext
[colors]
|
|
background = #0f1419
|
|
foreground = #e6e1cf
|
|
primary = #73d0ff
|
|
secondary = #b8cc52
|
|
alert = #ff3333
|
|
highlight = #ffb454
|
|
|
|
[bar/ayu]
|
|
background = ${colors.background}
|
|
foreground = ${colors.foreground}
|
|
font-0 = "Iosevka SS14:size=12;2"
|
|
modules-left = i3
|
|
modules-center = clock
|
|
modules-right = battery network volume
|
|
separator = " | "
|
|
fixed-center = true
|
|
|
|
[module/clock]
|
|
type = internal/date
|
|
date = %a %d %b
|
|
time = %H:%M
|
|
format-prefix =
|
|
format-underline = ${colors.primary}
|
|
|
|
[module/network]
|
|
type = internal/network
|
|
interface = wlan0
|
|
format-connected = %essid%
|
|
format-disconnected = 睊
|
|
format-underline = ${colors.secondary}
|
|
|
|
[module/battery]
|
|
type = internal/battery
|
|
battery = BAT0
|
|
adapter = AC
|
|
format-charging = %percentage%%
|
|
format-discharging = %percentage%%
|
|
format-full = %percentage%%
|
|
format-underline = ${colors.secondary}
|
|
|
|
[module/volume]
|
|
type = internal/volume
|
|
format-volume = 墳 %percentage%%
|
|
format-muted = 婢 muted
|
|
format-underline = ${colors.primary}
|