From 8879c29c90d05177b2eff4ff51df7d4b7e7c6523 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 29 May 2014 15:42:42 +1200 Subject: Makefile install fix --- Makefile | 16 +++++------ themes/default/cpufreq-0.png | Bin 0 -> 939 bytes themes/default/cpufreq-100.png | Bin 0 -> 1057 bytes themes/default/cpufreq-25.png | Bin 0 -> 942 bytes themes/default/cpufreq-50.png | Bin 0 -> 988 bytes themes/default/cpufreq-75.png | Bin 0 -> 1014 bytes themes/default/traybat-0-charging.png | Bin 0 -> 1270 bytes themes/default/traybat-0.png | Bin 0 -> 922 bytes themes/default/traybat-100-charging.png | Bin 0 -> 1261 bytes themes/default/traybat-100.png | Bin 0 -> 839 bytes themes/default/traybat-20-charging.png | Bin 0 -> 1297 bytes themes/default/traybat-20.png | Bin 0 -> 923 bytes themes/default/traybat-40-charging.png | Bin 0 -> 1288 bytes themes/default/traybat-40.png | Bin 0 -> 925 bytes themes/default/traybat-60-charging.png | Bin 0 -> 1305 bytes themes/default/traybat-60.png | Bin 0 -> 912 bytes themes/default/traybat-80-charging.png | Bin 0 -> 1280 bytes themes/default/traybat-80.png | Bin 0 -> 872 bytes themes/default/traybat-charged.png | Bin 0 -> 1913 bytes trayfreq.conf.src | 46 ++++++++++++++++++++++++++++++++ 20 files changed, 54 insertions(+), 8 deletions(-) create mode 100644 themes/default/cpufreq-0.png create mode 100644 themes/default/cpufreq-100.png create mode 100644 themes/default/cpufreq-25.png create mode 100644 themes/default/cpufreq-50.png create mode 100644 themes/default/cpufreq-75.png create mode 100644 themes/default/traybat-0-charging.png create mode 100644 themes/default/traybat-0.png create mode 100644 themes/default/traybat-100-charging.png create mode 100644 themes/default/traybat-100.png create mode 100644 themes/default/traybat-20-charging.png create mode 100644 themes/default/traybat-20.png create mode 100644 themes/default/traybat-40-charging.png create mode 100644 themes/default/traybat-40.png create mode 100644 themes/default/traybat-60-charging.png create mode 100644 themes/default/traybat-60.png create mode 100644 themes/default/traybat-80-charging.png create mode 100644 themes/default/traybat-80.png create mode 100644 themes/default/traybat-charged.png create mode 100644 trayfreq.conf.src diff --git a/Makefile b/Makefile index 379b9a5..c9b027a 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ trayfreq_set_SOURCES = trayfreq_set/trayfreq_set.c \ ######################################################################## # Make entire suite -all: trayfreq trayfreq-set lang +all: trayfreq trayfreq-set lang trayfreq.conf ######################################################################## @@ -124,7 +124,7 @@ lang: ######################################################################## # Prepare template config file -config: +trayfreq.conf: sed -e 's:SHAREDIR:$(SHAREDIR):g' \ -e 's:TRAYFREQ_CONF:$(TRAYFREQ_CONF):g' \ trayfreq.conf.src > trayfreq.conf @@ -141,16 +141,16 @@ clean: ######################################################################## # Install entire suite install: - install -Dm 755 data/themes $(DESTDIR)/usr/share/trayfreq/ + install -Dm 755 themes $(DESTDIR)/$(SHAREDIR)/trayfreq/themes - install -Dm 644 lc/fr.mo $(DESTDIR)$(LOCALE_DIR)/fr/LC_MESSAGES/trayfreq.mo + install -Dm 644 lc/fr.mo $(DESTDIR)/$(LOCALEDIR)/fr/LC_MESSAGES/trayfreq.mo - install -Dm 644 data/trayfreq.conf $(DESTDIR)/etc/trayfreq.conf - install -Dm 644 data/trayfreq.desktop $(DESTDIR)/etc/xdg/autostart/trayfreq.desktop + install -Dm 644 trayfreq.conf $(DESTDIR)/etc/trayfreq.conf + install -Dm 644 trayfreq.desktop $(DESTDIR)/etc/xdg/autostart/trayfreq.desktop install -Dm 755 trayfreq $(DESTDIR)/$(BINDIR)/trayfreq install -Dm 755 trayfreq-set $(DESTDIR)/$(BINDIR)/trayfreq-set - ln -s ../licenses/common/GLPv3/license.txt $(DESTDIR)/usr/share/trayfreq/LICENCE - ln -s ../../../etc/trayfreq.conf $(DESTDIR)/usr/share/trayfreq/trayfreq.conf + ln -s ../licenses/common/GLPv3/license.txt $(DESTDIR)/$(SHAREDIR)/trayfreq/LICENCE + ln -s ../../../etc/trayfreq.conf $(DESTDIR)/$(SHAREDIR)/trayfreq/trayfreq.conf ######################################################################## diff --git a/themes/default/cpufreq-0.png b/themes/default/cpufreq-0.png new file mode 100644 index 0000000..9a1b3b4 Binary files /dev/null and b/themes/default/cpufreq-0.png differ diff --git a/themes/default/cpufreq-100.png b/themes/default/cpufreq-100.png new file mode 100644 index 0000000..6b63453 Binary files /dev/null and b/themes/default/cpufreq-100.png differ diff --git a/themes/default/cpufreq-25.png b/themes/default/cpufreq-25.png new file mode 100644 index 0000000..ae2acf6 Binary files /dev/null and b/themes/default/cpufreq-25.png differ diff --git a/themes/default/cpufreq-50.png b/themes/default/cpufreq-50.png new file mode 100644 index 0000000..03ab5e3 Binary files /dev/null and b/themes/default/cpufreq-50.png differ diff --git a/themes/default/cpufreq-75.png b/themes/default/cpufreq-75.png new file mode 100644 index 0000000..49e9342 Binary files /dev/null and b/themes/default/cpufreq-75.png differ diff --git a/themes/default/traybat-0-charging.png b/themes/default/traybat-0-charging.png new file mode 100644 index 0000000..9255e66 Binary files /dev/null and b/themes/default/traybat-0-charging.png differ diff --git a/themes/default/traybat-0.png b/themes/default/traybat-0.png new file mode 100644 index 0000000..2554a6a Binary files /dev/null and b/themes/default/traybat-0.png differ diff --git a/themes/default/traybat-100-charging.png b/themes/default/traybat-100-charging.png new file mode 100644 index 0000000..bae3a43 Binary files /dev/null and b/themes/default/traybat-100-charging.png differ diff --git a/themes/default/traybat-100.png b/themes/default/traybat-100.png new file mode 100644 index 0000000..fe4ba7f Binary files /dev/null and b/themes/default/traybat-100.png differ diff --git a/themes/default/traybat-20-charging.png b/themes/default/traybat-20-charging.png new file mode 100644 index 0000000..aabd778 Binary files /dev/null and b/themes/default/traybat-20-charging.png differ diff --git a/themes/default/traybat-20.png b/themes/default/traybat-20.png new file mode 100644 index 0000000..83e7065 Binary files /dev/null and b/themes/default/traybat-20.png differ diff --git a/themes/default/traybat-40-charging.png b/themes/default/traybat-40-charging.png new file mode 100644 index 0000000..c016a28 Binary files /dev/null and b/themes/default/traybat-40-charging.png differ diff --git a/themes/default/traybat-40.png b/themes/default/traybat-40.png new file mode 100644 index 0000000..3245106 Binary files /dev/null and b/themes/default/traybat-40.png differ diff --git a/themes/default/traybat-60-charging.png b/themes/default/traybat-60-charging.png new file mode 100644 index 0000000..1667458 Binary files /dev/null and b/themes/default/traybat-60-charging.png differ diff --git a/themes/default/traybat-60.png b/themes/default/traybat-60.png new file mode 100644 index 0000000..aa25803 Binary files /dev/null and b/themes/default/traybat-60.png differ diff --git a/themes/default/traybat-80-charging.png b/themes/default/traybat-80-charging.png new file mode 100644 index 0000000..b9c6991 Binary files /dev/null and b/themes/default/traybat-80-charging.png differ diff --git a/themes/default/traybat-80.png b/themes/default/traybat-80.png new file mode 100644 index 0000000..e649be0 Binary files /dev/null and b/themes/default/traybat-80.png differ diff --git a/themes/default/traybat-charged.png b/themes/default/traybat-charged.png new file mode 100644 index 0000000..1e61940 Binary files /dev/null and b/themes/default/traybat-charged.png differ diff --git a/trayfreq.conf.src b/trayfreq.conf.src new file mode 100644 index 0000000..753bcb4 --- /dev/null +++ b/trayfreq.conf.src @@ -0,0 +1,46 @@ +# +# Begin TRAYFREQ_CONF +# +# Template config file for trayfreq-archlinux +# + +[battery] +## Uncomment to hide battery icon -- useful for desktop PCs +## Set to anything (or leave unset/commented out) to show battery icon +# show=0 + +## Name of the governor to use for all cores when on battery power +## Get a space-separated list of available governors from +## /sys/devices/system/cpu/cpu{{CORE_NUMBER}}/cpufreq/scaling_available_governors +# governor=powersave + +[ac] +## Governor to use for all core while on AC power +## Often set to a performance or non-power-saving governor +# governor=ondemand + +[governor] +## Governor to set all cores to when trayfreq starts +# default=ondemand + + +[frequency] +## The frequency to set the CPU to when trayfreq starts +## Get a space-separated list of available frequencies from +## /sys/devices/system/cpu/cpu{{CORE_NUMBER}}/cpufreq/scaling_available_frequencies +# default=800000 + + +[extra] +## Uncomment to make trayfreq run trayfreq-set through sudo. +## Useful if your WM doesn't run trayfreq as root, but you'll have to give the user +## trayfreq is run as passwordless sudo access to `trayfreq-set` +# sudo=1 + +## If you're arty, you can put together your own theme and point trayfreq to it +# theme=SHAREDIR/trayfreq/themes/some-theme/ + + +# +# End TRAYFREQ_CONF +# -- cgit v1.1