blob: 15b8e2fc7c90e2a297f6879c80955414b6be7a9f (
plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
|
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=ASClock
GenericName=Clock
Comment=The AfterStep clock dock app
Exec=asclock -d
Icon=GNUstep3D
Terminal=false
StartupNotify=false
Categories=DockApp;WMAKER;
StartupWMClass=asclock
X-Arch-Package=asclock
Actions=Newstone;Orb;Stone;Analog;Beats;Classic;Shaped;
[Desktop Action Newstone]
Name=Newstone theme
Exec=asclock -d -t Newstone
[Desktop Action Orb]
Name=Orb theme
Exec=asclock -d -t Orb
[Desktop Action Stone]
Name=Stone theme
Exec=asclock -d -t Stone
[Desktop Action Analog]
Name=Analog theme
Exec=asclock -d -t analog
[Desktop Action Beats]
Name=Beats theme
Exec=asclock -d -t beats
[Desktop Action Classic]
Name=Classic theme
Exec=asclock -d -t classic
[Desktop Action Shaped]
Name=Shaped theme
Exec=asclock -d -t shaped
|