15 lines
317 B
Text
15 lines
317 B
Text
# Main monitor
|
|
monitor = , highrr, 0x0, 1
|
|
|
|
# Colors
|
|
$col_accentdark = rgb(00ff00)
|
|
$col_accentlight = rgb(80ff80)
|
|
$col_inactive = rgba(80808040)
|
|
$col_textlight = rgba(ffffffe8)
|
|
$col_urgent = rgb(ffd966)
|
|
|
|
# Decoration
|
|
$transparency_amount = 1.0
|
|
$shadow_enabled = false
|
|
$blur_enabled = false
|
|
$animations_enabled = false
|