added private.lua.exampe for custom config of awesome
This commit is contained in:
parent
26573796ec
commit
5adab218da
2 changed files with 7 additions and 2 deletions
|
|
@ -1,2 +0,0 @@
|
|||
thermal_zone = "thermal_zone1"
|
||||
|
||||
7
.config/awesome/private.lua.example
Normal file
7
.config/awesome/private.lua.example
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
private = {}
|
||||
|
||||
private.thermal_zone = "thermal_zone1"
|
||||
|
||||
private.net_device = "wlp3s0"
|
||||
|
||||
private.battery = {"BAT0", "BAT1"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue