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

small fixes

This commit is contained in:
copycat-killer 2017-01-12 18:55:39 +01:00
parent 6bebba7aca
commit c86a1c3f27
5 changed files with 24 additions and 49 deletions

View file

@ -74,11 +74,6 @@ lain.layout.termfair.nmaster = 3
lain.layout.termfair.ncol = 1 lain.layout.termfair.ncol = 1
lain.layout.centerfair.nmaster = 3 lain.layout.centerfair.nmaster = 3
lain.layout.centerfair.ncol = 1 lain.layout.centerfair.ncol = 1
-- quake application
for s in screen do
s.quake = lain.util.quake({ app = terminal })
end
-- }}} -- }}}
-- {{{ Helper functions -- {{{ Helper functions
@ -289,6 +284,9 @@ local barcolor = gears.color({
screen.connect_signal("property::geometry", set_wallpaper) screen.connect_signal("property::geometry", set_wallpaper)
awful.screen.connect_for_each_screen(function(s) awful.screen.connect_for_each_screen(function(s)
-- Quake application
s.quake = lain.util.quake({ app = terminal })
-- Wallpaper -- Wallpaper
set_wallpaper(s) set_wallpaper(s)

View file

@ -57,7 +57,6 @@ run_once("unclutter -root")
-- }}} -- }}}
-- {{{ Variable definitions -- {{{ Variable definitions
-- 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")
@ -77,11 +76,6 @@ lain.layout.termfair.nmaster = 3
lain.layout.termfair.ncol = 1 lain.layout.termfair.ncol = 1
lain.layout.centerfair.nmaster = 3 lain.layout.centerfair.nmaster = 3
lain.layout.centerfair.ncol = 1 lain.layout.centerfair.ncol = 1
-- quake application
for s in screen do
s.quake = lain.util.quake({ app = terminal })
end
-- }}} -- }}}
-- {{{ Helper functions -- {{{ Helper functions
@ -349,6 +343,9 @@ end
screen.connect_signal("property::geometry", set_wallpaper) screen.connect_signal("property::geometry", set_wallpaper)
awful.screen.connect_for_each_screen(function(s) awful.screen.connect_for_each_screen(function(s)
-- Quake application
s.quake = lain.util.quake({ app = terminal })
-- Wallpaper -- Wallpaper
set_wallpaper(s) set_wallpaper(s)
@ -356,12 +353,8 @@ awful.screen.connect_for_each_screen(function(s)
awful.layout.suit.floating, awful.layout.suit.floating,
awful.layout.suit.fair, awful.layout.suit.fair,
awful.layout.suit.tile, awful.layout.suit.tile,
lain.layout.uselessfair.horizontal,
lain.layout.uselesstile,
lain.layout.uselessfair,
lain.layout.termfair, lain.layout.termfair,
lain.layout.centerfair, lain.layout.centerfair
lain.layout.uselesspiral.dwindle
}) })
-- Create a promptbox for each screen -- Create a promptbox for each screen

View file

@ -55,7 +55,6 @@ run_once("unclutter -root")
-- }}} -- }}}
-- {{{ Variable definitions -- {{{ Variable definitions
-- beautiful init -- beautiful init
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/dremora/theme.lua") beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/dremora/theme.lua")
@ -75,11 +74,6 @@ lain.layout.termfair.nmaster = 3
lain.layout.termfair.ncol = 1 lain.layout.termfair.ncol = 1
lain.layout.centerfair.nmaster = 3 lain.layout.centerfair.nmaster = 3
lain.layout.centerfair.ncol = 1 lain.layout.centerfair.ncol = 1
-- quake application
for s in screen do
s.quake = lain.util.quake({ app = terminal })
end
-- }}} -- }}}
-- {{{ Helper functions -- {{{ Helper functions
@ -286,6 +280,9 @@ end
screen.connect_signal("property::geometry", set_wallpaper) screen.connect_signal("property::geometry", set_wallpaper)
awful.screen.connect_for_each_screen(function(s) awful.screen.connect_for_each_screen(function(s)
-- Quake application
s.quake = lain.util.quake({ app = terminal })
-- Wallpaper -- Wallpaper
set_wallpaper(s) set_wallpaper(s)

View file

@ -56,7 +56,6 @@ run_once("unclutter -root")
-- }}} -- }}}
-- {{{ Variable definitions -- {{{ Variable definitions
-- 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")
@ -77,11 +76,6 @@ lain.layout.termfair.nmaster = 3
lain.layout.termfair.ncol = 1 lain.layout.termfair.ncol = 1
lain.layout.centerfair.nmaster = 3 lain.layout.centerfair.nmaster = 3
lain.layout.centerfair.ncol = 1 lain.layout.centerfair.ncol = 1
-- quake application
for s in screen do
s.quake = lain.util.quake({ app = terminal })
end
-- }}} -- }}}
-- {{{ Helper functions -- {{{ Helper functions
@ -285,20 +279,13 @@ myweather = lain.widgets.weather({
-- Separators -- Separators
first = wibox.widget.textbox('<span font="Tamsyn 7"> </span>') first = wibox.widget.textbox('<span font="Tamsyn 7"> </span>')
spr_small = wibox.widget.imagebox() spr_small = wibox.widget.imagebox(beautiful.spr_small)
spr_small:set_image(beautiful.spr_small) spr_very_small = wibox.widget.imagebox(beautiful.spr_very_small)
spr_very_small = wibox.widget.imagebox() spr_right = wibox.widget.imagebox(beautiful.spr_right)
spr_very_small:set_image(beautiful.spr_very_small) spr_bottom_right = wibox.widget.imagebox(beautiful.spr_bottom_right)
spr_right = wibox.widget.imagebox() spr_left = wibox.widget.imagebox(beautiful.spr_left)
spr_right:set_image(beautiful.spr_right) bar = wibox.widget.imagebox(beautiful.bar)
spr_bottom_right = wibox.widget.imagebox() bottom_bar = wibox.widget.imagebox(beautiful.bottom_bar)
spr_bottom_right:set_image(beautiful.spr_bottom_right)
spr_left = wibox.widget.imagebox()
spr_left:set_image(beautiful.spr_left)
bar = wibox.widget.imagebox()
bar:set_image(beautiful.bar)
bottom_bar = wibox.widget.imagebox()
bottom_bar:set_image(beautiful.bottom_bar)
-- Create a wibox for each screen and add it -- Create a wibox for each screen and add it
local taglist_buttons = awful.util.table.join( local taglist_buttons = awful.util.table.join(
@ -366,6 +353,9 @@ local barcolor = gears.color({
screen.connect_signal("property::geometry", set_wallpaper) screen.connect_signal("property::geometry", set_wallpaper)
awful.screen.connect_for_each_screen(function(s) awful.screen.connect_for_each_screen(function(s)
-- Quake application
s.quake = lain.util.quake({ app = terminal })
-- Wallpaper -- Wallpaper
set_wallpaper(s) set_wallpaper(s)
@ -374,7 +364,7 @@ awful.screen.connect_for_each_screen(function(s)
awful.layout.suit.fair, awful.layout.suit.fair,
awful.layout.suit.tile, awful.layout.suit.tile,
awful.layout.suit.tile.left, awful.layout.suit.tile.left,
awful.layout.suit.tile.top, awful.layout.suit.tile.top
}) })
-- Create a promptbox for each screen -- Create a promptbox for each screen

View file

@ -55,7 +55,6 @@ run_once("unclutter -root")
-- }}} -- }}}
-- {{{ Variable definitions -- {{{ Variable definitions
-- 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")
@ -75,11 +74,6 @@ lain.layout.termfair.nmaster = 3
lain.layout.termfair.ncol = 1 lain.layout.termfair.ncol = 1
lain.layout.centerfair.nmaster = 3 lain.layout.centerfair.nmaster = 3
lain.layout.centerfair.ncol = 1 lain.layout.centerfair.ncol = 1
-- quake application
for s in screen do
s.quake = lain.util.quake({ app = terminal })
end
-- }}} -- }}}
-- {{{ Helper functions -- {{{ Helper functions
@ -345,6 +339,9 @@ end
screen.connect_signal("property::geometry", set_wallpaper) screen.connect_signal("property::geometry", set_wallpaper)
awful.screen.connect_for_each_screen(function(s) awful.screen.connect_for_each_screen(function(s)
-- Quake application
s.quake = lain.util.quake({ app = terminal })
-- Wallpaper -- Wallpaper
set_wallpaper(s) set_wallpaper(s)