diff --git a/rc.lua.powerarrow-darker b/rc.lua.powerarrow-darker index 022b10c..bd4e43b 100644 --- a/rc.lua.powerarrow-darker +++ b/rc.lua.powerarrow-darker @@ -249,8 +249,6 @@ netwidget = lain.widgets.net({ -- Separators spr = wibox.widget.textbox(' ') -arrl = wibox.widget.imagebox() -arrl:set_image(beautiful.arrl) arrl_dl = separators.arrow_left(beautiful.bg_focus, "alpha") arrl_ld = separators.arrow_left("alpha", beautiful.bg_focus) @@ -352,7 +350,6 @@ for s = 1, screen.count() do right_layout = wibox.layout.fixed.horizontal() if s == 1 then right_layout:add(wibox.widget.systray()) end right_layout:add(spr) - right_layout:add(arrl) right_layout_add(mpdicon, mpdwidget) right_layout_add(volicon, volumewidget) --right_layout_add(mailicon, mailwidget) diff --git a/themes/powerarrow-darker/icons/arrl.png b/themes/powerarrow-darker/icons/arrl.png deleted file mode 100644 index 4e26795..0000000 Binary files a/themes/powerarrow-darker/icons/arrl.png and /dev/null differ diff --git a/themes/powerarrow-darker/icons/arrl_dl.png b/themes/powerarrow-darker/icons/arrl_dl.png deleted file mode 100644 index fa0c4ea..0000000 Binary files a/themes/powerarrow-darker/icons/arrl_dl.png and /dev/null differ diff --git a/themes/powerarrow-darker/icons/arrl_dl_sf.png b/themes/powerarrow-darker/icons/arrl_dl_sf.png deleted file mode 100644 index eb2b11e..0000000 Binary files a/themes/powerarrow-darker/icons/arrl_dl_sf.png and /dev/null differ diff --git a/themes/powerarrow-darker/icons/arrl_ld.png b/themes/powerarrow-darker/icons/arrl_ld.png deleted file mode 100644 index cf98c8e..0000000 Binary files a/themes/powerarrow-darker/icons/arrl_ld.png and /dev/null differ diff --git a/themes/powerarrow-darker/icons/arrl_ld_sf.png b/themes/powerarrow-darker/icons/arrl_ld_sf.png deleted file mode 100644 index 1d3a326..0000000 Binary files a/themes/powerarrow-darker/icons/arrl_ld_sf.png and /dev/null differ diff --git a/themes/powerarrow-darker/icons/arrl_sf.png b/themes/powerarrow-darker/icons/arrl_sf.png deleted file mode 100644 index 5d30369..0000000 Binary files a/themes/powerarrow-darker/icons/arrl_sf.png and /dev/null differ diff --git a/themes/powerarrow-darker/theme.lua b/themes/powerarrow-darker/theme.lua index ac4b711..d257655 100644 --- a/themes/powerarrow-darker/theme.lua +++ b/themes/powerarrow-darker/theme.lua @@ -55,10 +55,6 @@ theme.layout_fullscreen = themes_dir .. "/icons/fullscreen.png" theme.layout_magnifier = themes_dir .. "/icons/magnifier.png" theme.layout_floating = themes_dir .. "/icons/floating.png" -theme.arrl = themes_dir .. "/icons/arrl.png" -theme.arrl_dl = themes_dir .. "/icons/arrl_dl.png" -theme.arrl_ld = themes_dir .. "/icons/arrl_ld.png" - theme.widget_ac = themes_dir .. "/icons/ac.png" theme.widget_battery = themes_dir .. "/icons/battery.png" theme.widget_battery_low = themes_dir .. "/icons/battery_low.png"