File: jpilotrc.default

package info (click to toggle)
jpilot 0.97-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,244 kB
  • ctags: 957
  • sloc: ansic: 13,558; makefile: 192; sh: 153
file content (25 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# I only added the things I needed to get the functionality

style "button"
{
bg[ACTIVE] = { 0.917, 0.917, 0.917 }
}
  
style "button_set" = "button"
{
bg[NORMAL] = { 0.6, 0.6, 0.6 }
}
  
style "button_today" = "button"
{
bg[NORMAL] = { 0.68, 0.68, 0.68 }
}

style "label_high"
{
fg[NORMAL] = { 0.0, 0.0, 0.9 }
}

widget "*.button_set" style "button_set"
widget "*.button_today" style "button_today"
widget "*.label_high" style "label_high"