shims: Add "urgent" colors.
This commit is contained in:
parent
d1c9f59259
commit
477a75b6b8
|
@ -6,7 +6,6 @@ local beautiful = require("beautiful")
|
|||
require("awful.ewmh")
|
||||
screen[1]._resize {x = 0, width = 160, height = 90}
|
||||
awful.tag({ "one", "two", "three" }, screen[1], awful.layout.suit.tile)
|
||||
beautiful.bg_urgent = "#ff0000"
|
||||
|
||||
function awful.spawn(name, properties)
|
||||
client.gen_fake{class = name, name = name, x = 10, y=10, width = 60, height =50, tags = properties.tags}
|
||||
|
|
|
@ -40,6 +40,8 @@ local module = {
|
|||
bg_normal = "#6181FF7D",
|
||||
bg_focus = "#AA00FF7D",
|
||||
bg_highlight = "#AA00FF7D",
|
||||
bg_urgent = "#FF00377D",
|
||||
fg_urgent = "#FFFFFFFF",
|
||||
border_color = "#6181FF" ,
|
||||
border_width = 1.5 ,
|
||||
|
||||
|
|
Loading…
Reference in New Issue