updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / fbsplash-themes-arch-banner / icons.conf
blob5c9752c839baf032c22690f1dadf37392db86033
1 #!/bin/bash
3 # /etc/splash/arch-banner-icons/icons.conf
5 # Common Configuration File for all 'arch-banner-*' Themes (except -noicons)
7 ### Remember to rebuild the initcpio after configuration change
8 ## if using SPLASH_DAEMON="early" in /etc/conf.d/splash!
11 # Root Directory of Icon-Theme to use
12 # Subdirs used within this: '32x32' for services/daemons, '16x16' for states
13 # Generic icons:
14 ICON_THEME=/usr/share/icons/Tango
15 # GNOME icons *not tested*:
16 #ICON_THEME=/usr/share/icons/gnome
17 # KDE4 icons *broken* because some are colormap instead of RGBA:
18 #ICON_THEME=/usr/share/icons/oxygen
19 # If not using the initcpio hook with early splash daemon start and /usr
20 # is on a separate partition, you should store your icons somewhere else:
21 #ICON_THEME=/etc/splash/icons/Tango
23 # Pairs of Service-/Daemon-Name and Icon-Path
24 # Order of services does not matter.
25 # If multiple entries for the same service, the first existing icon is used.
26 SERVICE_ICONS=(
27 # rc.sysinit/rc.shutdown Pseudo Services
28 # To get a list of possible names, run fbsplash-initscripts-services-get.
29 _devices 'devices/computer.png'
30 _devices 'devices/system.png'
31 #_volumes 'actions/system-lock-screen.png'
32 _filesystems 'devices/drive-harddisk.png'
33 _misc 'devices/keyboard.png'
34 # rc.conf DAEMON Services
35 gpm 'devices/mouse.png'
36 hwclock 'apps/clock.png'
37 hwclock 'apps/date.png'
38 acpid 'devices/battery.png'
39 alsa 'status/audio-volume-medium.png'
40 sensors 'apps/utilities-system-monitor.png'
41 net-auto-wired 'devices/network-wired.png'
42 net-auto-wireless 'devices/network-wireless.png'
43 ntpd 'apps/clock.png'
44 ntpd 'apps/date.png'
45 openntpd 'apps/clock.png'
46 openntpd 'apps/date.png'
47 netfs 'places/folder-remote.png'
48 cups 'devices/printer.png'
49 samba 'places/network-workgroup.png'
50 nfsd 'places/network-server.png'
53 # Service-/Daemon-Status Emblemes
54 # Note: If not set, service icons will be greyed instead.
55 #ICON_start='actions/go-up.png'
56 #ICON_stop='actions/go-down.png'
57 ICON_fail='status/dialog-warning.png'
59 # EOF #