diff --git a/rc.lua.blackburn b/rc.lua.blackburn index ac9643d..1523aff 100644 --- a/rc.lua.blackburn +++ b/rc.lua.blackburn @@ -457,17 +457,17 @@ globalkeys = awful.util.table.join( end), awful.key({ altkey, "Control" }, "Down", function () - awful.util.spawn_with_shell("mpc stop || ncmpcpp stop || ncmpc stop || pms stop") + awful.util.spawn_with_shell("mpc stop || ncmpc stop || pms stop") mpdwidget.update() end), awful.key({ altkey, "Control" }, "Left", function () - awful.util.spawn_with_shell("mpc prev || ncmpcpp prev || ncmpc prev || pms prev") + awful.util.spawn_with_shell("mpc prev || ncmpc prev || pms prev") mpdwidget.update() end), awful.key({ altkey, "Control" }, "Right", function () - awful.util.spawn_with_shell("mpc next || ncmpcpp next || ncmpc next || pms next") + awful.util.spawn_with_shell("mpc next || ncmpc next || pms next") mpdwidget.update() end), diff --git a/rc.lua.copland b/rc.lua.copland index ce783a8..5b9b0a2 100644 --- a/rc.lua.copland +++ b/rc.lua.copland @@ -512,17 +512,17 @@ globalkeys = awful.util.table.join( end), awful.key({ altkey, "Control" }, "Down", function () - awful.util.spawn_with_shell("mpc stop || ncmpcpp stop || ncmpc stop || pms stop") + awful.util.spawn_with_shell("mpc stop || ncmpc stop || pms stop") mpdwidget.update() end), awful.key({ altkey, "Control" }, "Left", function () - awful.util.spawn_with_shell("mpc prev || ncmpcpp prev || ncmpc prev || pms prev") + awful.util.spawn_with_shell("mpc prev || ncmpc prev || pms prev") mpdwidget.update() end), awful.key({ altkey, "Control" }, "Right", function () - awful.util.spawn_with_shell("mpc next || ncmpcpp next || ncmpc next || pms next") + awful.util.spawn_with_shell("mpc next || ncmpc next || pms next") mpdwidget.update() end), diff --git a/rc.lua.dremora b/rc.lua.dremora index 4094998..62ae71d 100644 --- a/rc.lua.dremora +++ b/rc.lua.dremora @@ -457,17 +457,17 @@ globalkeys = awful.util.table.join( end), awful.key({ altkey, "Control" }, "Down", function () - awful.util.spawn_with_shell("mpc stop || ncmpcpp stop || ncmpc stop || pms stop") + awful.util.spawn_with_shell("mpc stop || ncmpc stop || pms stop") mpdwidget.update() end), awful.key({ altkey, "Control" }, "Left", function () - awful.util.spawn_with_shell("mpc prev || ncmpcpp prev || ncmpc prev || pms prev") + awful.util.spawn_with_shell("mpc prev || ncmpc prev || pms prev") mpdwidget.update() end), awful.key({ altkey, "Control" }, "Right", function () - awful.util.spawn_with_shell("mpc next || ncmpcpp next || ncmpc next || pms next") + awful.util.spawn_with_shell("mpc next || ncmpc next || pms next") mpdwidget.update() end), diff --git a/rc.lua.holo b/rc.lua.holo index 851da88..1e19d21 100644 --- a/rc.lua.holo +++ b/rc.lua.holo @@ -202,18 +202,18 @@ mpd_icon:buttons(awful.util.table.join(awful.button({ }, 1, function () awful.util.spawn_with_shell(musicplr) end))) prev_icon:buttons(awful.util.table.join(awful.button({}, 1, function () - awful.util.spawn_with_shell("mpc prev || ncmpcpp prev || ncmpc prev || pms prev") + awful.util.spawn_with_shell("mpc prev || ncmpc prev || pms prev") mpdwidget.update() end))) next_icon:buttons(awful.util.table.join(awful.button({}, 1, function () - awful.util.spawn_with_shell("mpc next || ncmpcpp next || ncmpc next || pms next") + awful.util.spawn_with_shell("mpc next || ncmpc next || pms next") mpdwidget.update() end))) stop_icon:buttons(awful.util.table.join(awful.button({}, 1, function () play_pause_icon:set_image(beautiful.play) - awful.util.spawn_with_shell("mpc stop || ncmpcpp stop || ncmpc stop || pms stop") + awful.util.spawn_with_shell("mpc stop || ncmpc stop || pms stop") mpdwidget.update() end))) play_pause_icon:buttons(awful.util.table.join(awful.button({}, 1, @@ -592,17 +592,17 @@ globalkeys = awful.util.table.join( end), awful.key({ altkey, "Control" }, "Down", function () - awful.util.spawn_with_shell("mpc stop || ncmpcpp stop || ncmpc stop || pms stop") + awful.util.spawn_with_shell("mpc stop || ncmpc stop || pms stop") mpdwidget.update() end), awful.key({ altkey, "Control" }, "Left", function () - awful.util.spawn_with_shell("mpc prev || ncmpcpp prev || ncmpc prev || pms prev") + awful.util.spawn_with_shell("mpc prev || ncmpc prev || pms prev") mpdwidget.update() end), awful.key({ altkey, "Control" }, "Right", function () - awful.util.spawn_with_shell("mpc next || ncmpcpp next || ncmpc next || pms next") + awful.util.spawn_with_shell("mpc next || ncmpc next || pms next") mpdwidget.update() end), diff --git a/rc.lua.multicolor b/rc.lua.multicolor index 005802b..621e9a2 100644 --- a/rc.lua.multicolor +++ b/rc.lua.multicolor @@ -520,17 +520,17 @@ globalkeys = awful.util.table.join( end), awful.key({ altkey, "Control" }, "Down", function () - awful.util.spawn_with_shell("mpc stop || ncmpcpp stop || ncmpc stop || pms stop") + awful.util.spawn_with_shell("mpc stop || ncmpc stop || pms stop") mpdwidget.update() end), awful.key({ altkey, "Control" }, "Left", function () - awful.util.spawn_with_shell("mpc prev || ncmpcpp prev || ncmpc prev || pms prev") + awful.util.spawn_with_shell("mpc prev || ncmpc prev || pms prev") mpdwidget.update() end), awful.key({ altkey, "Control" }, "Right", function () - awful.util.spawn_with_shell("mpc next || ncmpcpp next || ncmpc next || pms next") + awful.util.spawn_with_shell("mpc next || ncmpc next || pms next") mpdwidget.update() end), diff --git a/rc.lua.powerarrow-darker b/rc.lua.powerarrow-darker index 4ce641f..6718585 100644 --- a/rc.lua.powerarrow-darker +++ b/rc.lua.powerarrow-darker @@ -509,17 +509,17 @@ globalkeys = awful.util.table.join( end), awful.key({ altkey, "Control" }, "Down", function () - awful.util.spawn_with_shell("mpc stop || ncmpcpp stop || ncmpc stop || pms stop") + awful.util.spawn_with_shell("mpc stop || ncmpc stop || pms stop") mpdwidget.update() end), awful.key({ altkey, "Control" }, "Left", function () - awful.util.spawn_with_shell("mpc prev || ncmpcpp prev || ncmpc prev || pms prev") + awful.util.spawn_with_shell("mpc prev || ncmpc prev || pms prev") mpdwidget.update() end), awful.key({ altkey, "Control" }, "Right", function () - awful.util.spawn_with_shell("mpc next || ncmpcpp next || ncmpc next || pms next") + awful.util.spawn_with_shell("mpc next || ncmpc next || pms next") mpdwidget.update() end), diff --git a/rc.lua.rainbow b/rc.lua.rainbow index f1a2b4c..a6e6103 100644 --- a/rc.lua.rainbow +++ b/rc.lua.rainbow @@ -455,17 +455,17 @@ globalkeys = awful.util.table.join( end), awful.key({ altkey, "Control" }, "Down", function () - awful.util.spawn_with_shell("mpc stop || ncmpcpp stop || ncmpc stop || pms stop") + awful.util.spawn_with_shell("mpc stop || ncmpc stop || pms stop") mpdwidget.update() end), awful.key({ altkey, "Control" }, "Left", function () - awful.util.spawn_with_shell("mpc prev || ncmpcpp prev || ncmpc prev || pms prev") + awful.util.spawn_with_shell("mpc prev || ncmpc prev || pms prev") mpdwidget.update() end), awful.key({ altkey, "Control" }, "Right", function () - awful.util.spawn_with_shell("mpc next || ncmpcpp next || ncmpc next || pms next") + awful.util.spawn_with_shell("mpc next || ncmpc next || pms next") mpdwidget.update() end), diff --git a/rc.lua.steamburn b/rc.lua.steamburn index 758b331..13b931b 100644 --- a/rc.lua.steamburn +++ b/rc.lua.steamburn @@ -464,17 +464,17 @@ globalkeys = awful.util.table.join( end), awful.key({ altkey, "Control" }, "Down", function () - awful.util.spawn_with_shell("mpc stop || ncmpcpp stop || ncmpc stop || pms stop") + awful.util.spawn_with_shell("mpc stop || ncmpc stop || pms stop") mpdwidget.update() end), awful.key({ altkey, "Control" }, "Left", function () - awful.util.spawn_with_shell("mpc prev || ncmpcpp prev || ncmpc prev || pms prev") + awful.util.spawn_with_shell("mpc prev || ncmpc prev || pms prev") mpdwidget.update() end), awful.key({ altkey, "Control" }, "Right", function () - awful.util.spawn_with_shell("mpc next || ncmpcpp next || ncmpc next || pms next") + awful.util.spawn_with_shell("mpc next || ncmpc next || pms next") mpdwidget.update() end), diff --git a/themes/powerarrow-darker/alticons/alt_ac.png b/themes/powerarrow-darker/alticons/alt_ac.png new file mode 100644 index 0000000..7037bc0 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_ac.png differ diff --git a/themes/powerarrow-darker/alticons/alt_battery.png b/themes/powerarrow-darker/alticons/alt_battery.png new file mode 100644 index 0000000..612f8f6 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_battery.png differ diff --git a/themes/powerarrow-darker/alticons/alt_battery_empty.png b/themes/powerarrow-darker/alticons/alt_battery_empty.png new file mode 100644 index 0000000..b079938 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_battery_empty.png differ diff --git a/themes/powerarrow-darker/alticons/alt_battery_low.png b/themes/powerarrow-darker/alticons/alt_battery_low.png new file mode 100644 index 0000000..227efdd Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_battery_low.png differ diff --git a/themes/powerarrow-darker/alticons/alt_cpu.png b/themes/powerarrow-darker/alticons/alt_cpu.png new file mode 100644 index 0000000..d74c1dc Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_cpu.png differ diff --git a/themes/powerarrow-darker/alticons/alt_dwindle.png b/themes/powerarrow-darker/alticons/alt_dwindle.png new file mode 100644 index 0000000..3e36565 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_dwindle.png differ diff --git a/themes/powerarrow-darker/alticons/alt_fairh.png b/themes/powerarrow-darker/alticons/alt_fairh.png new file mode 100644 index 0000000..82f8190 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_fairh.png differ diff --git a/themes/powerarrow-darker/alticons/alt_fairv.png b/themes/powerarrow-darker/alticons/alt_fairv.png new file mode 100644 index 0000000..84a3f9f Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_fairv.png differ diff --git a/themes/powerarrow-darker/alticons/alt_floating.png b/themes/powerarrow-darker/alticons/alt_floating.png new file mode 100644 index 0000000..3303d3e Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_floating.png differ diff --git a/themes/powerarrow-darker/alticons/alt_hdd.png b/themes/powerarrow-darker/alticons/alt_hdd.png new file mode 100644 index 0000000..87b0966 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_hdd.png differ diff --git a/themes/powerarrow-darker/alticons/alt_magnifier.png b/themes/powerarrow-darker/alticons/alt_magnifier.png new file mode 100644 index 0000000..2d3783f Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_magnifier.png differ diff --git a/themes/powerarrow-darker/alticons/alt_mail.png b/themes/powerarrow-darker/alticons/alt_mail.png new file mode 100644 index 0000000..942f2a5 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_mail.png differ diff --git a/themes/powerarrow-darker/alticons/alt_mail_on.png b/themes/powerarrow-darker/alticons/alt_mail_on.png new file mode 100644 index 0000000..fa646f0 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_mail_on.png differ diff --git a/themes/powerarrow-darker/alticons/alt_max.png b/themes/powerarrow-darker/alticons/alt_max.png new file mode 100644 index 0000000..1e668f4 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_max.png differ diff --git a/themes/powerarrow-darker/alticons/alt_mem.png b/themes/powerarrow-darker/alticons/alt_mem.png new file mode 100644 index 0000000..568921e Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_mem.png differ diff --git a/themes/powerarrow-darker/alticons/alt_net.png b/themes/powerarrow-darker/alticons/alt_net.png new file mode 100644 index 0000000..35efd2b Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_net.png differ diff --git a/themes/powerarrow-darker/alticons/alt_net_wired.png b/themes/powerarrow-darker/alticons/alt_net_wired.png new file mode 100644 index 0000000..98b9089 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_net_wired.png differ diff --git a/themes/powerarrow-darker/alticons/alt_note.png b/themes/powerarrow-darker/alticons/alt_note.png new file mode 100644 index 0000000..302da90 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_note.png differ diff --git a/themes/powerarrow-darker/alticons/alt_note_on.png b/themes/powerarrow-darker/alticons/alt_note_on.png new file mode 100644 index 0000000..4fc3b45 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_note_on.png differ diff --git a/themes/powerarrow-darker/alticons/alt_scissors.png b/themes/powerarrow-darker/alticons/alt_scissors.png new file mode 100644 index 0000000..630043f Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_scissors.png differ diff --git a/themes/powerarrow-darker/alticons/alt_spiral.png b/themes/powerarrow-darker/alticons/alt_spiral.png new file mode 100644 index 0000000..c492b9f Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_spiral.png differ diff --git a/themes/powerarrow-darker/alticons/alt_task.png b/themes/powerarrow-darker/alticons/alt_task.png new file mode 100644 index 0000000..85a97c2 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_task.png differ diff --git a/themes/powerarrow-darker/alticons/alt_temp.png b/themes/powerarrow-darker/alticons/alt_temp.png new file mode 100644 index 0000000..9000a12 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_temp.png differ diff --git a/themes/powerarrow-darker/alticons/alt_tile.png b/themes/powerarrow-darker/alticons/alt_tile.png new file mode 100644 index 0000000..d164bab Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_tile.png differ diff --git a/themes/powerarrow-darker/alticons/alt_tilebottom.png b/themes/powerarrow-darker/alticons/alt_tilebottom.png new file mode 100644 index 0000000..53a0475 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_tilebottom.png differ diff --git a/themes/powerarrow-darker/alticons/alt_tileleft.png b/themes/powerarrow-darker/alticons/alt_tileleft.png new file mode 100644 index 0000000..790de38 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_tileleft.png differ diff --git a/themes/powerarrow-darker/alticons/alt_tiletop.png b/themes/powerarrow-darker/alticons/alt_tiletop.png new file mode 100644 index 0000000..af10bc2 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_tiletop.png differ diff --git a/themes/powerarrow-darker/alticons/alt_vol.png b/themes/powerarrow-darker/alticons/alt_vol.png new file mode 100644 index 0000000..7ab6551 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_vol.png differ diff --git a/themes/powerarrow-darker/alticons/alt_vol_low.png b/themes/powerarrow-darker/alticons/alt_vol_low.png new file mode 100644 index 0000000..ade5019 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_vol_low.png differ diff --git a/themes/powerarrow-darker/alticons/alt_vol_mute.png b/themes/powerarrow-darker/alticons/alt_vol_mute.png new file mode 100644 index 0000000..d173f53 Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_vol_mute.png differ diff --git a/themes/powerarrow-darker/alticons/alt_vol_no.png b/themes/powerarrow-darker/alticons/alt_vol_no.png new file mode 100644 index 0000000..41fb23e Binary files /dev/null and b/themes/powerarrow-darker/alticons/alt_vol_no.png differ