1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00

powerarrow-darker: removed unused icons + arrl

This commit is contained in:
Luke Bonham 2016-06-15 09:52:35 +02:00
parent 633daf9eac
commit 442e802f22
8 changed files with 0 additions and 7 deletions

View file

@ -249,8 +249,6 @@ netwidget = lain.widgets.net({
-- Separators -- Separators
spr = wibox.widget.textbox(' ') spr = wibox.widget.textbox(' ')
arrl = wibox.widget.imagebox()
arrl:set_image(beautiful.arrl)
arrl_dl = separators.arrow_left(beautiful.bg_focus, "alpha") arrl_dl = separators.arrow_left(beautiful.bg_focus, "alpha")
arrl_ld = separators.arrow_left("alpha", beautiful.bg_focus) 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() right_layout = wibox.layout.fixed.horizontal()
if s == 1 then right_layout:add(wibox.widget.systray()) end if s == 1 then right_layout:add(wibox.widget.systray()) end
right_layout:add(spr) right_layout:add(spr)
right_layout:add(arrl)
right_layout_add(mpdicon, mpdwidget) right_layout_add(mpdicon, mpdwidget)
right_layout_add(volicon, volumewidget) right_layout_add(volicon, volumewidget)
--right_layout_add(mailicon, mailwidget) --right_layout_add(mailicon, mailwidget)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 B

View file

@ -55,10 +55,6 @@ theme.layout_fullscreen = themes_dir .. "/icons/fullscreen.png"
theme.layout_magnifier = themes_dir .. "/icons/magnifier.png" theme.layout_magnifier = themes_dir .. "/icons/magnifier.png"
theme.layout_floating = themes_dir .. "/icons/floating.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_ac = themes_dir .. "/icons/ac.png"
theme.widget_battery = themes_dir .. "/icons/battery.png" theme.widget_battery = themes_dir .. "/icons/battery.png"
theme.widget_battery_low = themes_dir .. "/icons/battery_low.png" theme.widget_battery_low = themes_dir .. "/icons/battery_low.png"