feat: simple install script until archmgr completed
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
-- Determine current platform
|
||||
local is_docked = false
|
||||
local laptop_config = false
|
||||
local read_platform = io.popen("cat ~/.config/janishutz/platform-laptop") == "l"
|
||||
local read_docked = io.popen("cat ~/.config/janishutz/docked") == "y"
|
||||
local read_platform = io.popen("cat ~/.config/janishutz/platform") == "l"
|
||||
local read_docked = io.popen("cat ~/.config/janishutz/docked") == "true"
|
||||
|
||||
if read_platform then
|
||||
laptop_config = true
|
||||
|
||||
Reference in New Issue
Block a user