mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2025-01-11 02:08:08 +00:00
Moved localization to ./settings/variables.lua
This commit is contained in:
parent
4bbf739dae
commit
773d424b8f
|
@ -23,9 +23,6 @@ require("myrc.errors")
|
||||||
require("settings.startup")
|
require("settings.startup")
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
-- localization
|
|
||||||
os.setlocale(os.getenv("LANG"))
|
|
||||||
|
|
||||||
-- beautiful init
|
-- beautiful init
|
||||||
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/blackburn/theme.lua")
|
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/blackburn/theme.lua")
|
||||||
|
|
||||||
|
|
|
@ -24,9 +24,6 @@ require("myrc.errors")
|
||||||
require("settings.startup")
|
require("settings.startup")
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
-- localization
|
|
||||||
os.setlocale(os.getenv("LANG"))
|
|
||||||
|
|
||||||
-- beautiful init
|
-- beautiful init
|
||||||
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/copland/theme.lua")
|
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/copland/theme.lua")
|
||||||
|
|
||||||
|
|
|
@ -23,9 +23,6 @@ require("myrc.errors")
|
||||||
require("settings.startup")
|
require("settings.startup")
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
-- localization
|
|
||||||
--os.setlocale(os.getenv("LANG"))
|
|
||||||
|
|
||||||
-- beautiful init
|
-- beautiful init
|
||||||
beautiful.init(awful.util.getdir("config") .. "/themes/dremora/theme.lua")
|
beautiful.init(awful.util.getdir("config") .. "/themes/dremora/theme.lua")
|
||||||
|
|
||||||
|
|
|
@ -23,9 +23,6 @@ require("myrc.errors")
|
||||||
require("settings.startup")
|
require("settings.startup")
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
-- localization
|
|
||||||
--os.setlocale(os.getenv("LANG"))
|
|
||||||
|
|
||||||
-- beautiful init
|
-- beautiful init
|
||||||
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/holo/theme.lua")
|
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/holo/theme.lua")
|
||||||
|
|
||||||
|
|
|
@ -23,9 +23,6 @@ require("myrc.errors")
|
||||||
require("settings.startup")
|
require("settings.startup")
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
-- localization
|
|
||||||
os.setlocale(os.getenv("LANG"))
|
|
||||||
|
|
||||||
-- beautiful init
|
-- beautiful init
|
||||||
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/multicolor/theme.lua")
|
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/multicolor/theme.lua")
|
||||||
|
|
||||||
|
|
|
@ -23,9 +23,6 @@ require("myrc.errors")
|
||||||
require("settings.startup")
|
require("settings.startup")
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
-- localization
|
|
||||||
os.setlocale(os.getenv("LANG"))
|
|
||||||
|
|
||||||
-- beautiful init
|
-- beautiful init
|
||||||
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/powerarrow-darker/theme.lua")
|
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/powerarrow-darker/theme.lua")
|
||||||
|
|
||||||
|
|
|
@ -23,9 +23,6 @@ require("myrc.errors")
|
||||||
require("settings.startup")
|
require("settings.startup")
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
-- localization
|
|
||||||
os.setlocale(os.getenv("LANG"))
|
|
||||||
|
|
||||||
-- beautiful init
|
-- beautiful init
|
||||||
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/rainbow/theme.lua")
|
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/rainbow/theme.lua")
|
||||||
|
|
||||||
|
|
|
@ -23,9 +23,6 @@ require("myrc.errors")
|
||||||
require("settings.startup")
|
require("settings.startup")
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
-- localization
|
|
||||||
os.setlocale(os.getenv("LANG"))
|
|
||||||
|
|
||||||
-- beautiful init
|
-- beautiful init
|
||||||
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/steamburn/theme.lua")
|
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/steamburn/theme.lua")
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
-- localization
|
||||||
|
os.setlocale(os.getenv("LANG"))
|
||||||
|
|
||||||
-- common
|
-- common
|
||||||
modkey = "Mod4"
|
modkey = "Mod4"
|
||||||
altkey = "Mod1"
|
altkey = "Mod1"
|
||||||
|
|
Loading…
Reference in a new issue