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,8 +221,7 @@ 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"})
s.quake = lain.util.quake({ app = awful.util.terminal })
-- Wallpaper
set_wallpaper(s)

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