File: README

package info (click to toggle)
matchbox-desktop 2.0-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 772 kB
  • ctags: 295
  • sloc: ansic: 2,661; sh: 888; makefile: 31
file content (19 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Matchbox Desktop 2, a desktop system for handhelds using the GTK+ stack.

You'll want this in your ~/.gtkrc-2.0:

style "taku-window"
{
  font_name = "Sans 16"

  bg[NORMAL] = "#008000"
  fg[NORMAL] = "#FFFFFF"

  bg[ACTIVE] = "#00CC00"
  fg[ACTIVE] = "#FFFFFF"

  bg[PRELIGHT] = "#00A000"
  fg[PRELIGHT] = "#FFFFFF"
}
widget "TakuWindow" style "taku-window"
widget "TakuWindow.*" style "taku-window"