File: README

package info (click to toggle)
matchbox-desktop 2.2%2Bgit20200512-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 416 kB
  • sloc: ansic: 3,161; makefile: 57; sh: 24
file content (29 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (3)
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
26
27
28
29
Matchbox Desktop 2, a desktop system for handhelds using the GTK+ stack.
===

You can theme it somewhat using the GTK+ theme engine:

style "desktop"
{
  font_name = "Sans 16"

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

  # Tiles which were activated
  bg[ACTIVE] = "#00CC00"
  fg[ACTIVE] = "#FFFFFF"

  # Tile which have focus
  bg[SELECTED] = "#00A000"
  fg[SELECTED] = "#FFFFFF"

  # The width in characters of the tiles (default is 30)
  TakuTable::cell-text-width = 30
  # Whether or not to show the secondary text (default is 1)
  TakuIconTile::show-secondary-text = 1
  # Should the tile be arranged horizonally or vertically (default is horizonal)
  TakuIconTile::orientation = horizontal
}
widget "TakuWindow.*" style "desktop"