Compare commits

...

4 commits

11 changed files with 5 additions and 1 deletions

View file

@ -151,3 +151,5 @@ rctrl - d : yabai -m space --layout float
play : mpc toggle play : mpc toggle
rewind : mpc cdprev rewind : mpc cdprev
fast : mpc next fast : mpc next
rctrl - b : /usr/local/bin/hs -c 'stackline.config:toggle("appearance.showIcons")'

1
config/swiftbar/bin/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.repository.json

View file

Before

Width:  |  Height:  |  Size: 413 B

After

Width:  |  Height:  |  Size: 413 B

View file

Before

Width:  |  Height:  |  Size: 468 B

After

Width:  |  Height:  |  Size: 468 B

View file

@ -1,4 +1,5 @@
#!/usr/bin/env sh #!/usr/bin/env sh
sudo yabai --load-sa
# global settings # global settings
yabai -m config mouse_follows_focus on yabai -m config mouse_follows_focus on

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
while mpc idle; do while mpc idle; do
open -g bitbar://refreshPlugin?name=mpd* open swiftbar://refreshplugin?name=mpd-control
done done