just added an idea for locally defined vars like the thermal_zone
This commit is contained in:
parent
52a5c4d1a6
commit
0e5e4e64c1
3 changed files with 5 additions and 0 deletions
2
.config.lua
Normal file
2
.config.lua
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
thermal_zone = "thermal_zone1"
|
||||||
|
|
||||||
|
|
@ -13,6 +13,8 @@ local menubar = require("menubar")
|
||||||
require('naughty')
|
require('naughty')
|
||||||
vicious = require("vicious")
|
vicious = require("vicious")
|
||||||
|
|
||||||
|
--require(os.getenv("HOME").."/.config.lua")
|
||||||
|
|
||||||
-- Set programs to autostart. They will only runce once even when reloading awesome.
|
-- Set programs to autostart. They will only runce once even when reloading awesome.
|
||||||
local autostart = {
|
local autostart = {
|
||||||
"cbatticon",
|
"cbatticon",
|
||||||
|
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,6 +3,7 @@
|
||||||
!.config
|
!.config
|
||||||
!.config/awesome
|
!.config/awesome
|
||||||
!.config/awesome/**
|
!.config/awesome/**
|
||||||
|
!.config.lua
|
||||||
#!.config/mc
|
#!.config/mc
|
||||||
#!.config/mc/ini
|
#!.config/mc/ini
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue