-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
57 changed files
with
2,313 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
SUBDIRS = shots plugins | ||
TOPDIR = . | ||
include $(TOPDIR)/Makefile.common | ||
|
||
|
||
all: index.html docs.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# catch all goal | ||
all: | ||
|
||
|
||
TOP = $(TOPDIR)/top | ||
BT1 = $(TOPDIR)/bottom1 | ||
BT2 = $(TOPDIR)/bottom2 | ||
|
||
AUXSRC = $(TOP) $(BT1) $(BT2) | ||
|
||
%.html: %.thtml $(AUXSRC) | ||
@cat $(TOP) $< $(BT1) > $@ | ||
@echo "<div>$(shell date '+Updated on %d-%m-%Y')</div>" >> $@ | ||
@cat $(BT2) >> $@ | ||
@echo HTML $@ | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.PHONY: $(SUBDIRS) all clean | ||
all: Makefile $(SUBDIRS) | ||
clean: $(SUBDIRS) | ||
|
||
$(SUBDIRS): | ||
$(MAKE) -C $@ $(MAKECMDGOALS) | ||
|
||
clean: | ||
$(RM) *.html *~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
<!-- actual page payload - end --> | ||
</div> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
</body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,176 @@ | ||
# fbpanel <profile> config file | ||
# see http://fbpanel.sf.net/docs.html for complete configuration guide | ||
|
||
|
||
Global { | ||
edge = bottom | ||
allign = center | ||
margin = 0 | ||
widthtype = percent | ||
width = 80 | ||
height = 26 | ||
transparent = true | ||
tintcolor = #ffffff | ||
alpha = 25 | ||
setdocktype = true | ||
setpartialstrut = true | ||
} | ||
|
||
Plugin { | ||
type = menu | ||
config { | ||
icon = star | ||
systemmenu { | ||
} | ||
separator { | ||
} | ||
item { | ||
icon = gnome-settings | ||
name = configure | ||
command = configure | ||
} | ||
} | ||
} | ||
|
||
|
||
Plugin { | ||
type = space | ||
config { | ||
size = 10 | ||
} | ||
} | ||
|
||
|
||
Plugin { | ||
type = launchbar | ||
padding = 4 | ||
config { | ||
button { | ||
icon = gnome-terminal | ||
image = ~/.fbpanel/images/GNOME-Terminal.png | ||
tooltip = urxvt | ||
action = myterm2 | ||
} | ||
button { | ||
icon = gnome-fs-home | ||
image = /usr/lib/rox/ROX-Filer/.DirIcon | ||
tooltip = Rox File Manager | ||
action = rox | ||
} | ||
button { | ||
icon = mozilla-firefox | ||
tooltip = firefox | ||
action = firefox -P default | ||
} | ||
button { | ||
image = ~/.rox/Drawer/.DirIcon | ||
tooltip = drawer | ||
action = ~/.rox/Drawer/AppRun | ||
} | ||
button { | ||
icon = multimedia-player | ||
image = ~/.fbpanel/images/totem.svg | ||
tooltip = mplayer | ||
action = gmplayer-bin | ||
} | ||
} | ||
} | ||
|
||
|
||
Plugin { | ||
type = space | ||
config { | ||
size = 10 | ||
} | ||
} | ||
|
||
|
||
Plugin { | ||
type = wincmd | ||
config { | ||
icon = gnome-fs-desktop | ||
image = ~/.fbpanel/images/gnome-fs-desktop.svg | ||
tooltip = Left click to iconify all windows. Middle click to shade them. | ||
} | ||
} | ||
|
||
|
||
Plugin { | ||
type = space | ||
config { | ||
size = 10 | ||
} | ||
} | ||
|
||
|
||
Plugin { | ||
type = taskbar | ||
expand = true | ||
config { | ||
ShowIconified = true | ||
ShowMapped = true | ||
ShowAllDesks = false | ||
tooltips = true | ||
IconsOnly = false | ||
MaxTaskWidth = 150 | ||
AcceptSkipPager = false | ||
spacing = 0 | ||
} | ||
} | ||
|
||
|
||
Plugin { | ||
type = tray | ||
} | ||
|
||
|
||
Plugin { | ||
type = dclock | ||
config { | ||
ClockFmt = %R | ||
TooltipFmt = %A %x | ||
Action = xmessage Please define some command & | ||
} | ||
} | ||
|
||
|
||
Plugin { | ||
type = icons | ||
config { | ||
DefaultIcon = /usr/share/fbpanel/images/default.xpm | ||
application { | ||
icon = gnome-terminal | ||
image = /home/aanatoly/.fbpanel/images/GNOME-Terminal.png | ||
ClassName = XTerm | ||
} | ||
application { | ||
image = /home/aanatoly/.fbpanel/images/GNOME-Terminal.png | ||
icon = gnome-terminal | ||
ClassName = mlterm | ||
} | ||
application { | ||
icon = gnome-terminal | ||
image = /home/aanatoly/.fbpanel/images/GNOME-Terminal.png | ||
ClassName = URxvt | ||
} | ||
application { | ||
image = ~/.fbpanel/images/Emacs.png | ||
icon = gnome-emacs | ||
ClassName = Emacs | ||
} | ||
application { | ||
icon = mozilla-firefox | ||
ClassName = Firefox-bin | ||
} | ||
application { | ||
icon = mozilla-firefox | ||
ClassName = Firefox | ||
} | ||
application { | ||
icon = multimedia-player | ||
ClassName = MPlayer | ||
} | ||
} | ||
} | ||
|
||
|
Oops, something went wrong.