Commit 5f865a17be416c486a91bf48d1f78de3c047d5e7

Authored by Ian Foster
1 parent 47e8199a8a
Exists in master

new matching icon

Showing 2 changed files with 1 additions and 1 deletions Side-by-side Diff

awesome/awesome/darkburn/submenu.png View file @ 5f865a1

455 Bytes

awesome/awesome/darkburn/theme.lua View file @ 5f865a1
... ... @@ -81,7 +81,7 @@
81 81  
82 82 -- {{{ Misc
83 83 theme.awesome_icon = theme.themedir .. "awesome-icon.png"
84   -theme.menu_submenu_icon = "/usr/share/awesome/themes/default/submenu.png"
  84 +theme.menu_submenu_icon = theme.themedir .. "submenu.png"
85 85 theme.tasklist_floating_icon = "/usr/share/awesome/themes/default/tasklist/floatingw.png"
86 86 -- }}}
87 87