mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-01 08:30:58 +02:00
16 lines
216 B
Plaintext
16 lines
216 B
Plaintext
|
order += mpris
|
||
|
order += volume_status
|
||
|
order += battery_level
|
||
|
order += clock
|
||
|
|
||
|
volume_status {
|
||
|
command = 'pactl'
|
||
|
volume_delta = 1
|
||
|
|
||
|
}
|
||
|
|
||
|
clock {
|
||
|
format = "{Europe/Tallinn}"
|
||
|
time_format = "{icon} +%Y-%m-%d %H:%M:%S"
|
||
|
}
|