Skip to content

Commit

Permalink
shims: Add "urgent" colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Elv13 committed Dec 30, 2023
1 parent d1c9f59 commit 477a75b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/examples/sequences/client/jump_to_urgent1.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 2 additions & 0 deletions tests/examples/shims/beautiful.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 ,

Expand Down

0 comments on commit 477a75b

Please sign in to comment.