Merge fff4b2df90 into c65469db20
|
|
@ -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),
|
||||
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
||||
|
|
|
|||
12
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),
|
||||
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
||||
|
|
|
|||
BIN
themes/powerarrow-darker/alticons/alt_ac.png
Normal file
|
After Width: | Height: | Size: 179 B |
BIN
themes/powerarrow-darker/alticons/alt_battery.png
Normal file
|
After Width: | Height: | Size: 169 B |
BIN
themes/powerarrow-darker/alticons/alt_battery_empty.png
Normal file
|
After Width: | Height: | Size: 165 B |
BIN
themes/powerarrow-darker/alticons/alt_battery_low.png
Normal file
|
After Width: | Height: | Size: 169 B |
BIN
themes/powerarrow-darker/alticons/alt_cpu.png
Normal file
|
After Width: | Height: | Size: 207 B |
BIN
themes/powerarrow-darker/alticons/alt_dwindle.png
Normal file
|
After Width: | Height: | Size: 208 B |
BIN
themes/powerarrow-darker/alticons/alt_fairh.png
Normal file
|
After Width: | Height: | Size: 203 B |
BIN
themes/powerarrow-darker/alticons/alt_fairv.png
Normal file
|
After Width: | Height: | Size: 214 B |
BIN
themes/powerarrow-darker/alticons/alt_floating.png
Normal file
|
After Width: | Height: | Size: 198 B |
BIN
themes/powerarrow-darker/alticons/alt_hdd.png
Normal file
|
After Width: | Height: | Size: 287 B |
BIN
themes/powerarrow-darker/alticons/alt_magnifier.png
Normal file
|
After Width: | Height: | Size: 229 B |
BIN
themes/powerarrow-darker/alticons/alt_mail.png
Normal file
|
After Width: | Height: | Size: 213 B |
BIN
themes/powerarrow-darker/alticons/alt_mail_on.png
Normal file
|
After Width: | Height: | Size: 213 B |
BIN
themes/powerarrow-darker/alticons/alt_max.png
Normal file
|
After Width: | Height: | Size: 229 B |
BIN
themes/powerarrow-darker/alticons/alt_mem.png
Normal file
|
After Width: | Height: | Size: 156 B |
BIN
themes/powerarrow-darker/alticons/alt_net.png
Normal file
|
After Width: | Height: | Size: 193 B |
BIN
themes/powerarrow-darker/alticons/alt_net_wired.png
Normal file
|
After Width: | Height: | Size: 212 B |
BIN
themes/powerarrow-darker/alticons/alt_note.png
Normal file
|
After Width: | Height: | Size: 199 B |
BIN
themes/powerarrow-darker/alticons/alt_note_on.png
Normal file
|
After Width: | Height: | Size: 175 B |
BIN
themes/powerarrow-darker/alticons/alt_scissors.png
Normal file
|
After Width: | Height: | Size: 220 B |
BIN
themes/powerarrow-darker/alticons/alt_spiral.png
Normal file
|
After Width: | Height: | Size: 206 B |
BIN
themes/powerarrow-darker/alticons/alt_task.png
Normal file
|
After Width: | Height: | Size: 190 B |
BIN
themes/powerarrow-darker/alticons/alt_temp.png
Normal file
|
After Width: | Height: | Size: 205 B |
BIN
themes/powerarrow-darker/alticons/alt_tile.png
Normal file
|
After Width: | Height: | Size: 195 B |
BIN
themes/powerarrow-darker/alticons/alt_tilebottom.png
Normal file
|
After Width: | Height: | Size: 200 B |
BIN
themes/powerarrow-darker/alticons/alt_tileleft.png
Normal file
|
After Width: | Height: | Size: 193 B |
BIN
themes/powerarrow-darker/alticons/alt_tiletop.png
Normal file
|
After Width: | Height: | Size: 199 B |
BIN
themes/powerarrow-darker/alticons/alt_vol.png
Normal file
|
After Width: | Height: | Size: 196 B |
BIN
themes/powerarrow-darker/alticons/alt_vol_low.png
Normal file
|
After Width: | Height: | Size: 184 B |
BIN
themes/powerarrow-darker/alticons/alt_vol_mute.png
Normal file
|
After Width: | Height: | Size: 210 B |
BIN
themes/powerarrow-darker/alticons/alt_vol_no.png
Normal file
|
After Width: | Height: | Size: 175 B |