removed obsolete icon_path variable from skyfall theme.lua

Former-commit-id: 1092114e43
Former-commit-id: ec4e12e8e3be4a6561098355da4b44227e7ff1c3
Former-commit-id: 9de5f1c40c187333b57b36835dd3d1e87ad9660d
Former-commit-id: 39146abdd6fd3307baa3d6fbc3400d6c21bdd73e
This commit is contained in:
elenapan 2019-08-12 16:19:16 +03:00
parent 06002c7eee
commit d79f5880eb

View file

@ -212,14 +212,6 @@ theme.exit_screen_fg = theme.xcolor7
theme.exit_screen_font = "sans 20"
theme.exit_screen_icon_size = dpi(180)
-- Exit screen icons
theme.exit_icon = icon_path .. "exit.png"
theme.poweroff_icon = icon_path .. "poweroff.png"
theme.reboot_icon = icon_path .. "reboot.png"
theme.suspend_icon = icon_path .. "suspend.png"
theme.lock_icon = icon_path .. "lock.png"
-- theme.hibernate_icon = icon_path .. "hibernate.png"
-- Icon taglist
local ntags = 10
theme.taglist_icons_empty = {}