1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00

removed localizations; lain: new commit

This commit is contained in:
Luke Bonham 2015-05-19 15:42:41 +02:00
parent 926a63f282
commit 3766fdd933
9 changed files with 3 additions and 19 deletions

2
lain

@ -1 +1 @@
Subproject commit 161abc46abf98a9a28ee4ee4f4b8c10ac57eabbc
Subproject commit c3ddefb68d7020b125335f30355abd7aa21b0820

View file

@ -53,8 +53,6 @@ run_once("unclutter -root")
-- }}}
-- {{{ Variable definitions
-- localization
os.setlocale(os.getenv("LANG"))
-- beautiful init
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/blackburn/theme.lua")
@ -315,7 +313,7 @@ for s = 1, screen.count() do
mywibox[s]:set_widget(layout)
-- Set proper background, instead of beautiful.bg_normal
mywibox[s]:set_bg(beautiful.topbar_path .. screen[mouse.screen].workarea.width .. ".png")
mywibox[s]:set_bg(beautiful.topbar_path .. tostring(screen[mouse.screen].workarea.width):gsub(".0", "") .. ".png")
end
-- }}}

View file

@ -54,8 +54,6 @@ run_once("unclutter -root")
-- }}}
-- {{{ Variable definitions
-- localization
os.setlocale(os.getenv("LANG"))
-- beautiful init
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/copland/theme.lua")

View file

@ -53,8 +53,6 @@ run_once("unclutter -root")
-- }}}
-- {{{ Variable definitions
-- localization
--os.setlocale(os.getenv("LANG"))
-- beautiful init
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/dremora/theme.lua")

View file

@ -53,8 +53,6 @@ run_once("unclutter -root")
-- }}}
-- {{{ Variable definitions
-- localization
--os.setlocale(os.getenv("LANG"))
-- beautiful init
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/holo/theme.lua")
@ -444,7 +442,7 @@ for s = 1, screen.count() do
mybottomwibox[s]:set_widget(bottom_layout)
-- Set proper backgrounds, instead of beautiful.bg_normal
mywibox[s]:set_bg(beautiful.topbar_path .. screen[mouse.screen].workarea.width .. ".png")
mywibox[s]:set_bg(beautiful.topbar_path .. tostring(screen[mouse.screen].workarea.width):gsub(".0", "") .. ".png")
mybottomwibox[s]:set_bg("#242424")
-- Create a borderbox above the bottomwibox

View file

@ -53,8 +53,6 @@ run_once("unclutter -root")
-- }}}
-- {{{ Variable definitions
-- localization
os.setlocale(os.getenv("LANG"))
-- beautiful init
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/multicolor/theme.lua")

View file

@ -53,8 +53,6 @@ run_once("unclutter -root")
-- }}}
-- {{{ Variable definitions
-- localization
os.setlocale(os.getenv("LANG"))
-- beautiful init
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/powerarrow-darker/theme.lua")

View file

@ -53,8 +53,6 @@ run_once("unclutter -root")
-- }}}
-- {{{ Variable definitions
-- localization
os.setlocale(os.getenv("LANG"))
-- beautiful init
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/rainbow/theme.lua")

View file

@ -53,8 +53,6 @@ run_once("unclutter -root")
-- }}}
-- {{{ Variable definitions
-- localization
os.setlocale(os.getenv("LANG"))
-- beautiful init
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/steamburn/theme.lua")