From d79f5880eba626ee9c0da721b5e7e7637fabd2f1 Mon Sep 17 00:00:00 2001 From: elenapan Date: Mon, 12 Aug 2019 16:19:16 +0300 Subject: [PATCH] removed obsolete icon_path variable from skyfall theme.lua Former-commit-id: 1092114e43ce662390b550edae91f0a18470cfbd Former-commit-id: ec4e12e8e3be4a6561098355da4b44227e7ff1c3 Former-commit-id: 9de5f1c40c187333b57b36835dd3d1e87ad9660d Former-commit-id: 39146abdd6fd3307baa3d6fbc3400d6c21bdd73e --- config/awesome/themes/skyfall/theme.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/awesome/themes/skyfall/theme.lua b/config/awesome/themes/skyfall/theme.lua index 5dba524..7040037 100644 --- a/config/awesome/themes/skyfall/theme.lua +++ b/config/awesome/themes/skyfall/theme.lua @@ -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 = {}