diff --git a/rc.lua.powerarrow-darker b/rc.lua.powerarrow-darker index 6718585..509c667 100644 --- a/rc.lua.powerarrow-darker +++ b/rc.lua.powerarrow-darker @@ -329,6 +329,8 @@ for s = 1, screen.count() do left_layout:add(spr) -- Widgets that are aligned to the upper right + -- If you are moving widgets from a section with light grey background to dark grey or vice versa, + -- use a replacement icon as appropriate from themes/powerarrow-darker/alticons so your icons match the bg. local right_layout = wibox.layout.fixed.horizontal() if s == 1 then right_layout:add(wibox.widget.systray()) end right_layout:add(spr) diff --git a/themes/powerarrow-darker/alticons/ac.png b/themes/powerarrow-darker/alticons/ac.png new file mode 100644 index 0000000..7037bc0 Binary files /dev/null and b/themes/powerarrow-darker/alticons/ac.png differ diff --git a/themes/powerarrow-darker/alticons/battery.png b/themes/powerarrow-darker/alticons/battery.png new file mode 100644 index 0000000..612f8f6 Binary files /dev/null and b/themes/powerarrow-darker/alticons/battery.png differ diff --git a/themes/powerarrow-darker/alticons/battery_empty.png b/themes/powerarrow-darker/alticons/battery_empty.png new file mode 100644 index 0000000..b079938 Binary files /dev/null and b/themes/powerarrow-darker/alticons/battery_empty.png differ diff --git a/themes/powerarrow-darker/alticons/battery_low.png b/themes/powerarrow-darker/alticons/battery_low.png new file mode 100644 index 0000000..227efdd Binary files /dev/null and b/themes/powerarrow-darker/alticons/battery_low.png differ diff --git a/themes/powerarrow-darker/alticons/cpu.png b/themes/powerarrow-darker/alticons/cpu.png new file mode 100644 index 0000000..d74c1dc Binary files /dev/null and b/themes/powerarrow-darker/alticons/cpu.png differ diff --git a/themes/powerarrow-darker/alticons/dwindle.png b/themes/powerarrow-darker/alticons/dwindle.png new file mode 100644 index 0000000..3e36565 Binary files /dev/null and b/themes/powerarrow-darker/alticons/dwindle.png differ diff --git a/themes/powerarrow-darker/alticons/fairh.png b/themes/powerarrow-darker/alticons/fairh.png new file mode 100644 index 0000000..82f8190 Binary files /dev/null and b/themes/powerarrow-darker/alticons/fairh.png differ diff --git a/themes/powerarrow-darker/alticons/fairv.png b/themes/powerarrow-darker/alticons/fairv.png new file mode 100644 index 0000000..84a3f9f Binary files /dev/null and b/themes/powerarrow-darker/alticons/fairv.png differ diff --git a/themes/powerarrow-darker/alticons/floating.png b/themes/powerarrow-darker/alticons/floating.png new file mode 100644 index 0000000..3303d3e Binary files /dev/null and b/themes/powerarrow-darker/alticons/floating.png differ diff --git a/themes/powerarrow-darker/alticons/hdd.png b/themes/powerarrow-darker/alticons/hdd.png new file mode 100644 index 0000000..87b0966 Binary files /dev/null and b/themes/powerarrow-darker/alticons/hdd.png differ diff --git a/themes/powerarrow-darker/alticons/magnifier.png b/themes/powerarrow-darker/alticons/magnifier.png new file mode 100644 index 0000000..2d3783f Binary files /dev/null and b/themes/powerarrow-darker/alticons/magnifier.png differ diff --git a/themes/powerarrow-darker/alticons/mail.png b/themes/powerarrow-darker/alticons/mail.png new file mode 100644 index 0000000..942f2a5 Binary files /dev/null and b/themes/powerarrow-darker/alticons/mail.png differ diff --git a/themes/powerarrow-darker/alticons/mail_on.png b/themes/powerarrow-darker/alticons/mail_on.png new file mode 100644 index 0000000..fa646f0 Binary files /dev/null and b/themes/powerarrow-darker/alticons/mail_on.png differ diff --git a/themes/powerarrow-darker/alticons/max.png b/themes/powerarrow-darker/alticons/max.png new file mode 100644 index 0000000..1e668f4 Binary files /dev/null and b/themes/powerarrow-darker/alticons/max.png differ diff --git a/themes/powerarrow-darker/alticons/mem.png b/themes/powerarrow-darker/alticons/mem.png new file mode 100644 index 0000000..568921e Binary files /dev/null and b/themes/powerarrow-darker/alticons/mem.png differ diff --git a/themes/powerarrow-darker/alticons/net.png b/themes/powerarrow-darker/alticons/net.png new file mode 100644 index 0000000..35efd2b Binary files /dev/null and b/themes/powerarrow-darker/alticons/net.png differ diff --git a/themes/powerarrow-darker/alticons/net_wired.png b/themes/powerarrow-darker/alticons/net_wired.png new file mode 100644 index 0000000..98b9089 Binary files /dev/null and b/themes/powerarrow-darker/alticons/net_wired.png differ diff --git a/themes/powerarrow-darker/alticons/note.png b/themes/powerarrow-darker/alticons/note.png new file mode 100644 index 0000000..302da90 Binary files /dev/null and b/themes/powerarrow-darker/alticons/note.png differ diff --git a/themes/powerarrow-darker/alticons/note_on.png b/themes/powerarrow-darker/alticons/note_on.png new file mode 100644 index 0000000..4fc3b45 Binary files /dev/null and b/themes/powerarrow-darker/alticons/note_on.png differ diff --git a/themes/powerarrow-darker/alticons/scissors.png b/themes/powerarrow-darker/alticons/scissors.png new file mode 100644 index 0000000..630043f Binary files /dev/null and b/themes/powerarrow-darker/alticons/scissors.png differ diff --git a/themes/powerarrow-darker/alticons/spiral.png b/themes/powerarrow-darker/alticons/spiral.png new file mode 100644 index 0000000..c492b9f Binary files /dev/null and b/themes/powerarrow-darker/alticons/spiral.png differ diff --git a/themes/powerarrow-darker/alticons/task.png b/themes/powerarrow-darker/alticons/task.png new file mode 100644 index 0000000..85a97c2 Binary files /dev/null and b/themes/powerarrow-darker/alticons/task.png differ diff --git a/themes/powerarrow-darker/alticons/temp.png b/themes/powerarrow-darker/alticons/temp.png new file mode 100644 index 0000000..9000a12 Binary files /dev/null and b/themes/powerarrow-darker/alticons/temp.png differ diff --git a/themes/powerarrow-darker/alticons/tile.png b/themes/powerarrow-darker/alticons/tile.png new file mode 100644 index 0000000..d164bab Binary files /dev/null and b/themes/powerarrow-darker/alticons/tile.png differ diff --git a/themes/powerarrow-darker/alticons/tilebottom.png b/themes/powerarrow-darker/alticons/tilebottom.png new file mode 100644 index 0000000..53a0475 Binary files /dev/null and b/themes/powerarrow-darker/alticons/tilebottom.png differ diff --git a/themes/powerarrow-darker/alticons/tileleft.png b/themes/powerarrow-darker/alticons/tileleft.png new file mode 100644 index 0000000..790de38 Binary files /dev/null and b/themes/powerarrow-darker/alticons/tileleft.png differ diff --git a/themes/powerarrow-darker/alticons/tiletop.png b/themes/powerarrow-darker/alticons/tiletop.png new file mode 100644 index 0000000..af10bc2 Binary files /dev/null and b/themes/powerarrow-darker/alticons/tiletop.png differ diff --git a/themes/powerarrow-darker/alticons/vol.png b/themes/powerarrow-darker/alticons/vol.png new file mode 100644 index 0000000..7ab6551 Binary files /dev/null and b/themes/powerarrow-darker/alticons/vol.png differ diff --git a/themes/powerarrow-darker/alticons/vol_low.png b/themes/powerarrow-darker/alticons/vol_low.png new file mode 100644 index 0000000..ade5019 Binary files /dev/null and b/themes/powerarrow-darker/alticons/vol_low.png differ diff --git a/themes/powerarrow-darker/alticons/vol_mute.png b/themes/powerarrow-darker/alticons/vol_mute.png new file mode 100644 index 0000000..d173f53 Binary files /dev/null and b/themes/powerarrow-darker/alticons/vol_mute.png differ diff --git a/themes/powerarrow-darker/alticons/vol_no.png b/themes/powerarrow-darker/alticons/vol_no.png new file mode 100644 index 0000000..41fb23e Binary files /dev/null and b/themes/powerarrow-darker/alticons/vol_no.png differ