modif taill bar awesome
This commit is contained in:
parent
7968d2d555
commit
70968d1f0a
@ -221,9 +221,8 @@ 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)
|
||||||
s.quake = lain.util.quake({ app = awful.util.terminal ,
|
s.quake = lain.util.quake({ app = awful.util.terminal })
|
||||||
argname = "-name %s"})
|
-- Wallpaper
|
||||||
-- Wallpaper
|
|
||||||
set_wallpaper(s)
|
set_wallpaper(s)
|
||||||
|
|
||||||
-- Each screen has its own tag taawful.util.terminable.
|
-- Each screen has its own tag taawful.util.terminable.
|
||||||
@ -333,7 +332,7 @@ globalkeys = gears.table.join(
|
|||||||
|
|
||||||
-- Standard program
|
-- Standard program
|
||||||
-- Dropdown application
|
-- 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"}),
|
{description = "dropdown application", group = "launcher"}),
|
||||||
awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end,
|
awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end,
|
||||||
{description = "open a terminal", group = "launcher"}),
|
{description = "open a terminal", group = "launcher"}),
|
||||||
|
@ -30,6 +30,9 @@ theme.border_normal = "#000000"
|
|||||||
theme.border_focus = "#535d6c"
|
theme.border_focus = "#535d6c"
|
||||||
theme.border_marked = "#91231c"
|
theme.border_marked = "#91231c"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
theme.wibar_height = dpi(25)
|
||||||
-- There are other variable sets
|
-- There are other variable sets
|
||||||
-- overriding the default one when
|
-- overriding the default one when
|
||||||
-- defined, the sets are:
|
-- defined, the sets are:
|
||||||
@ -62,7 +65,7 @@ theme.taglist_squares_unsel = theme_assets.taglist_squares_unsel(
|
|||||||
-- menu_[bg|fg]_[normal|focus]
|
-- menu_[bg|fg]_[normal|focus]
|
||||||
-- menu_[border_color|border_width]
|
-- menu_[border_color|border_width]
|
||||||
theme.menu_submenu_icon = themes_path.."default/submenu.png"
|
theme.menu_submenu_icon = themes_path.."default/submenu.png"
|
||||||
theme.menu_height = dpi(15)
|
theme.menu_height = dpi(30)
|
||||||
theme.menu_width = dpi(100)
|
theme.menu_width = dpi(100)
|
||||||
|
|
||||||
-- You can add as many variables as
|
-- You can add as many variables as
|
||||||
|
Loading…
Reference in New Issue
Block a user