modif taill bar awesome

This commit is contained in:
vincent 2018-11-10 18:04:05 +01:00
parent 7968d2d555
commit 70968d1f0a
2 changed files with 7 additions and 5 deletions

View File

@ -221,9 +221,8 @@ end
screen.connect_signal("property::geometry", set_wallpaper)
awful.screen.connect_for_each_screen(function(s)
s.quake = lain.util.quake({ app = awful.util.terminal ,
argname = "-name %s"})
-- Wallpaper
s.quake = lain.util.quake({ app = awful.util.terminal })
-- Wallpaper
set_wallpaper(s)
-- Each screen has its own tag taawful.util.terminable.
@ -333,7 +332,7 @@ globalkeys = gears.table.join(
-- Standard program
-- Dropdown application
awful.key({ modkey, }, "z", function () awful.screen.focused().quake:toggle() end,
awful.key({ modkey, }, "z", function () awful.screen.focused().quake:toggle() end,
{description = "dropdown application", group = "launcher"}),
awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end,
{description = "open a terminal", group = "launcher"}),

View File

@ -30,6 +30,9 @@ theme.border_normal = "#000000"
theme.border_focus = "#535d6c"
theme.border_marked = "#91231c"
theme.wibar_height = dpi(25)
-- There are other variable sets
-- overriding the default one when
-- defined, the sets are:
@ -62,7 +65,7 @@ theme.taglist_squares_unsel = theme_assets.taglist_squares_unsel(
-- menu_[bg|fg]_[normal|focus]
-- menu_[border_color|border_width]
theme.menu_submenu_icon = themes_path.."default/submenu.png"
theme.menu_height = dpi(15)
theme.menu_height = dpi(30)
theme.menu_width = dpi(100)
-- You can add as many variables as