You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.9 KiB
52 lines
1.9 KiB
#------------------------------------------------ |
|
# |
|
# appearance |
|
# |
|
#------------------------------------------------ |
|
|
|
# font |
|
#set $fontName Source Sans Pro Semi-Bold |
|
set $fontName Bitstream Vera Sans |
|
#set $fontName Source Sans Pro Semi-Bold |
|
set $fontSize 10 |
|
set $barFontSize 10 |
|
|
|
# colors |
|
set $clFocusedActiveBorder #252525 |
|
set $clFocusedActiveBackground #252525 |
|
set $clFocusedActiveText #75B0D0 |
|
set $clFocusedInactiveBorder #101010 |
|
set $clFocusedinactiveBackground #101010 |
|
set $clFocusedInactiveText #606060 |
|
set $clUnfocusedBorder #101010 |
|
set $clUnfocusedBackground #000000 |
|
set $clUnfocusedText #606060 |
|
set $clUrgentBorder #F05000 |
|
set $clUrgentBackground #F05000 |
|
set $clUrgentText #F0F0F0 |
|
set $clIndicator #101010 |
|
|
|
|
|
# --------- fonts --------- |
|
|
|
# Font for window titles. Will also be used by the bar unless a different font |
|
# is used in the bar {} block below. |
|
|
|
font pango: $fontName $fontSize |
|
#font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 |
|
|
|
# This font is widely installed, provides lots of unicode glyphs, right-to-left |
|
# text rendering and scalability on retina/hidpi displays (thanks to pango). |
|
#font pango:DejaVu Sans Mono 8 |
|
|
|
|
|
# --------- windows --------- |
|
|
|
# Widow Colours |
|
# border background text indicator |
|
client.focused $clFocusedActiveBorder $clFocusedActiveBackground $clFocusedActiveText $clIndicator |
|
client.focused_inactive $clFocusedInactiveBorder $clFocusedinactiveBackground $clFocusedInactiveText $clIndicator |
|
client.unfocused $clUnfocusedBorder $clUnfocusedBackground $clUnfocusedText $clIndicator |
|
client.urgent $clUrgentBorder $clUrgentBackground $clUrgentText $clIndicator |
|
|
|
|
|
|