added private.lua.exampe for custom config of awesome

This commit is contained in:
Johannes Findeisen 2016-04-12 21:01:08 +02:00
commit 5adab218da
2 changed files with 7 additions and 2 deletions

View file

@ -1,2 +0,0 @@
thermal_zone = "thermal_zone1"

View file

@ -0,0 +1,7 @@
private = {}
private.thermal_zone = "thermal_zone1"
private.net_device = "wlp3s0"
private.battery = {"BAT0", "BAT1"}