lcpz / awesome-copycats

Awesome WM themes
3.08k stars 522 forks source link

Update themes/powerarrow-dark/theme.lua #288

Closed ghost closed 3 years ago

ghost commented 3 years ago
  1. The 'modkey' used on line 140 hasn't been declared before, therefore the function won't be executed.
  2. Change awful.spawn.with_shell() to awful.spawn()
ghost commented 3 years ago

Also, the '-g 130x34-320+16' flag (used to declare 'musicplr' on line 137) isn't accepted by some terminals (doesn't work on Alacritty, at least). But I haven't made sure that it works on other terminal emulators therefore I decided to leave it as is. Please consider having a look.